[131563] trunk/dports/security/pgpdump/Portfile

larryv at macports.org larryv at macports.org
Tue Jan 13 21:09:02 PST 2015


Revision: 131563
          https://trac.macports.org/changeset/131563
Author:   larryv at macports.org
Date:     2015-01-13 21:09:02 -0800 (Tue, 13 Jan 2015)
Log Message:
-----------
pgpdump: Update to 0.29 (#46541)

Also:
- Add dependencies on bzip2 and zlib.
- Use new download site.
- Correctly pass the C compiler to the build.
- Remove obsolete configure and destroot tweaks.

Modified Paths:
--------------
    trunk/dports/security/pgpdump/Portfile

Modified: trunk/dports/security/pgpdump/Portfile
===================================================================
--- trunk/dports/security/pgpdump/Portfile	2015-01-14 05:09:00 UTC (rev 131562)
+++ trunk/dports/security/pgpdump/Portfile	2015-01-14 05:09:02 UTC (rev 131563)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                pgpdump
-version             0.25
+version             0.29
 categories          security
 platforms           darwin
 license             BSD
@@ -16,12 +16,14 @@
                     PGP version 2 (RFC 1991).
 homepage            http://www.mew.org/~kazu/proj/pgpdump/en/
 
-master_sites        http://pgp.iijlab.net/pgpdump/
-checksums           md5 c095d48558beef526232adbf7ca69a38
+depends_lib         port:bzip2 \
+                    port:zlib
 
-configure.args      --mandir=\\\${prefix}/share/man
+master_sites        http://www.mew.org/~kazu/proj/pgpdump/
+checksums           rmd160  49404bcff6cf6f5fc4e2f380c8efb424962cdabc \
+                    sha256  6215d9af806399fec73d81735cf20ce91033a7a89a82c4318c4d1659083ff663
 
-destroot.destdir    prefix=${destroot}${prefix}
+build.args          CC='${configure.cc}'
 
 livecheck.type      regex
 livecheck.url       ${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150113/9adc137f/attachment.html>


More information about the macports-changes mailing list