[72345] trunk/dports/x11/xplanet/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Oct 11 03:30:43 PDT 2010


Revision: 72345
          http://trac.macports.org/changeset/72345
Author:   ryandesign at macports.org
Date:     2010-10-11 03:30:39 -0700 (Mon, 11 Oct 2010)
Log Message:
-----------
xplanet: update to 1.2.1

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

Modified: trunk/dports/x11/xplanet/Portfile
===================================================================
--- trunk/dports/x11/xplanet/Portfile	2010-10-11 10:03:26 UTC (rev 72344)
+++ trunk/dports/x11/xplanet/Portfile	2010-10-11 10:30:39 UTC (rev 72345)
@@ -2,8 +2,7 @@
 
 PortSystem			1.0
 name				xplanet
-version				1.2.0
-revision			5
+version				1.2.1
 categories			x11 graphics
 maintainers			nomaintainer
 description			Render an image of a planet into an X window or file
@@ -18,7 +17,8 @@
 homepage			http://xplanet.sourceforge.net/
 master_sites		sourceforge
 
-checksums			md5 87d62fcdf43ad1beec677bfb6e299ac1
+checksums			sha1    c3810c303af8f0cb40520112d9cd1f24fa8b42b5 \
+					rmd160  06c5031ea702bca9cc6ed5ad8c81454a223f508e
 
 depends_lib \
 	port:xorg-libXScrnSaver \
@@ -29,11 +29,11 @@
 
 configure.args		--with-x --with-xscreensaver --without-gif \
 					--with-jpeg --with-png --with-tiff \
-					--without-freetype --without-pango \
+					--without-freetype --without-pango --without-pnm \
 					--mandir=${prefix}/share/man
 
 post-destroot {
-	set docdir ${destroot}${prefix}/share/doc/${name}-${version}
+	set docdir ${destroot}${prefix}/share/doc/${name}
 	xinstall -d ${docdir}
 	xinstall -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README TODO ${docdir}
 }
@@ -63,6 +63,8 @@
 }
 
 variant pnm description "Enable PNM support" {
-	depends_lib-append		lib:libnetpbm.10:netpbm
+	depends_lib-append		port:netpbm
+	configure.args-delete	--without-pnm
+	configure.args-append	--with-pnm
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101011/13a050d3/attachment.html>


More information about the macports-changes mailing list