[75061] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Thu Jan 13 13:07:55 PST 2011


Revision: 75061
          http://trac.macports.org/changeset/75061
Author:   ryandesign at macports.org
Date:     2011-01-13 13:07:47 -0800 (Thu, 13 Jan 2011)
Log Message:
-----------
Remove wrong backslashes

Modified Paths:
--------------
    trunk/dports/aqua/SIDPLAY/Portfile
    trunk/dports/aqua/istumbler/Portfile
    trunk/dports/audio/mp3info/Portfile
    trunk/dports/audio/mpeg4ip/Portfile
    trunk/dports/cross/i386-mingw32-libunicows/Portfile
    trunk/dports/devel/PIDA/Portfile
    trunk/dports/devel/caml-getopt/Portfile
    trunk/dports/devel/caml-uuidm/Portfile
    trunk/dports/devel/cgdb/Portfile
    trunk/dports/devel/freeride/Portfile
    trunk/dports/devel/gc-utils/Portfile
    trunk/dports/devel/google-ctemplate/Portfile
    trunk/dports/devel/gvfs/Portfile
    trunk/dports/devel/hs-typenats/Portfile
    trunk/dports/devel/libyaml/Portfile
    trunk/dports/devel/mercurial/Portfile
    trunk/dports/devel/robodoc/Portfile
    trunk/dports/devel/unittest-cpp/Portfile
    trunk/dports/emulators/nonpareil/Portfile
    trunk/dports/games/fortune/Portfile
    trunk/dports/games/gtkevemon/Portfile
    trunk/dports/games/pyfa/Portfile
    trunk/dports/gnome/gnome-mag/Portfile
    trunk/dports/gnome/libbonoboui/Portfile
    trunk/dports/gnome/seahorse-plugins/Portfile
    trunk/dports/gnustep/GNUMail/Portfile
    trunk/dports/graphics/g3data/Portfile
    trunk/dports/graphics/gdchart/Portfile
    trunk/dports/graphics/libicns/Portfile
    trunk/dports/java/ehcache/Portfile
    trunk/dports/kde/ktorrent4/Portfile
    trunk/dports/lang/gcc46/Portfile
    trunk/dports/lang/ghc/Portfile
    trunk/dports/lang/qore-glut-module/Portfile
    trunk/dports/lang/qore-opengl-module/Portfile
    trunk/dports/lang/sbcl/Portfile
    trunk/dports/lang/sdcc/Portfile
    trunk/dports/mail/GNUMail-Aqua/Portfile
    trunk/dports/mail/fetchmail/Portfile
    trunk/dports/mail/hypermail/Portfile
    trunk/dports/mail/qmail-spamcontrol/Portfile
    trunk/dports/mail/sylpheed/Portfile
    trunk/dports/math/acl2/Portfile
    trunk/dports/multimedia/avidemux/Portfile
    trunk/dports/multimedia/smpeg/Portfile
    trunk/dports/net/cdpr/Portfile
    trunk/dports/net/libnet11/Portfile
    trunk/dports/net/lsh/Portfile
    trunk/dports/net/moodss/Portfile
    trunk/dports/net/netcat/Portfile
    trunk/dports/office/kitlist/Portfile
    trunk/dports/perl/p5-astro/Portfile
    trunk/dports/perl/p5-image-imlib2/Portfile
    trunk/dports/python/py25-geopy/Portfile
    trunk/dports/python/py26-mapnik/Portfile
    trunk/dports/python/py26-mcrypt/Portfile
    trunk/dports/python/py26-pyphant-fmf/Portfile
    trunk/dports/python/py26-werkzeug/Portfile
    trunk/dports/python/py27-mcrypt/Portfile
    trunk/dports/ruby/rb-htree/Portfile
    trunk/dports/ruby/rb-net-irc/Portfile
    trunk/dports/science/lal/Portfile
    trunk/dports/security/putty/Portfile
    trunk/dports/sysutils/file/Portfile
    trunk/dports/x11/xorg-libXcomposite/Portfile
    trunk/dports/x11/xorg-libXxf86vm/Portfile

Modified: trunk/dports/aqua/SIDPLAY/Portfile
===================================================================
--- trunk/dports/aqua/SIDPLAY/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/aqua/SIDPLAY/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -32,7 +32,7 @@
 
 checksums               md5     d3c5e6d7e1170616a7c1ac60a4ea8aa7 \
                         sha1    46160a6eb53369a8680baa3d34ab4602e8dca658 \
-                        rmd160  5ddc79d35b3c0a92be5a03dc52044d828bd41c1a \
+                        rmd160  5ddc79d35b3c0a92be5a03dc52044d828bd41c1a
 
 xcode.project           ${name}.xcodeproj
 xcode.configuration     Release

Modified: trunk/dports/aqua/istumbler/Portfile
===================================================================
--- trunk/dports/aqua/istumbler/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/aqua/istumbler/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -37,7 +37,7 @@
 	SYMROOT=${worksrcpath}/build
 #	FRAMEWORK_SEARCH_PATHS=${worksrcpath}/build
 #	BUILT_PRODUCTS_DIR=${worksrcpath}/build
