[136967] trunk/dports/devel/gnutls/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jun 1 01:35:05 PDT 2015


Revision: 136967
          https://trac.macports.org/changeset/136967
Author:   ryandesign at macports.org
Date:     2015-06-01 01:35:05 -0700 (Mon, 01 Jun 2015)
Log Message:
-----------
gnutls: use expand operator instead of eval

Modified Paths:
--------------
    trunk/dports/devel/gnutls/Portfile

Modified: trunk/dports/devel/gnutls/Portfile
===================================================================
--- trunk/dports/devel/gnutls/Portfile	2015-06-01 08:04:03 UTC (rev 136966)
+++ trunk/dports/devel/gnutls/Portfile	2015-06-01 08:35:05 UTC (rev 136967)
@@ -43,7 +43,7 @@
 
 post-patch {
     # Remove comments which confuse at least Leopard's assembler.
-    eval reinplace {/^#/d} [glob ${worksrcpath}/lib/accelerated/x86/macosx/*.s]
+    reinplace {/^#/d} {*}[glob ${worksrcpath}/lib/accelerated/x86/macosx/*.s]
 }
 
 # use autoreconf to update glibtool to correctly handle -std
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150601/a7bdb03a/attachment.html>


More information about the macports-changes mailing list