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

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


Revision: 136537
          https://trac.macports.org/changeset/136537
Author:   larryv at macports.org
Date:     2015-05-20 21:42:48 -0700 (Wed, 20 May 2015)
Log Message:
-----------
xchat2: Use braces instead of quotation marks (NFC)

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

Modified: trunk/dports/irc/xchat2/Portfile
===================================================================
--- trunk/dports/irc/xchat2/Portfile	2015-05-21 04:42:46 UTC (rev 136536)
+++ trunk/dports/irc/xchat2/Portfile	2015-05-21 04:42:48 UTC (rev 136537)
@@ -52,11 +52,11 @@
 
 universal_variant   no
 
-variant xft conflicts quartz description "Enable Xft2 font support" {
+variant xft conflicts quartz description {Enable Xft2 font support} {
     configure.args-append   --enable-xft
 }
 
-variant ssl description "Enable SSL using openssl" {
+variant ssl description {Enable SSL using openssl} {
     configure.args-delete   --disable-openssl
     configure.args-append   --enable-openssl
     depends_lib-append      port:openssl
@@ -66,21 +66,21 @@
     configure.args-append   --disable-xlib
 }
 
-variant python25 description "Enable Python plugin, using python25" conflicts python26 python27 {
+variant python25 description {Enable Python plugin, using python25} conflicts python26 python27 {
     configure.args-delete   --disable-python
     configure.args-append   --enable-python
     depends_lib-append      port:python25
     configure.env           pythonpath="${prefix}/bin/python2.5"
 }
 
-variant python26 description "Enable Python plugin, using python26" conflicts python25 python27 {
+variant python26 description {Enable Python plugin, using python26} conflicts python25 python27 {
     configure.args-delete   --disable-python
     configure.args-append   --enable-python
     depends_lib-append      port:python26
     configure.env           pythonpath="${prefix}/bin/python2.6"
 }
 
-variant python27 description "Enable Python plugin, using python27" conflicts python25 python26 {
+variant python27 description {Enable Python plugin, using python27} conflicts python25 python26 {
     configure.args-delete   --disable-python
     configure.args-append   --enable-python
     depends_lib-append      port:python27
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150520/5430e8cf/attachment-0001.html>


More information about the macports-changes mailing list