[74038] trunk/dports/x11/xscreensaver/Portfile

snc at macports.org snc at macports.org
Thu Dec 2 16:25:13 PST 2010


Revision: 74038
          http://trac.macports.org/changeset/74038
Author:   snc at macports.org
Date:     2010-12-02 16:25:08 -0800 (Thu, 02 Dec 2010)
Log Message:
-----------
xscreensaver: whitespace

Modified Paths:
--------------
    trunk/dports/x11/xscreensaver/Portfile

Modified: trunk/dports/x11/xscreensaver/Portfile
===================================================================
--- trunk/dports/x11/xscreensaver/Portfile	2010-12-03 00:23:12 UTC (rev 74037)
+++ trunk/dports/x11/xscreensaver/Portfile	2010-12-03 00:25:08 UTC (rev 74038)
@@ -3,33 +3,32 @@
 
 PortSystem 1.0
 
-name			xscreensaver
-version			5.10
-categories		x11
-platforms		darwin
-maintainers		mww openmaintainer
-description		X11 screen saver
-long_description	The xscreensaver program waits until the keyboard and \
-				mouse have been idle for a period, and then runs a graphics \
-				demo chosen at random.
+name                xscreensaver
+version             5.10
+categories          x11
+platforms           darwin
+maintainers         mww openmaintainer
+description         X11 screen saver
+long_description    The xscreensaver program waits until the keyboard and \
+                    mouse have been idle for a period, and then runs a graphics \
+                    demo chosen at random.
 
-homepage		http://www.jwz.org/xscreensaver/
-master_sites	${homepage}
-checksums           md5     0d7205f9da8e3f1b83bcda549d73a7c4 \
-                    sha1    d8379928de2e6e86cc7b17d75150daafe57e93c4 \
+homepage            http://www.jwz.org/xscreensaver/
+master_sites        ${homepage}
+checksums           sha1    d8379928de2e6e86cc7b17d75150daafe57e93c4 \
                     rmd160  6c437ef89969a0bf886f27b2430b53a431146b20
 
-depends_lib	port:gtk2 port:libglade2 port:xpm
+depends_lib         port:gtk2 port:libglade2 port:xpm
 
 patchfiles          patch-configure.diff
 
-configure.args	--with-gtk --without-motif
+configure.args      --with-gtk --without-motif
 
-destroot.destdir	install_prefix=${destroot}
+destroot.destdir    install_prefix=${destroot}
 post-destroot {
-	file delete -force ${destroot}/usr
+    file delete -force ${destroot}/usr
 }
 
-livecheck.type	regex
-livecheck.url	http://www.jwz.org/xscreensaver/download.html
-livecheck.regex	xscreensaver-(\[0-9\.\]+).tar.gz
+livecheck.type      regex
+livecheck.url       http://www.jwz.org/xscreensaver/download.html
+livecheck.regex     xscreensaver-(\[0-9\.\]+).tar.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101202/cbf18b4e/attachment.html>


More information about the macports-changes mailing list