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

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


Revision: 109788
          https://trac.macports.org/changeset/109788
Author:   larryv at macports.org
Date:     2013-08-19 20:30:24 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
Make config_impl.h reinplace unconditional as well.

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 02:30:06 UTC (rev 109787)
+++ branches/larryv-subversion-subports/dports/devel/subversion/Portfile	2013-08-20 03:30:24 UTC (rev 109788)
@@ -78,13 +78,9 @@
 # Patch
 patchfiles      config_impl.h.patch \
                 patch-swig-perl-native-core.c.diff
-switch -regexp ${subport} {
-    default {
-        post-patch {
-            reinplace "s|__PREFIX__|${prefix}|" \
-                ${worksrcpath}/subversion/libsvn_subr/config_impl.h
-        }
-    }
+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/80e13083/attachment.html>


More information about the macports-changes mailing list