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

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


Revision: 136538
          https://trac.macports.org/changeset/136538
Author:   larryv at macports.org
Date:     2015-05-20 21:42:50 -0700 (Wed, 20 May 2015)
Log Message:
-----------
xchat2: Reword variant descriptions (NFC)

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

Modified: trunk/dports/irc/xchat2/Portfile
===================================================================
--- trunk/dports/irc/xchat2/Portfile	2015-05-21 04:42:48 UTC (rev 136537)
+++ trunk/dports/irc/xchat2/Portfile	2015-05-21 04:42:50 UTC (rev 136538)
@@ -56,7 +56,7 @@
     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 2.5 plugin} 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 2.6 plugin} 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 2.7 plugin} 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/5e9a3fb4/attachment.html>


More information about the macports-changes mailing list