[109787] branches/larryv-subversion-subports/dports/devel/subversion/ Portfile

larryv at macports.org larryv at macports.org
Mon Aug 19 19:30:06 PDT 2013


Revision: 109787
          https://trac.macports.org/changeset/109787
Author:   larryv at macports.org
Date:     2013-08-19 19:30:06 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
Apply patches unconditionally. Tweak formatting a bit.

Modified Paths:
--------------
    branches/larryv-subversion-subports/dports/devel/subversion/Portfile

Modified: branches/larryv-subversion-subports/dports/devel/subversion/Portfile
===================================================================
--- branches/larryv-subversion-subports/dports/devel/subversion/Portfile	2013-08-20 01:53:17 UTC (rev 109786)
+++ branches/larryv-subversion-subports/dports/devel/subversion/Portfile	2013-08-20 02:30:06 UTC (rev 109787)
@@ -49,18 +49,18 @@
 
 
 # Dependencies
-depends_lib port:apr \
-            port:apr-util \
-            port:cyrus-sasl2 \
-            port:db46 \
-            port:expat \
-            port:gettext \
-            port:libcomerr \
-            port:libiconv \
-            port:libmagic \
-            port:serf1 \
-            port:sqlite3 \
-            port:zlib
+depends_lib     port:apr \
+                port:apr-util \
+                port:cyrus-sasl2 \
+                port:db46 \
+                port:expat \
+                port:gettext \
+                port:libcomerr \
+                port:libiconv \
+                port:libmagic \
+                port:serf1 \
+                port:sqlite3 \
+                port:zlib
 switch -regexp ${subport} {
     perl    {depends_lib-append port:${name} port:perl${perl5.major}}
     default {depends_run        port:curl-ca-bundle}
@@ -76,10 +76,10 @@
 
 
 # Patch
+patchfiles      config_impl.h.patch \
+                patch-swig-perl-native-core.c.diff
 switch -regexp ${subport} {
-    perl    {patchfiles patch-swig-perl-native-core.c.diff}
     default {
-        patchfiles      config_impl.h.patch
         post-patch {
             reinplace "s|__PREFIX__|${prefix}|" \
                 ${worksrcpath}/subversion/libsvn_subr/config_impl.h
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/cc24522a/attachment.html>


More information about the macports-changes mailing list