[43226] trunk/dports/x11/Xft2/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Dec 7 00:51:10 PST 2008


Revision: 43226
          http://trac.macports.org/changeset/43226
Author:   jeremyhu at macports.org
Date:     2008-12-07 00:51:10 -0800 (Sun, 07 Dec 2008)
Log Message:
-----------
Xft2: use_parallel_build, moved xorg-xproto to a build dependency

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

Modified: trunk/dports/x11/Xft2/Portfile
===================================================================
--- trunk/dports/x11/Xft2/Portfile	2008-12-07 08:46:46 UTC (rev 43225)
+++ trunk/dports/x11/Xft2/Portfile	2008-12-07 08:51:10 UTC (rev 43226)
@@ -6,7 +6,7 @@
 name				Xft2
 version				2.1.13
 categories			x11
-maintainers			nomaintainer
+maintainers			jeremyhu
 description			client-side font API for X applications
 long_description \
 	The current version of Xft provides a client-side font API for \
@@ -23,25 +23,27 @@
 master_sites		        http://xorg.freedesktop.org/releases/individual/lib/
 distname			libXft-${version}
 use_bzip2			yes
+use_parallel_build		yes
 
 checksums                       md5     bc8881851f3bd8dcc625fac37350a1c6 \
                                 sha1    7ce291fe4306de8e73e545ab9af2285cc1c26dce \
                                 rmd160  f9cbfd6710a9999a12f49e2bb23b8061eee01e9e
 
+depends_build \
+	port:pkgconfig \
+	port:xorg-xproto
+
 depends_lib \
-	port:xorg-xproto \
 	port:zlib \
 	port:xrender \
 	port:freetype \
 	port:fontconfig \
 	port:expat
 
-depends_build \
-	port:pkgconfig
+configure.args \
+	--mandir=${prefix}/share/man \
+	--with-freetype-config
 
-configure.args		--mandir=${prefix}/share/man \
-					--with-freetype-config
-
 livecheck.check     regex
-livecheck.url       http://xorg.freedesktop.org/releases/individual/lib/?C=M&O=D
+livecheck.url       ${master_sites}?C=M&O=D
 livecheck.regex     libXft-(\[0-9.\]+)\\.tar\\.bz2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081207/915bab80/attachment.html>


More information about the macports-changes mailing list