[92443] trunk/dports/net/curl/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Apr 28 14:00:56 PDT 2012


Revision: 92443
          https://trac.macports.org/changeset/92443
Author:   jeremyhu at macports.org
Date:     2012-04-28 14:00:56 -0700 (Sat, 28 Apr 2012)
Log Message:
-----------
curl: Fix +universal headers (#33899)

Modified Paths:
--------------
    trunk/dports/net/curl/Portfile

Modified: trunk/dports/net/curl/Portfile
===================================================================
--- trunk/dports/net/curl/Portfile	2012-04-28 20:52:42 UTC (rev 92442)
+++ trunk/dports/net/curl/Portfile	2012-04-28 21:00:56 UTC (rev 92443)
@@ -8,6 +8,7 @@
 name                        curl
 # keep the version in sync with the curl-ca-bundle port
 version                     7.25.0
+revision                    1
 categories                  net www
 maintainers                 ryandesign
 license                     curl
@@ -78,6 +79,9 @@
     }
 }
 
+global merger_dont_diff merger_configure_env
+set merger_dont_diff "${prefix}/include/curl/curlbuild.h"
+
 post-destroot {
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}/html/libcurl ${destroot}${docdir}/pdf/libcurl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120428/71a473e7/attachment.html>


More information about the macports-changes mailing list