-#	OTHER_LDFLAGS="-I${worksrcpath}/Frameworks" \
+#	OTHER_LDFLAGS="-I${worksrcpath}/Frameworks"
 
 if { ![variant_isset use_source] } {
 	default_variants +use_binary

Modified: trunk/dports/audio/mp3info/Portfile
===================================================================
--- trunk/dports/audio/mp3info/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/audio/mp3info/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -34,7 +34,7 @@
 destroot.target     install-mp3info
 destroot.args       INSTALL=/usr/bin/install
 destroot.destdir    prefix=${destroot}${prefix} \
-                    mandir=${destroot}${prefix}/share/man/man1 \
+                    mandir=${destroot}${prefix}/share/man/man1
 
 post-destroot {
     set docdir ${prefix}/share/doc/${name}-${version}

Modified: trunk/dports/audio/mpeg4ip/Portfile
===================================================================
--- trunk/dports/audio/mpeg4ip/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/audio/mpeg4ip/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -61,7 +61,7 @@
 		patch-common-video-iso-mpeg4-src-vtc_ztq_QMInit_cpp.diff \
 		patch-common-video-iso-mpeg4-src-vtc_ztq_QMUtils_cpp.diff \
 		patch-common-video-iso-mpeg4-src-vtc_ztq_decQM_cpp.diff \
-		patch-common-video-iso-mpeg4-src-vtc_ztq_encQM_cpp.diff \
+		patch-common-video-iso-mpeg4-src-vtc_ztq_encQM_cpp.diff
 
 configure.cmd   ./bootstrap \
                 --disable-player \

Modified: trunk/dports/cross/i386-mingw32-libunicows/Portfile
===================================================================
--- trunk/dports/cross/i386-mingw32-libunicows/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/cross/i386-mingw32-libunicows/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -37,7 +37,7 @@
 				libunicows-${version}-src.tar.gz \
 					sha1 7ad79f37e6c7c645cc002507af9bf22a5b8389c6 \
 				libunicows-${version}-src.tar.gz \
-					rmd160 0ce07693aceaa1c9b9d333666b8154c408331499 \
+					rmd160 0ce07693aceaa1c9b9d333666b8154c408331499
 
 depends_build		port:nasm \
 			port:i386-mingw32-gcc \

Modified: trunk/dports/devel/PIDA/Portfile
===================================================================
--- trunk/dports/devel/PIDA/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/devel/PIDA/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -21,7 +21,7 @@
                 port:py26-gnome \
                 port:kiwi \
                 port:librsvg \
-                port:vte \
+                port:vte
 
 build.env       PKG_CONFIG_PATH="${python.prefix}/lib/pkgconfig" \
                 PATH="${python.prefix}/bin:$env(PATH)"

Modified: trunk/dports/devel/caml-getopt/Portfile
===================================================================
--- trunk/dports/devel/caml-getopt/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/devel/caml-getopt/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -23,7 +23,7 @@
 
 depends_lib         port:ocaml \
                     port:caml-findlib \
-                    port:caml-extlib \
+                    port:caml-extlib
 
 patchfiles          patch-Makefile
 

Modified: trunk/dports/devel/caml-uuidm/Portfile
===================================================================
--- trunk/dports/devel/caml-uuidm/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/devel/caml-uuidm/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -23,7 +23,7 @@
                     rmd160  0063eaa85baaaf22308c9e22b04f552b4f107982
 
 depends_lib         port:ocaml \
-                    port:caml-findlib \
+                    port:caml-findlib
 
 use_configure       no
 use_parallel_build  no

Modified: trunk/dports/devel/cgdb/Portfile
===================================================================
--- trunk/dports/devel/cgdb/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/devel/cgdb/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -12,7 +12,7 @@
 long_description \
   CGDB is a curses-based interface to the GNU Debugger (GDB). \
   The goal of CGDB is to be lightweight and responsive, not   \
-  encumbered with unnecessary features.                       \
+  encumbered with unnecessary features.
 
 homepage        http://cgdb.sourceforge.net
 master_sites    sourceforge

Modified: trunk/dports/devel/freeride/Portfile
===================================================================
--- trunk/dports/devel/freeride/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/devel/freeride/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -20,7 +20,7 @@
 			port:rb-rrb \
 			port:fontconfig
 #			port:rb-drb \
-#			port:rb-ripper \
+#			port:rb-ripper
 
 use_configure	no
 

Modified: trunk/dports/devel/gc-utils/Portfile
===================================================================
--- trunk/dports/devel/gc-utils/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/devel/gc-utils/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -23,7 +23,7 @@
                   rmd160 ab4878e438298ee98bc7983823be31904e1376f6
 
 depends_lib       port:git-core \
-                  port:cvsps \
+                  port:cvsps
 
 worksrcdir        ${name}
 

Modified: trunk/dports/devel/google-ctemplate/Portfile
===================================================================
--- trunk/dports/devel/google-ctemplate/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/devel/google-ctemplate/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -12,7 +12,7 @@
 long_description \
     A simple but powerful template language for C++. \
     It emphasizes separating logic from presentation: \
-    it is impossible to embed application logic in this template language.\
+    it is impossible to embed application logic in this template language.
 
 distname        ctemplate-${version}
 homepage        http://code.google.com/p/google-ctemplate/

Modified: trunk/dports/devel/gvfs/Portfile
===================================================================
--- trunk/dports/devel/gvfs/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/devel/gvfs/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -66,7 +66,7 @@
                 --disable-cdda \
                 --disable-obexftp \
                 --disable-gphoto2 \
-                --disable-samba \
+                --disable-samba
 
 test.run        yes
 test.target     check

Modified: trunk/dports/devel/hs-typenats/Portfile
===================================================================
--- trunk/dports/devel/hs-typenats/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/devel/hs-typenats/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -29,7 +29,7 @@
 		    * <						\
 		    * >						\
 		    * <=					\
-		    * >=					\
+		    * >=
 
 homepage	http://www.eecs.tufts.edu/~rdocki01/typenats.html
 master_sites	http://www.eecs.tufts.edu/~rdocki01/projects

Modified: trunk/dports/devel/libyaml/Portfile
===================================================================
--- trunk/dports/devel/libyaml/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/devel/libyaml/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -18,7 +18,7 @@
 
 checksums       md5 b8ab9064e8e0330423fe640de76608cd \
                 sha1 5fa17579f6436f1d8739ad38399dff3e739bbf56 \
-                rmd160 a8c310d6fc5ef461134a88cea902f244aeaaba9a \
+                rmd160 a8c310d6fc5ef461134a88cea902f244aeaaba9a
 
 test.run        yes
 test.target     check

Modified: trunk/dports/devel/mercurial/Portfile
===================================================================
--- trunk/dports/devel/mercurial/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/devel/mercurial/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -21,7 +21,7 @@
                     repositories, not to a central one, in order to commit \
                     changes. Changes can be share via the builtin webserver, \
                     CGI, SSH or a stream of patch emails. Mercurial supports \
-                    Apples' FileMerge for merges.\
+                    Apples' FileMerge for merges.
 
 homepage            http://www.selenic.com/mercurial/
 platforms           darwin

Modified: trunk/dports/devel/robodoc/Portfile
===================================================================
--- trunk/dports/devel/robodoc/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/devel/robodoc/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -20,7 +20,7 @@
 
 checksums		md5 819f86e29dc8fee5b1831b23ca23cd75
 
-configure.args		--mandir="${prefix}/share/man" \
+configure.args		--mandir="${prefix}/share/man"
 
 destroot.destdir	prefix="${destroot}${prefix}" \
 			docdir="${destroot}${prefix}/share/doc/${name}" \

Modified: trunk/dports/devel/unittest-cpp/Portfile
===================================================================
--- trunk/dports/devel/unittest-cpp/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/devel/unittest-cpp/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -12,7 +12,7 @@
 long_description        UnitTest++ is a lightweight unit testing framework for C++. \
                         It was designed to do test-driven development on a wide variety \
                         of platforms. Simplicity, portability, speed, and small footprint \
-                        are all very important aspects of UnitTest++.\
+                        are all very important aspects of UnitTest++.
 
 homepage                http://unittest-cpp.sourceforge.net/
 

Modified: trunk/dports/emulators/nonpareil/Portfile
===================================================================
--- trunk/dports/emulators/nonpareil/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/emulators/nonpareil/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -41,7 +41,7 @@
 					${appbundles} \
 					md5		b71f77851f4204b984b80e57c4ad7e65 \
 					sha1	4798b1ae8a56275a4c2eb4df54f352c457f1ff0a \
-					rmd160	f0aa0eea748297f652f08c239fe1922b9f61e31d \
+					rmd160	f0aa0eea748297f652f08c239fe1922b9f61e31d
 
 extract.only		${prog}									\
 					${appbundles}							

Modified: trunk/dports/games/fortune/Portfile
===================================================================
--- trunk/dports/games/fortune/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/games/fortune/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -14,7 +14,7 @@
 
 master_sites    macports
 
-checksums		md5 6185fe31e512e8b23ac5cc58ede27919 \
+checksums		md5 6185fe31e512e8b23ac5cc58ede27919
 
 extract.only	${name}-${version}.tar.bz2
 worksrcdir		${name}

Modified: trunk/dports/games/gtkevemon/Portfile
===================================================================
--- trunk/dports/games/gtkevemon/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/games/gtkevemon/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -11,7 +11,7 @@
 long_description    GtkEveMon is a skill monitoring standalone application \
                     for GNU/Linux systems. With GtkEveMon you can monitor \
                     your current skills and your skill training process \
-                    without starting EVE-Online. \
+                    without starting EVE-Online.
 
 homepage            http://gtkevemon.battleclinic.com/
 use_parallel_build  yes

Modified: trunk/dports/games/pyfa/Portfile
===================================================================
--- trunk/dports/games/pyfa/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/games/pyfa/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -20,7 +20,7 @@
 master_sites        sourceforge
 distname            ${name}-${version}-src
 checksums           md5     63779fc6fba58c54284426d9c0a11dfd \
-                    sha1    04314374e96d3b859dc91633e67fe86e626fa6ad \
+                    sha1    04314374e96d3b859dc91633e67fe86e626fa6ad
 
 worksrcdir          ${name}
 dist_subdir         ${name}

Modified: trunk/dports/gnome/gnome-mag/Portfile
===================================================================
--- trunk/dports/gnome/gnome-mag/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/gnome/gnome-mag/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -20,7 +20,7 @@
 
 depends_build   port:pkgconfig \
                 port:intltool \
-                port:gnome-doc-utils \
+                port:gnome-doc-utils
 
 depends_lib     port:at-spi \
                 port:gconf

Modified: trunk/dports/gnome/libbonoboui/Portfile
===================================================================
--- trunk/dports/gnome/libbonoboui/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/gnome/libbonoboui/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -34,7 +34,7 @@
 depends_lib     port:gconf \
                 port:libbonobo \
                 port:libgnomecanvas \
-                port:libgnome \
+                port:libgnome
 
 configure.args  --x-includes=${prefix}/include \
                 --x-libraries=${prefix}/lib

Modified: trunk/dports/gnome/seahorse-plugins/Portfile
===================================================================
--- trunk/dports/gnome/seahorse-plugins/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/gnome/seahorse-plugins/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -22,7 +22,7 @@
 
 depends_build   port:pkgconfig \
                 port:intltool \
-                port:gnome-doc-utils \
+                port:gnome-doc-utils
 
 depends_lib     port:seahorse \
                 port:nautilus \

Modified: trunk/dports/gnustep/GNUMail/Portfile
===================================================================
--- trunk/dports/gnustep/GNUMail/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/gnustep/GNUMail/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -12,7 +12,7 @@
 long_description	GNUMail.app is a fully featured mail application \
 			running on multiple platforms. It uses the GNUstep \
 			development framework or Apple Cocoa, which are based \
-			on the OpenStep specification provided by NeXT, Inc.. \
+			on the OpenStep specification provided by NeXT, Inc..
 
 homepage        http://www.collaboration-world.com/gnumail/
 master_sites	http://www.collaboration-world.com/gnumail.data/releases/Stable/

Modified: trunk/dports/graphics/g3data/Portfile
===================================================================
--- trunk/dports/graphics/g3data/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/graphics/g3data/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -36,7 +36,7 @@
 #                        ZLIBDIR='${prefix}' \
 #                        JPEGDIR='${prefix}' \
 #                        TIFFDIR='${prefix}' \
-#                        PNGDIR='${prefix}' \
+#                        PNGDIR='${prefix}'
 
 destroot.destdir        DESTDIR=${destroot}${prefix}
 

Modified: trunk/dports/graphics/gdchart/Portfile
===================================================================
--- trunk/dports/graphics/gdchart/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/graphics/gdchart/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -45,7 +45,7 @@
 
 destroot.args \
     PREFIX_INC=${destroot}${prefix}/include \
-    PREFIX_LIB=${destroot}${prefix}/lib \
+    PREFIX_LIB=${destroot}${prefix}/lib
 
 post-destroot {
     set docdir ${prefix}/share/doc/${name}

Modified: trunk/dports/graphics/libicns/Portfile
===================================================================
--- trunk/dports/graphics/libicns/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/graphics/libicns/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -16,7 +16,7 @@
     against (a patched version of) Jasper, it also has full support for 256x256 and 512x512 \
     32-bit icons with masks as alpha channels. libicns includes icns2png, a tool for extracting \
     the images contained within icns files, and saving them as png images. It also includes \
-    png2icns, a tool for creating icns files from a set of png images. \
+    png2icns, a tool for creating icns files from a set of png images.
 
 homepage			http://icns.sourceforge.net/
 master_sites		sourceforge:icns

Modified: trunk/dports/java/ehcache/Portfile
===================================================================
--- trunk/dports/java/ehcache/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/java/ehcache/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -21,7 +21,7 @@
 	8.	Scalable to hundreds of caches and large multi-cpu servers. \
 	9.	Provides LRU, LFU and FIFO cache eviction policies. \
 	10.	Available under the Apache 1.1 license. Ehcache's copyright and licensing has been reviewed and approved by the Apache Software Foundation, making ehcache suitable for use in Apache projects. \
-	11.	Production tested. All final versions of ehcache are production tested for several weeks on a large and very busy eCommerce site before release. \
+	11.	Production tested. All final versions of ehcache are production tested for several weeks on a large and very busy eCommerce site before release.
 
 homepage			http://ehcache.sourceforge.net/
 

Modified: trunk/dports/kde/ktorrent4/Portfile
===================================================================
--- trunk/dports/kde/ktorrent4/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/kde/ktorrent4/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -22,6 +22,6 @@
 distname            ktorrent-${version}
 
 depends_lib-append  port:kdebase4-runtime port:kdepimlibs4 \
-                    port:libktorrent port:boost port:taglib \
+                    port:libktorrent port:boost port:taglib
 
 depends_build-append bin:perl:perl5

Modified: trunk/dports/lang/gcc46/Portfile
===================================================================
--- trunk/dports/lang/gcc46/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/lang/gcc46/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -55,7 +55,7 @@
                     ecj-4.5.jar \
                     md5     d7cd6a27c8801e66cbaa964a039ecfdb \
                     sha1    58c1d79c64c8cd718550f32a932ccfde8d1e6449 \
-                    rmd160  d3f4da657f086b6423f74e93f001132f4855368a \
+                    rmd160  d3f4da657f086b6423f74e93f001132f4855368a
 
 use_bzip2		yes
 

Modified: trunk/dports/lang/ghc/Portfile
===================================================================
--- trunk/dports/lang/ghc/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/lang/ghc/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -44,7 +44,7 @@
                 testsuite-${version}.tar.bz2 \
                     md5     1973d7c1a24afbc58cebc7c574ebb56f \
                     sha1    cfb327686398fba2c12a5cd1fdad56faa4fbf3c6 \
-                    rmd160  8952dda913a6363f60d3c4ad2d18ec6abcf33425 \
+                    rmd160  8952dda913a6363f60d3c4ad2d18ec6abcf33425
 
 # ghc does not support a universal build:
 universal_variant	no

Modified: trunk/dports/lang/qore-glut-module/Portfile
===================================================================
--- trunk/dports/lang/qore-glut-module/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/lang/qore-glut-module/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -15,7 +15,7 @@
 
 checksums           md5 d4443692be9617d040894c40047aa715 \
                     sha1 59c5ba422fedff6cc53bf518c975a81cfbcd5e85 \
-                    rmd160 63130c9996b4312c1d135b408848f357cdfeb686 \
+                    rmd160 63130c9996b4312c1d135b408848f357cdfeb686
 
 depends_lib         port:qore \
                     port:qore-opengl-module \

Modified: trunk/dports/lang/qore-opengl-module/Portfile
===================================================================
--- trunk/dports/lang/qore-opengl-module/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/lang/qore-opengl-module/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -15,7 +15,7 @@
 
 checksums           md5 5fdadc399bd82b436dd9750758205203 \
                     sha1 9e730b267c89d3aac7a381482285232f86823ce7 \
-                    rmd160 e48d135ee8559cae944cf33a265170194b7d9b92 \
+                    rmd160 e48d135ee8559cae944cf33a265170194b7d9b92
 
 depends_lib         port:qore \
                     port:mesa

Modified: trunk/dports/lang/sbcl/Portfile
===================================================================
--- trunk/dports/lang/sbcl/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/lang/sbcl/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -55,7 +55,7 @@
 		   set bootversion 1.0.30
 		   distfiles-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix}
 		   checksums-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} \
-                        md5     c15bbff2e7a9083ecd50942edb74cc8c \
+                        md5     c15bbff2e7a9083ecd50942edb74cc8c
 
 		   global host_lisp
 		   set host_lisp	"\"${workpath}/${name}-${bootversion}-x86-darwin/src/runtime/sbcl --core ${workpath}/${name}-${bootversion}-x86-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null\" "
@@ -65,7 +65,7 @@
 		   set bootversion 1.0.30
 		   distfiles-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix}
 		   checksums-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} \
