[31848] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Sun Dec 9 22:09:30 PST 2007


Revision: 31848
          http://trac.macosforge.org/projects/macports/changeset/31848
Author:   ryandesign at macports.org
Date:     2007-12-09 22:09:28 -0800 (Sun, 09 Dec 2007)

Log Message:
-----------
Remove extra space before and after variant descriptions, because
this shows through in the output of "`port variants`".

Please don't be upset that I'm touching your portfiles. I just want
to get this fixed quickly for all portfiles with a minimum of fuss.

Modified Paths:
--------------
    trunk/dports/graphics/libcaca/Portfile
    trunk/dports/net/tftp-hpa/Portfile
    trunk/dports/security/afflib/Portfile
    trunk/dports/x11/icewm/Portfile

Modified: trunk/dports/graphics/libcaca/Portfile
===================================================================
--- trunk/dports/graphics/libcaca/Portfile	2007-12-10 04:17:39 UTC (rev 31847)
+++ trunk/dports/graphics/libcaca/Portfile	2007-12-10 06:09:28 UTC (rev 31848)
@@ -24,7 +24,7 @@
 
 # add Imlib2 support once Imlib2 is ported
 
-variant	x11 description { Add X11 driver support } {
+variant	x11 description {Add X11 driver support} {
 	depends_lib-append	lib:libX11.6:XFree86
 	configure.args-append	--enable-x11
 }

Modified: trunk/dports/net/tftp-hpa/Portfile
===================================================================
--- trunk/dports/net/tftp-hpa/Portfile	2007-12-10 04:17:39 UTC (rev 31847)
+++ trunk/dports/net/tftp-hpa/Portfile	2007-12-10 06:09:28 UTC (rev 31848)
@@ -21,10 +21,10 @@
 
 set tftp-root	${prefix}/var/${name}/
 
-variant enable_upload description { If invoked with the server variant, tftp uploads \
-	are enabled; without the server variant, this variant has no effect } {}
+variant enable_upload description {If invoked with the server variant, tftp uploads \
+	are enabled; without the server variant, this variant has no effect} {}
 
-variant server description { Install launchd scripts to run tftpd at system boot } {
+variant server description {Install launchd scripts to run tftpd at system boot} {
 	startupitem.create	yes
 	startupitem.name	tftpd
 		if { ! [variant_isset enable_upload] } {

Modified: trunk/dports/security/afflib/Portfile
===================================================================
--- trunk/dports/security/afflib/Portfile	2007-12-10 04:17:39 UTC (rev 31847)
+++ trunk/dports/security/afflib/Portfile	2007-12-10 06:09:28 UTC (rev 31848)
@@ -46,7 +46,7 @@
 }
 
 
-variant s3 description { Enable the use of Amazon's S3 service } {
+variant s3 description {Enable the use of Amazon's S3 service} {
 	configure.args-append	--enable-s3=yes	\
 				--with-curl=${prefix}/lib
 	configure.args-delete	--enable-s3=no
@@ -56,7 +56,7 @@
 
 
 ## untested....
-## variant fuse description { Access AFF data through FUSE } {
+## variant fuse description {Access AFF data through FUSE} {
 ## 	configure.args-append	--enable-fuse=yes
 ## 	configure.args-delete	--enable-fuse=no
 ## 	'port lint' is silly about trailing whitespace in comments

Modified: trunk/dports/x11/icewm/Portfile
===================================================================
--- trunk/dports/x11/icewm/Portfile	2007-12-10 04:17:39 UTC (rev 31847)
+++ trunk/dports/x11/icewm/Portfile	2007-12-10 06:09:28 UTC (rev 31848)
@@ -44,47 +44,47 @@
     ui_msg ""
 }
 
-variant lite description { Use the lightweight IceWM } {
+variant lite description {Use the lightweight IceWM} {
 	configure.args-append  --enable-lite \
 	                       --disable-xinerama --disable-xrandr
 }
 
-variant xpm conflicts imlib description { Use Xpm from MacPorts for images } {
+variant xpm conflicts imlib description {Use Xpm from MacPorts for images} {
 	configure.args-delete  --with-imlib
 # 	 configure.args-append  --with-xpm
 	depends_lib-append     port:xpm
 }
 
-variant imlib conflicts xpm description { Use Imlib for images instead of libxpm (does not work yet) } {
+variant imlib conflicts xpm description {Use Imlib for images instead of libxpm (does not work yet)} {
 	configure.args-delete  --with-xpm
 	configure.args-append  --with-imlib
 	depends_lib-append     port:imlib
 }
 
-variant nls description { Use internationalized messages (does not work correct yet) } {
+variant nls description {Use internationalized messages (does not work correct yet)} {
     configure.args-delete  --disable-i18n --disable-nls
 #    configure.args-append  --enable-i18n --enable-nls
 	depends_lib-append     port:gettext port:libiconv
 }
 
-variant debug description { Use this option if you want to debug IceWM } {
+variant debug description {Use this option if you want to debug IceWM} {
 	configure.args-delete  --disable-debug
 	configure.args-append  --enable-debug
 }
 
 # not tested: can't install esound, help2man
-variant esound description { Use sound support (untested) } {
+variant esound description {Use sound support (untested)} {
 	configure.args-delete  --without-icesound
 	configure.args-append  --with-icesound=esound --enable-guievents
 	depends_lib-append     port:audiofile port:esound
 }
 
 # not tested, can't install gnome
-variant gnome1 conflicts gnome2 description { Use the GNOME menus with IceWM } {
+variant gnome1 conflicts gnome2 description {Use the GNOME menus with IceWM} {
 	configure.args-append  --enable-menus-gnome1
 }
 
-variant gnome2 conflicts gnome1 description { Use the KDE/GNOME2 menus with IceWM } {
+variant gnome2 conflicts gnome1 description {Use the KDE/GNOME2 menus with IceWM} {
 	configure.args-append  --enable-menus-gnome2
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071209/3d335108/attachment-0001.html


More information about the macports-changes mailing list