Revision
75747
Author
jmr@macports.org
Date
2011-02-06 16:22:50 -0800 (Sun, 06 Feb 2011)

Log Message

bitstream-vera: remove unnecessary local.conf (#22601), use gnome mirror group

Modified Paths

Removed Paths

Diff

Modified: trunk/dports/graphics/bitstream-vera/Portfile (75746 => 75747)


--- trunk/dports/graphics/bitstream-vera/Portfile	2011-02-06 23:48:42 UTC (rev 75746)
+++ trunk/dports/graphics/bitstream-vera/Portfile	2011-02-07 00:22:50 UTC (rev 75747)
@@ -3,7 +3,7 @@
 PortSystem		1.0
 name			bitstream-vera
 version			1.10
-revision		1
+revision		2
 categories		graphics
 maintainers		mac.com:jbenninghoff
 description		Bitstream Vera Fonts for use with Freetype/Fontconfig
@@ -16,21 +16,16 @@
 
 homepage		http://www.gnome.org/fonts/
 
-master_sites	http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/
+master_sites	gnome:sources/ttf-bitstream-vera/${version}/
 distname		ttf-${name}-${version}
 
 platforms		darwin
 checksums		md5 52559ed969e74f5fca83e527163156df
 
-patchfiles		patch-local.conf
-
 supported_archs noarch
 
 use_configure	no
-build {
-	reinplace "s|%FONTSDIR%|${prefix}/share/fonts|" \
-		${worksrcpath}/local.conf
-}
+build {}
 destroot {
 	xinstall -d ${destroot}${prefix}/share/fonts
 	system "install -m 444 ${worksrcpath}/*.ttf \
@@ -38,16 +33,6 @@
 
 	xinstall -d ${destroot}${prefix}/share/doc/${name}
 	xinstall -m 644 -W ${worksrcpath} COPYRIGHT.TXT README.TXT \
-		RELEASENOTES.TXT local.conf \
+		RELEASENOTES.TXT \
 		${destroot}${prefix}/share/doc/${name}
 }
-
-post-install {
-        ui_msg "------------------------------------------------------------------
---------"
-        ui_msg "Requires modifications to ${prefix}/etc/fonts/local.conf. "
-	ui_msg "Replacement file provided at ${prefix}/share/doc/bitstream-vera/local.conf."
-        ui_msg "------------------------------------------------------------------
---------"
- }
-