-                        md5     c15bbff2e7a9083ecd50942edb74cc8c \
+                        md5     c15bbff2e7a9083ecd50942edb74cc8c
 
 		   global host_lisp
 		   set host_lisp	"\"${workpath}/${name}-${bootversion}-x86-darwin/src/runtime/sbcl --core ${workpath}/${name}-${bootversion}-x86-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null\" "
@@ -75,7 +75,7 @@
 		   set bootversion 1.0.30
 		   distfiles-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix}
 		   checksums-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} \
-                        md5     c15bbff2e7a9083ecd50942edb74cc8c \
+                        md5     c15bbff2e7a9083ecd50942edb74cc8c
 
 		   global host_lisp
 		   set host_lisp	"\"${workpath}/${name}-${bootversion}-x86-darwin/src/runtime/sbcl --core ${workpath}/${name}-${bootversion}-x86-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null\" "

Modified: trunk/dports/lang/sdcc/Portfile
===================================================================
--- trunk/dports/lang/sdcc/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/lang/sdcc/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -18,7 +18,7 @@
 homepage            http://sdcc.sourceforge.net/
 master_sites        sourceforge
 checksums           md5     20fbd49a3421e09fe65577c45524c89e \
-                    sha1    5f50f3841d58c10432bc4352e06a3f1b1f339ec1 \
+                    sha1    5f50f3841d58c10432bc4352e06a3f1b1f339ec1
 
 depends_build       port:gputils
 depends_lib         port:readline

