Modified: trunk/dports/math/liblinear/Portfile (138172 => 138173)
--- trunk/dports/math/liblinear/Portfile 2015-07-01 07:50:33 UTC (rev 138172)
+++ trunk/dports/math/liblinear/Portfile 2015-07-01 11:46:02 UTC (rev 138173)
@@ -4,8 +4,7 @@
PortSystem 1.0
name liblinear
-version 1.96
-revision 2
+version 2.0
categories math
maintainers hum openmaintainer
@@ -22,8 +21,8 @@
license BSD
master_sites ${homepage}
-checksums rmd160 487dde2d92db0dbf1935b92f52d64346365878f5 \
- sha256 0ab97ca81c62457fcfe78f56619a7b2f70c1f7c875b4101827343555b4f6c3f4
+checksums rmd160 f53c5f5557a4f3f174c55f5dcc8ee36ef5ccbce2 \
+ sha256 3e028e89ee9573f3110745a3dbd2b62618c710ddc09db719db989d70604d682c
patchfiles patch-Makefile.diff
@@ -87,7 +86,9 @@
xinstall -m 644 -W ${worksrcpath}/python liblinear.py liblinearutil.py ${dir}
}
-default_variants +python27
+if {![variant_isset python27] && ![variant_isset python34]} {
+ default_variants +python27
+}
livecheck.type regex
livecheck.regex {Version *([0-9.]+) *}