Revision: 117364 https://trac.macports.org/changeset/117364 Author: g5pw@macports.org Date: 2014-02-24 06:06:05 -0800 (Mon, 24 Feb 2014) Log Message: ----------- devel/radare2: move upstream to github update to 0.9.6 Modified Paths: -------------- trunk/dports/devel/radare2/Portfile Modified: trunk/dports/devel/radare2/Portfile =================================================================== --- trunk/dports/devel/radare2/Portfile 2014-02-24 13:53:46 UTC (rev 117363) +++ trunk/dports/devel/radare2/Portfile 2014-02-24 14:06:05 UTC (rev 117364) @@ -2,9 +2,9 @@ # $Id$ PortSystem 1.0 +PortGroup github 1.0 -name radare2 -version 0.9.4 +github.setup radare radare2 0.9.6 categories devel platforms darwin license LGPL-3+ @@ -12,10 +12,9 @@ description Opensource tools to disasm, debug, analyze and manipulate binary files. long_description ${name} provides ${description}. homepage http://radare.org -master_sites ${homepage}/get/ -checksums rmd160 71d0fad808a215a744bcfb6ab597f70bad071123 \ - sha256 7af3413f736b979dbf5db3688e9bc3052879a28428ac4f10086fa7f93cba5de0 +checksums rmd160 644125784c46b0ab41a91d6c9c904cd3f3e72f0d \ + sha256 a15827380a4a530810dbda8d7da026e774e5067c592b630143522fdc09470824 # Patch the fixed (and strangely disabled) arch flags. Will talk with the developers # to integrate this in the build process. @@ -46,7 +45,3 @@ } default_variants +ewf +openssl - -livecheck.type regex -livecheck.url ${homepage}/y/?p=download -livecheck.regex "${name}-(\\d+\\.\\d+(\[0-9rc.\]+)?)${extract.suffix}"
participants (1)
-
g5pw@macports.org