Modified: trunk/dports/mail/GNUMail-Aqua/Portfile
===================================================================
--- trunk/dports/mail/GNUMail-Aqua/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/mail/GNUMail-Aqua/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -11,7 +11,7 @@
 long_description	GNUMail.app is a fully featured mail application \
 			running on multiple platforms. It uses the GNUstep \
 			development framework or Apple Cocoa, which are based \
-			on the OpenStep specification provided by NeXT, Inc.. \
+			on the OpenStep specification provided by NeXT, Inc..
 
 homepage	http://www.collaboration-world.com/gnumail/
 set subdir	releases/Stable/

Modified: trunk/dports/mail/fetchmail/Portfile
===================================================================
--- trunk/dports/mail/fetchmail/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/mail/fetchmail/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -26,7 +26,7 @@
     ISP's POP3 server, downloading your mail into \
     the INBOX on your local computer.  You may then \
     read the mail, offline if you want, using Pine, \
-    mutt, or any standard mail user agent.   \
+    mutt, or any standard mail user agent.
 
 homepage	http://fetchmail.berlios.de
 master_sites	http://download2.berlios.de/${name} \

Modified: trunk/dports/mail/hypermail/Portfile
===================================================================
--- trunk/dports/mail/hypermail/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/mail/hypermail/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -35,7 +35,7 @@
 configure.args	--enable-static --disable-shared --without-gdbm \
 		--mandir=\\\${prefix}/share/man \
 		--with-cgidir=\\\${prefix}/share/hypermail/cgi-bin \
