[136539] trunk/dports/irc/xchat2/Portfile

larryv at macports.org larryv at macports.org
Wed May 20 21:42:52 PDT 2015


Revision: 136539
          https://trac.macports.org/changeset/136539
Author:   larryv at macports.org
Date:     2015-05-20 21:42:52 -0700 (Wed, 20 May 2015)
Log Message:
-----------
xchat2: Use `configure.args-replace` (NFC)

Modified Paths:
--------------
    trunk/dports/irc/xchat2/Portfile

Modified: trunk/dports/irc/xchat2/Portfile
===================================================================
--- trunk/dports/irc/xchat2/Portfile	2015-05-21 04:42:50 UTC (rev 136538)
+++ trunk/dports/irc/xchat2/Portfile	2015-05-21 04:42:52 UTC (rev 136539)
@@ -57,8 +57,7 @@
 }
 
 variant ssl description {Enable SSL using OpenSSL} {
-    configure.args-delete   --disable-openssl
-    configure.args-append   --enable-openssl
+    configure.args-replace  --disable-openssl --enable-openssl
     depends_lib-append      port:openssl
 }
 
@@ -67,22 +66,19 @@
 }
 
 variant python25 description {Enable Python 2.5 plugin} conflicts python26 python27 {
-    configure.args-delete   --disable-python
-    configure.args-append   --enable-python
+    configure.args-replace  --disable-python --enable-python
     depends_lib-append      port:python25
     configure.env           pythonpath="${prefix}/bin/python2.5"
 }
 
 variant python26 description {Enable Python 2.6 plugin} conflicts python25 python27 {
-    configure.args-delete   --disable-python
-    configure.args-append   --enable-python
+    configure.args-replace  --disable-python --enable-python
     depends_lib-append      port:python26
     configure.env           pythonpath="${prefix}/bin/python2.6"
 }
 
 variant python27 description {Enable Python 2.7 plugin} conflicts python25 python26 {
-    configure.args-delete   --disable-python
-    configure.args-append   --enable-python
+    configure.args-replace  --disable-python --enable-python
     depends_lib-append      port:python27
     configure.env           pythonpath="${prefix}/bin/python2.7"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150520/026d0d00/attachment.html>


More information about the macports-changes mailing list