Revision: 140715 https://trac.macports.org/changeset/140715 Author: cal@macports.org Date: 2015-09-30 14:20:35 -0700 (Wed, 30 Sep 2015) Log Message: ----------- ddrescue: update to 1.20, with maintainer approval Switch to use_lzip yes, drop explicit install-man target since it's now a dependency of the install target. Modified Paths: -------------- trunk/dports/sysutils/ddrescue/Portfile Modified: trunk/dports/sysutils/ddrescue/Portfile =================================================================== --- trunk/dports/sysutils/ddrescue/Portfile 2015-09-30 21:19:35 UTC (rev 140714) +++ trunk/dports/sysutils/ddrescue/Portfile 2015-09-30 21:20:35 UTC (rev 140715) @@ -1,9 +1,10 @@ # $Id$ PortSystem 1.0 +PortGroup gnu_info 1.0 name ddrescue -version 1.19 +version 1.20 categories sysutils platforms darwin license GPL-3+ @@ -18,14 +19,9 @@ homepage http://www.gnu.org/software/ddrescue/ddrescue.html master_sites gnu:ddrescue -# lzip archive -depends_extract port:lzip -extract.suffix .tar.lz -extract.cmd ${prefix}/bin/lzip +use_lzip yes -checksums rmd160 31e2c4be6fad160271a6cc546e8944487b4d8d15 \ - sha256 ed8d0c9d9aac80a9110e9cb0d0a91a7390d3bf9f816b67a62ca4eb140f4747b8 +checksums rmd160 020895b8569f34c92983115b41adf49968708faa \ + sha256 83f993b1a167865d76e92e7c1406436331a8b3b337b9868fd6ca1ec2c45460bd configure.args CXX=${configure.cxx} - -destroot.target-append install-man
participants (1)
-
cal@macports.org