[114243] trunk/dports/databases/rethinkdb/Portfile

cal at macports.org cal at macports.org
Tue Dec 3 03:28:15 PST 2013


Revision: 114243
          https://trac.macports.org/changeset/114243
Author:   cal at macports.org
Date:     2013-12-03 03:28:15 -0800 (Tue, 03 Dec 2013)
Log Message:
-----------
rethinkdb: use patch.pre_args rather than patch.args to specify -p$x as documented in the guide

Modified Paths:
--------------
    trunk/dports/databases/rethinkdb/Portfile

Modified: trunk/dports/databases/rethinkdb/Portfile
===================================================================
--- trunk/dports/databases/rethinkdb/Portfile	2013-12-03 11:23:32 UTC (rev 114242)
+++ trunk/dports/databases/rethinkdb/Portfile	2013-12-03 11:28:15 UTC (rev 114243)
@@ -45,7 +45,7 @@
 compiler.blacklist-append {clang < 137}
 
 # v8 >= 3.21 compatibility from upstream
-patch.args          -p1
+patch.pre_args      -p1
 patchfiles          3cf9e7bf13e5f0f364aecf0913e09d704e9688d2.patch
 
 set webresdir       ${prefix}/share/${name}/web
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131203/7cb9324c/attachment.html>


More information about the macports-changes mailing list