diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-06-04 14:00:35 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-06-04 14:00:35 +0800 |
commit | 2acd5791095bb09661ac905b47590ad29b6fe950 (patch) | |
tree | 085f4ca0c5c1ec651cc8f2563d307306c0248189 /print | |
parent | aaea7aa8ff970d7203e7699a2b10f7c934f89690 (diff) | |
download | freebsd-ports-gnome-2acd5791095bb09661ac905b47590ad29b6fe950.tar.gz freebsd-ports-gnome-2acd5791095bb09661ac905b47590ad29b6fe950.tar.zst freebsd-ports-gnome-2acd5791095bb09661ac905b47590ad29b6fe950.zip |
Update freetype to 1.3.1. 1.3 has the problem displaying Dyan fonts.
And, update the MASTER_SITES to where really they are.
PR: ports/18859
Submitted by: clive@cirx.org
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype/Makefile | 17 | ||||
-rw-r--r-- | print/freetype/distinfo | 2 | ||||
-rw-r--r-- | print/freetype2/Makefile | 17 | ||||
-rw-r--r-- | print/freetype2/distinfo | 2 |
4 files changed, 22 insertions, 16 deletions
diff --git a/print/freetype/Makefile b/print/freetype/Makefile index 9188a0d693e6..e8bf08394c61 100644 --- a/print/freetype/Makefile +++ b/print/freetype/Makefile @@ -6,14 +6,17 @@ # PORTNAME= freetype -PORTVERSION= 1.3 +PORTVERSION= 1.3.1 CATEGORIES= print -MASTER_SITES= ftp://ftp.tux.org/pub/devel/freetype/ \ - ftp://ftp.lerc.nasa.gov/ImageMagick/delegates/ \ - ftp://ftp.wizards.dupont.com/pub/ImageMagick/delegates/ \ - ftp://ftp.kddlabs.co.jp/.6/graphics/freetype/ \ - ftp://ring.aist.go.jp/pub/graphics/freetype/ \ - ftp://ftp.unina.it/pub/Unix/pkgs/font/freetype/ +MASTER_SITES= http://download.sourceforge.net/freetype/ \ + http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype1/ \ + http://www.funet.fi/pub/mirrors/ftp.freetype.org/freetype1/ \ + http://ftp.sunet.se/pub/text-processing/freetype/freetype1/ \ + ftp://ring.aist.go.jp/pub/graphics/freetype/freetype1/ \ + ftp://ring.asahi-net.or.jp/pub/graphics/freetype/ \ + ftp://ring.nacsis.ac.jp/pub/graphics/freetype/ \ + ftp://ring.so-net.ne.jp/pub/graphics/freetype/ \ + ftp://ftp.freetype.org/pub/freetype1/ \ MAINTAINER= jseger@FreeBSD.org diff --git a/print/freetype/distinfo b/print/freetype/distinfo index d147d98e85aa..04a11c403cf4 100644 --- a/print/freetype/distinfo +++ b/print/freetype/distinfo @@ -1 +1 @@ -MD5 (freetype-1.3.tar.gz) = 8479c1fa3697a3aa8c9919aaeed81cc9 +MD5 (freetype-1.3.1.tar.gz) = 9a9e7ad00c1ef6dfbf8f8e19ceefb300 diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index 9188a0d693e6..e8bf08394c61 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -6,14 +6,17 @@ # PORTNAME= freetype -PORTVERSION= 1.3 +PORTVERSION= 1.3.1 CATEGORIES= print -MASTER_SITES= ftp://ftp.tux.org/pub/devel/freetype/ \ - ftp://ftp.lerc.nasa.gov/ImageMagick/delegates/ \ - ftp://ftp.wizards.dupont.com/pub/ImageMagick/delegates/ \ - ftp://ftp.kddlabs.co.jp/.6/graphics/freetype/ \ - ftp://ring.aist.go.jp/pub/graphics/freetype/ \ - ftp://ftp.unina.it/pub/Unix/pkgs/font/freetype/ +MASTER_SITES= http://download.sourceforge.net/freetype/ \ + http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype1/ \ + http://www.funet.fi/pub/mirrors/ftp.freetype.org/freetype1/ \ + http://ftp.sunet.se/pub/text-processing/freetype/freetype1/ \ + ftp://ring.aist.go.jp/pub/graphics/freetype/freetype1/ \ + ftp://ring.asahi-net.or.jp/pub/graphics/freetype/ \ + ftp://ring.nacsis.ac.jp/pub/graphics/freetype/ \ + ftp://ring.so-net.ne.jp/pub/graphics/freetype/ \ + ftp://ftp.freetype.org/pub/freetype1/ \ MAINTAINER= jseger@FreeBSD.org diff --git a/print/freetype2/distinfo b/print/freetype2/distinfo index d147d98e85aa..04a11c403cf4 100644 --- a/print/freetype2/distinfo +++ b/print/freetype2/distinfo @@ -1 +1 @@ -MD5 (freetype-1.3.tar.gz) = 8479c1fa3697a3aa8c9919aaeed81cc9 +MD5 (freetype-1.3.1.tar.gz) = 9a9e7ad00c1ef6dfbf8f8e19ceefb300 |