-		--with-htmldir=\\\${prefix}/share/doc/hypermail \
+		--with-htmldir=\\\${prefix}/share/doc/hypermail
 
 destroot.args	prefix=${destroot}${prefix}
 

Modified: trunk/dports/mail/qmail-spamcontrol/Portfile
===================================================================
--- trunk/dports/mail/qmail-spamcontrol/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/mail/qmail-spamcontrol/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -29,10 +29,10 @@
 				http://cr.yp.to/software/:qmail \
 				http://qmail.site2nd.org/:qmail \
 				http://qmail-mirror.jms1.net/:qmail \
-				http://www.qmail.org/:qmail \
+				http://www.qmail.org/:qmail
 
 distfiles			qmail-1.03.tar.gz:qmail \
-				spamcontrol-2519_tgz.bin:spamcontrol \
+				spamcontrol-2519_tgz.bin:spamcontrol
 
 checksums			qmail-1.03.tar.gz \
 					md5 622f65f982e380dbe86e6574f3abcb7c \
@@ -41,7 +41,7 @@
 				spamcontrol-2519_tgz.bin \
 					md5 acca46cc48d8b5cfa9eb3de4d3fc90ad \
 					sha1 b259183cb9afd7a574ad598cb2399af5002226ec \
-					rmd160 8374835ade0656145ba15eded23c6f8ce0a1b936 \
+					rmd160 8374835ade0656145ba15eded23c6f8ce0a1b936
 
 worksrcdir		qmail-1.03
 

