Revision: 133321 https://trac.macports.org/changeset/133321 Author: ciserlohn@macports.org Date: 2015-02-25 13:13:59 -0800 (Wed, 25 Feb 2015) Log Message: ----------- fossil: update to version 1.31 Modified Paths: -------------- trunk/dports/devel/fossil/Portfile Modified: trunk/dports/devel/fossil/Portfile =================================================================== --- trunk/dports/devel/fossil/Portfile 2015-02-25 20:26:06 UTC (rev 133320) +++ trunk/dports/devel/fossil/Portfile 2015-02-25 21:13:59 UTC (rev 133321) @@ -4,7 +4,7 @@ PortSystem 1.0 name fossil -version 1.30 +version 1.31 epoch 20110901182519 categories devel platforms darwin @@ -22,10 +22,10 @@ homepage http://www.fossil-scm.org/ master_sites ${homepage}download/ -distname ${name}-src-20150119112900 +distname ${name}-src-20150223162734 -checksums rmd160 6a91f3e3e5451c93247c486085c1843831f8c094 \ - sha256 37969e5a09c1611199921e3518a4ed736fd637a02f2d5810cd45897a4ceb92dc +checksums rmd160 f9d61e85790bd33c71cab9422485a25b17c2e7a7 \ + sha256 c00f9e1487530adb921df730baf57e1aa23767a0afb60b865e5842bb50782942 test.run yes @@ -34,6 +34,10 @@ port:openssl \ port:libiconv +post-extract { + move ${workpath}/${name}-src-201502231627 ${worksrcpath} +} + configure.args-append --disable-lineedit \ --with-tcl=${prefix}/lib \ --with-th1-docs \