[61387] trunk/dports/mail/signing-party/Portfile

milosh at macports.org milosh at macports.org
Thu Dec 10 00:49:07 PST 2009


Revision: 61387
          http://trac.macports.org/changeset/61387
Author:   milosh at macports.org
Date:     2009-12-10 00:49:04 -0800 (Thu, 10 Dec 2009)
Log Message:
-----------
Resolve bug #22798

Modified Paths:
--------------
    trunk/dports/mail/signing-party/Portfile

Modified: trunk/dports/mail/signing-party/Portfile
===================================================================
--- trunk/dports/mail/signing-party/Portfile	2009-12-10 08:34:15 UTC (rev 61386)
+++ trunk/dports/mail/signing-party/Portfile	2009-12-10 08:49:04 UTC (rev 61387)
@@ -4,6 +4,7 @@
 
 name        signing-party
 version     1.1.2
+revision    1
 categories  mail security
 maintainers milosh openmaintainer
 platforms   darwin
@@ -40,6 +41,12 @@
         ${worksrcpath}/springgraph/springgraph
 }
 
+platform macosx {
+        post-patch {
+                  reinplace "s!getent.*$!dscl . -read /Users/\$USER \| awk \'\{print \$2\}\'\`!" ${worksrcpath}/gpg-mailkeys/gpg-mailkeys
+        }
+}
+
 destroot    {
         xinstall -m 0755 ${worksrcpath}/caff/caff ${worksrcpath}/caff/pgp-clean ${worksrcpath}/caff/pgp-fixkey ${destroot}${prefix}/bin
         xinstall -m 0755  ${worksrcpath}/gpg-key2ps/gpg-key2ps ${worksrcpath}/gpg-mailkeys/gpg-mailkeys ${worksrcpath}/gpglist/gpglist ${worksrcpath}/gpgparticipants/gpgparticipants ${worksrcpath}/gpgsigs/gpgsigs ${worksrcpath}/gpgwrap/bin/gpgwrap ${worksrcpath}/keyanalyze/keyanalyze ${worksrcpath}/keyanalyze/process_keys ${worksrcpath}/keylookup/keylookup ${worksrcpath}/sig2dot/sig2dot ${worksrcpath}/springgraph/springgraph ${destroot}${prefix}/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091210/3406485d/attachment.html>


More information about the macports-changes mailing list