Modified: trunk/dports/mail/sylpheed/Portfile
===================================================================
--- trunk/dports/mail/sylpheed/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/mail/sylpheed/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -47,7 +47,7 @@
 			--disable-gdk-pixbuf \
 			--disable-ssl \
 			--disable-gtkspell \
-			--enable-ipv6 \
+			--enable-ipv6
 
 post-destroot {		set docpath ${destroot}${prefix}/share/doc/${name}
 			file mkdir ${docpath}

Modified: trunk/dports/math/acl2/Portfile
===================================================================
--- trunk/dports/math/acl2/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/math/acl2/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -31,7 +31,7 @@
 #user_notes	Users who want to use ACL2 for serious work should	\
 #		install the certify variant (sudo port install +certify), \
 #		which will certify (i.e., prove all of the theorems)	\
-#		in the included examples. This can take several hours.	\
+#		in the included examples. This can take several hours.
 
 
 distfiles	${name}-${version}${extract.suffix}:sources	\

Modified: trunk/dports/multimedia/avidemux/Portfile
===================================================================
--- trunk/dports/multimedia/avidemux/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/multimedia/avidemux/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -72,7 +72,7 @@
 # FIXME: No hardware acceleration at the moment
 configure.args-append \
                     -DSDL=OFF \
-                    -DXVIDEO=OFF \
+                    -DXVIDEO=OFF
 
 # Drivers and codecs
 configure.args-append \

Modified: trunk/dports/multimedia/smpeg/Portfile
===================================================================
--- trunk/dports/multimedia/smpeg/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/multimedia/smpeg/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -43,7 +43,7 @@
 		--enable-static \
 		--enable-shared \
 		--disable-sdltest \
-		--mandir=${prefix}/share/man \
+		--mandir=${prefix}/share/man
 
 configure.ldflags-append -framework OpenGL
 

Modified: trunk/dports/net/cdpr/Portfile
===================================================================
--- trunk/dports/net/cdpr/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/net/cdpr/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -11,7 +11,7 @@
 description			Cisco Discovery Protocol Reporter
 long_description	        CDPR will show which switch and port the machine running  \
 				it is connected to.  It also supports sending cdp data  \
-				back to a central server. \
+				back to a central server.
 
 homepage			http://www.monkeymental.com/
 

Modified: trunk/dports/net/libnet11/Portfile
===================================================================
--- trunk/dports/net/libnet11/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/net/libnet11/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -29,7 +29,7 @@
 master_sites        sourceforge:libnet-dev
 distname            libnet-${version}
 checksums           md5     a9bc1d75a610efcfee200d3e28d8eb8f \
-                    sha1    a2271762a7d6505c1ff6c4c048bf802e643b6790 \
+                    sha1    a2271762a7d6505c1ff6c4c048bf802e643b6790
 
 patchfiles          patch-configure.in \
                     patch-src-libnet_write.c

Modified: trunk/dports/net/lsh/Portfile
===================================================================
--- trunk/dports/net/lsh/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/net/lsh/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -8,7 +8,7 @@
 long_description	\
 	lsh is a free implementation (in the GNU sense) of the ssh \
 version 2 protocol, currently being standardised by the IETF SECSH \
-working group \
+working group
 
 categories	net
 maintainers	nomaintainer

Modified: trunk/dports/net/moodss/Portfile
===================================================================
--- trunk/dports/net/moodss/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/net/moodss/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -61,7 +61,7 @@
                         MANDIR=${prefix}/share/man \
                         DOCDIR=${prefix}/share/doc \
                         MOODSSLIBDIR=${prefix}/lib/moodss \
-                        MOOMPSRCFILE=${prefix}/etc/moomps/rc \
+                        MOOMPSRCFILE=${prefix}/etc/moomps/rc
 
 post-activate {
 # User Instructions

Modified: trunk/dports/net/netcat/Portfile
===================================================================
--- trunk/dports/net/netcat/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/net/netcat/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -17,7 +17,7 @@
 			capabilities.
 platforms	darwin freebsd
 master_sites	ftp://coast.cs.purdue.edu/pub/tools/unix/netutils/netcat/ \
-		ftp://ftp.cuhk.edu.hk/pub/packages/security/purdue/netutils/netcat/ \
+		ftp://ftp.cuhk.edu.hk/pub/packages/security/purdue/netutils/netcat/
 
 ##		http://public.www.planetmirror.com/pub/lprng/TOOLS/netcat
 ##		http://downloads.planetmirror.com/pub/lprng/TOOLS/netcat/nc110.tgz

Modified: trunk/dports/office/kitlist/Portfile
===================================================================
--- trunk/dports/office/kitlist/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/office/kitlist/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -12,7 +12,7 @@
 long_description   Kitlist allows you to maintain lists of kit that you may require for \
                    activities such as a vacation, business trip or expedition.  Items can \
                    be associated with one or more categories.  By combining categories, \
-                   an initial list for a trip can be quickly created, then refined. \
+                   an initial list for a trip can be quickly created, then refined.
 
 homepage           http://www.smartpixie.com/kitlist/
 master_sites       ${homepage}source/

Modified: trunk/dports/perl/p5-astro/Portfile
===================================================================
--- trunk/dports/perl/p5-astro/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/perl/p5-astro/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -16,7 +16,7 @@
     These routines should be used at your own risk! Most should give \
     reasonable accurate results, but spot checks against your favorite \
     program are recommenced. The B1950/J2000/Galactic coordinate routines \
-    are based on SLALIB routines and agree very closely. \
+    are based on SLALIB routines and agree very closely.
 
 platforms		   darwin
 supported_archs noarch

Modified: trunk/dports/perl/p5-image-imlib2/Portfile
===================================================================
--- trunk/dports/perl/p5-image-imlib2/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/perl/p5-image-imlib2/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -16,7 +16,7 @@
 	interface to Imlib2. Currently, the API is just to test things \
 	out. Not everything is supported, but a great deal of \
 	functionality already exists. If you think the API can be \
-	tweaked to be a bit more intuitive, drop me a line! \
+	tweaked to be a bit more intuitive, drop me a line!
 
 platforms			darwin
 

Modified: trunk/dports/python/py25-geopy/Portfile
===================================================================
--- trunk/dports/python/py25-geopy/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/python/py25-geopy/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -16,7 +16,7 @@
 		geocoders and other sources of data. \
 		geopy includes geocoder classes for MediaWiki (with the GIS extension), \
 		Semantic MediaWiki, the Google geocoder, the Yahoo! \
-		geocoder, geocoder.us, Virtual Earth, and GeoNames. \
+		geocoder, geocoder.us, Virtual Earth, and GeoNames.
 
 homepage        http://exogen.case.edu/projects/geopy/
 master_sites    http://svn.macports.org/repository/macports/distfiles/landonf/

Modified: trunk/dports/python/py26-mapnik/Portfile
===================================================================
--- trunk/dports/python/py26-mapnik/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/python/py26-mapnik/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -41,7 +41,7 @@
     such as memory management, filesystem access, \
     regular expressions, parsing and so on, Mapnik \
     does not re-invent the wheel, but utilises best of \
-    breed industry standard libraries from boost.org. \
+    breed industry standard libraries from boost.org.
 
 depends_lib         port:boost \
                     port:libpng \
@@ -52,7 +52,7 @@
                     port:freetype \
                     port:proj \
                     port:libxml2 \
-                    port:python26 \
+                    port:python26
 
 set python  "${prefix}/bin/python2.6"
 

Modified: trunk/dports/python/py26-mcrypt/Portfile
===================================================================
--- trunk/dports/python/py26-mcrypt/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/python/py26-mcrypt/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -25,7 +25,7 @@
 distname            python-mcrypt-${version}
 
 checksums           sha1    a6bed6ef183ed042a1261e8da1edb462deadc891 \
-                    rmd160  eb02c61e4ea11836716c442c24078da56cf4d1c1 \
+                    rmd160  eb02c61e4ea11836716c442c24078da56cf4d1c1
 
 depends_lib-append  port:mcrypt
 

Modified: trunk/dports/python/py26-pyphant-fmf/Portfile
===================================================================
--- trunk/dports/python/py26-pyphant-fmf/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/python/py26-pyphant-fmf/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -18,7 +18,7 @@
 homepage            http://www.fmf.uni-freiburg.de/service/servicegruppen/sg_wissinfo/Software/Pyphant
 
 platforms           darwin
-# depends_lib         port:py26-scipy \
+# depends_lib         port:py26-scipy
 
 
 master_sites        sourceforge:pyphant

Modified: trunk/dports/python/py26-werkzeug/Portfile
===================================================================
--- trunk/dports/python/py26-werkzeug/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/python/py26-werkzeug/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -61,7 +61,7 @@
 
 checksums           md5 519408350346a247333bb5d584371724 \
                     sha1 2056379ba01c7a46561280a14cb0a6bf40050ab9 \
-                    rmd160 19f24380f201385f379274a530dd9fe287341d19 \
+                    rmd160 19f24380f201385f379274a530dd9fe287341d19
 
 depends_lib        port:py26-distribute
 

Modified: trunk/dports/python/py27-mcrypt/Portfile
===================================================================
--- trunk/dports/python/py27-mcrypt/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/python/py27-mcrypt/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -25,7 +25,7 @@
 distname            python-mcrypt-${version}
 
 checksums           sha1    a6bed6ef183ed042a1261e8da1edb462deadc891 \
-                    rmd160  eb02c61e4ea11836716c442c24078da56cf4d1c1 \
+                    rmd160  eb02c61e4ea11836716c442c24078da56cf4d1c1
 
 depends_lib-append  port:mcrypt
 

Modified: trunk/dports/ruby/rb-htree/Portfile
===================================================================
--- trunk/dports/ruby/rb-htree/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/ruby/rb-htree/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -15,7 +15,7 @@
   * HTML/XHTML/XML generator\
   * template engine\
   * recursive template expansion\
-  * converter to REXML document\
+  * converter to REXML document
 
 platforms   		darwin
 

Modified: trunk/dports/ruby/rb-net-irc/Portfile
===================================================================
--- trunk/dports/ruby/rb-net-irc/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/ruby/rb-net-irc/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -16,5 +16,5 @@
 platforms 			darwin
 checksums			md5 9db9bf454e4d88607b0ed976a58da630 \
 					sha1 23325bc5b7ec718661d8a6e92c797b3019f48abc \
-					rmd160 44bcf84880f78d0d58b13a381cacb061da332697 \
+					rmd160 44bcf84880f78d0d58b13a381cacb061da332697
 

Modified: trunk/dports/science/lal/Portfile
===================================================================
--- trunk/dports/science/lal/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/science/lal/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -26,7 +26,7 @@
 
 depends_lib   port:gsl \
               port:fftw-3 \
-              port:fftw-3-single \
+              port:fftw-3-single
 
 configure.python ${prefix}/bin/python2.6
 configure.args --mandir=${prefix}/share/man \

Modified: trunk/dports/security/putty/Portfile
===================================================================
--- trunk/dports/security/putty/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/security/putty/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -17,7 +17,7 @@
 checksums \
 	md5 07e65fd98b16d115ae38a180bfb242e2 \
 	sha1 8d99f8f1077b7ab25f014126b5d812a1ad55ce37 \
-	rmd160 9c56ee4d2d05f5b1079c65f19a5d9d06b596aba3 \
+	rmd160 9c56ee4d2d05f5b1079c65f19a5d9d06b596aba3
 
 depends_lib		port:gtk1
 

Modified: trunk/dports/sysutils/file/Portfile
===================================================================
--- trunk/dports/sysutils/file/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/sysutils/file/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -16,7 +16,7 @@
     tests, and language tests. The first test that succeeds causes the file \
     type to be printed. \
     Information on Mach-O binaries, it is suggested that one uses the command \
-    `otool -fv`. \
+    `otool -fv`.
 
 
 homepage            http://www.darwinsys.com/file/

Modified: trunk/dports/x11/xorg-libXcomposite/Portfile
===================================================================
--- trunk/dports/x11/xorg-libXcomposite/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/x11/xorg-libXcomposite/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -24,7 +24,7 @@
 
 depends_lib     port:xorg-libXfixes \
                 port:xorg-libXext \
-                port:xorg-compositeproto \
+                port:xorg-compositeproto
 
 configure.args \
 	--without-xmlto

Modified: trunk/dports/x11/xorg-libXxf86vm/Portfile
===================================================================
--- trunk/dports/x11/xorg-libXxf86vm/Portfile	2011-01-13 20:42:24 UTC (rev 75060)
+++ trunk/dports/x11/xorg-libXxf86vm/Portfile	2011-01-13 21:07:47 UTC (rev 75061)
@@ -20,7 +20,7 @@
 use_bzip2   yes
 use_parallel_build      yes
 
-depends_build   port:pkgconfig \
+depends_build   port:pkgconfig
 
 depends_lib     port:xorg-libXext \
                 port:xorg-xf86vidmodeproto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110113/6454b8af/attachment-0001.html>


More information about the macports-changes mailing list