Modified: trunk/dports/devel/radare2/Portfile (117363 => 117364)
--- 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}"