[43371] trunk/dports/x11/xorg-libXfont/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Dec 9 19:35:51 PST 2008


Revision: 43371
          http://trac.macports.org/changeset/43371
Author:   jeremyhu at macports.org
Date:     2008-12-09 19:35:50 -0800 (Tue, 09 Dec 2008)
Log Message:
-----------
libXfont: Version bump, added livecheck, fixed dependencies.

Modified Paths:
--------------
    trunk/dports/x11/xorg-libXfont/Portfile

Modified: trunk/dports/x11/xorg-libXfont/Portfile
===================================================================
--- trunk/dports/x11/xorg-libXfont/Portfile	2008-12-10 03:28:53 UTC (rev 43370)
+++ trunk/dports/x11/xorg-libXfont/Portfile	2008-12-10 03:35:50 UTC (rev 43371)
@@ -3,9 +3,9 @@
 PortSystem 1.0
 
 name		xorg-libXfont
-version		1.3.1
+version		1.3.3
 categories	x11 devel
-maintainers	bbyer at macports.org
+maintainers	jeremyhu
 description	X.org libXfont
 homepage	http://www.x.org
 platforms	darwin macosx
@@ -13,13 +13,26 @@
 master_sites	 ${homepage}/pub/individual/lib/
 
 distname	libXfont-${version}
-checksums	sha1 90153414cd3580d92cad6469166c099749cddd29
+checksums           md5     4f174b9613f87cf00d731da428a1b194 \
+                    sha1    bfbdd25239ef6cd515bb7afe888f0556454b34c7 \
+                    rmd160  f8fba81f41043c07ffa0e014ca8758fdcef7df06
 use_bzip2	yes
+use_parallel_build  yes
 
-depends_lib	port:pkgconfig port:freetype port:xorg-xproto port:xorg-xextproto port:xorg-xtrans \
-		port:xorg-libpthread-stubs port:xorg-libXau port:xorg-xcb-proto port:xorg-libfontenc \
-		port:xorg-libxcb port:xorg-xcmiscproto port:xorg-inputproto port:xorg-kbproto 
+depends_build \
+	port:pkgconfig \
+	port:xorg-fontcacheproto \
+	port:xorg-fontsproto \
+	port:xorg-xproto \
+	port:xorg-xtrans
 
-#configure.args	--with-freetype-config=/opt/local/bin/freetype-config
+depends_lib \
+	port:freetype \
+	port:xorg-libfontenc
 
 #configure.env 	LDFLAGS="-Wl,-flat_namespace"
+
+livecheck.check regex
+livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
+livecheck.regex libXfont-(\\d+(?:\\.\\d+)*)
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081209/06109b7d/attachment-0001.html>


More information about the macports-changes mailing list