Revision: 138173 https://trac.macports.org/changeset/138173 Author: hum@macports.org Date: 2015-07-01 04:46:02 -0700 (Wed, 01 Jul 2015) Log Message: ----------- liblinear: update to 2.0 Modified Paths: -------------- trunk/dports/math/liblinear/Portfile Modified: trunk/dports/math/liblinear/Portfile =================================================================== --- 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.]+) *}
participants (1)
-
hum@macports.org