[128158] trunk/dports/mail/gnupg/Portfile

ionic at macports.org ionic at macports.org
Fri Nov 14 17:13:07 PST 2014


Revision: 128158
          https://trac.macports.org/changeset/128158
Author:   ionic at macports.org
Date:     2014-11-14 17:13:07 -0800 (Fri, 14 Nov 2014)
Log Message:
-----------
gnupg: don't copy idea file first, run gunzip directly.

Modified Paths:
--------------
    trunk/dports/mail/gnupg/Portfile

Modified: trunk/dports/mail/gnupg/Portfile
===================================================================
--- trunk/dports/mail/gnupg/Portfile	2014-11-14 23:42:15 UTC (rev 128157)
+++ trunk/dports/mail/gnupg/Portfile	2014-11-15 01:13:07 UTC (rev 128158)
@@ -63,9 +63,8 @@
     extract.only            ${distname}${extract.suffix}
 
     post-extract {
-        copy ${distpath}/idea.c.gz ${worksrcpath}/cipher
         move ${worksrcpath}/cipher/idea.c ${worksrcpath}/cipher/idea.c.orig
-        system -W "${worksrcpath}/cipher" "gunzip -d idea.c.gz"
+        system -W "${worksrcpath}/cipher" "gunzip -c < ${distpath}/idea.c.gz > idea.c"
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141114/d42f7c40/attachment.html>


More information about the macports-changes mailing list