[137499] trunk/dports/archivers/atool/Portfile
chunyang at macports.org
chunyang at macports.org
Fri Jun 12 22:31:55 PDT 2015
Revision: 137499
https://trac.macports.org/changeset/137499
Author: chunyang at macports.org
Date: 2015-06-12 22:31:55 -0700 (Fri, 12 Jun 2015)
Log Message:
-----------
atool: Update to 0.39.0 (#47940)
Modified Paths:
--------------
trunk/dports/archivers/atool/Portfile
Modified: trunk/dports/archivers/atool/Portfile
===================================================================
--- trunk/dports/archivers/atool/Portfile 2015-06-13 05:19:53 UTC (rev 137498)
+++ trunk/dports/archivers/atool/Portfile 2015-06-13 05:31:55 UTC (rev 137499)
@@ -1,45 +1,46 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name atool
-version 0.37.0
-categories archivers
-platforms darwin
-maintainers devils.com:expiation
-homepage http://www.nongnu.org/atool/
-description An archival front-end
-long_description atool is a script for managing file archives of various \
- types (tar, tar+gzip, zip etc).
+name atool
+version 0.39.0
+categories archivers
+platforms darwin
+license GPL-3
+maintainers devils.com:expiation
+homepage http://www.nongnu.org/atool/
+description An archival front-end
+long_description ${name} is a script for managing file archives of various \
+ types (tar, tar+gzip, zip etc).
-master_sites http://download.savannah.gnu.org/releases/atool/
+master_sites http://download.savannah.gnu.org/releases/atool/
-checksums md5 2607e9b19518af4145be8a6bed454477 \
- sha1 26dc7799db048183e106df5adc9748e831b37490 \
- rmd160 d497e14963701920c530c85d7cdd3e57b58ffdce
+checksums rmd160 ca067ba295ff2ad11dc1c9147a13f8a1becaf078 \
+ sha256 aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b
post-patch {
- # /usr/bin/sed does not work, use ${prefix}/bin/gsed instead
- reinplace -E \
- "s|(\[\t \])sed |\\1${prefix}/bin/gsed |g" \
- ${worksrcpath}/configure \
- ${worksrcpath}/Makefile.in
+ # /usr/bin/sed does not work, use ${prefix}/bin/gsed instead
+ reinplace -E \
+ "s|(\[\t \])sed |\\1${prefix}/bin/gsed |g" \
+ ${worksrcpath}/configure \
+ ${worksrcpath}/Makefile.in
}
-depends_build port:gsed
-depends_lib path:bin/perl:perl5
+depends_build port:gsed
+depends_lib path:bin/perl:perl5
-configure.perl ${prefix}/bin/perl
+configure.perl ${prefix}/bin/perl
post-destroot {
- set docdir ${prefix}/share/doc/${name}
- xinstall -d ${destroot}${docdir}
- xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README TODO \
- ${destroot}${docdir}
+ set docdir ${prefix}/share/doc/${name}
+ xinstall -d ${destroot}${docdir}
+ xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README TODO \
+ ${destroot}${docdir}
}
universal_variant no
-livecheck.type regex
-livecheck.url ${homepage}
-livecheck.regex "latest version of atool is (\[0-9.\]+),"
+livecheck.type regex
+livecheck.url ${homepage}
+livecheck.regex "latest version of atool is (\[0-9.\]+),"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150612/edaa50ca/attachment.html>
More information about the macports-changes
mailing list