diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-22 15:37:54 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-22 15:37:54 +0800 |
commit | 56b2578785185508b9ec4767ef1c60aede74a917 (patch) | |
tree | b28eb5d06d2a0ff440224ae2f750c5b32a6d3048 | |
parent | aa4040c792945833033ed322da4d063671cd6b56 (diff) | |
download | freebsd-ports-gnome-56b2578785185508b9ec4767ef1c60aede74a917.tar.gz freebsd-ports-gnome-56b2578785185508b9ec4767ef1c60aede74a917.tar.zst freebsd-ports-gnome-56b2578785185508b9ec4767ef1c60aede74a917.zip |
- Host files on my local distfiles.
freebsd.sinica.edu.tw is down for a long time. For arphicttf, the two
sites are just FreeBSD distfiles mirror. Host at my place is better.
- Claim maintainership
-rw-r--r-- | chinese/arphicttf/Makefile | 5 | ||||
-rw-r--r-- | chinese/ttfm/Makefile | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/chinese/arphicttf/Makefile b/chinese/arphicttf/Makefile index d855331648e1..409b8dfc0050 100644 --- a/chinese/arphicttf/Makefile +++ b/chinese/arphicttf/Makefile @@ -9,11 +9,10 @@ PORTNAME= arphicttf PORTVERSION= 2.11 PORTREVISION= 1 CATEGORIES= chinese x11-fonts -MASTER_SITES= http://ftp.riken.go.jp/pub/FreeBSD/distfiles/ \ - http://ftp.univie.ac.at/systems/FreeBSD/distfiles/ +MASTER_SITES= LOCAL/rafan/chinese/ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rafan@FreeBSD.org COMMENT= Four Chinese Big5/GB TrueType fonts made by Arphic Technology NO_BUILD= yes diff --git a/chinese/ttfm/Makefile b/chinese/ttfm/Makefile index 3b04ae29ca65..5ac3bb1d447b 100644 --- a/chinese/ttfm/Makefile +++ b/chinese/ttfm/Makefile @@ -9,9 +9,9 @@ PORTNAME= ttfm PORTVERSION= 0.9.5 PORTREVISION= 1 CATEGORIES= chinese print -MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/ttfm/ +MASTER_SITES= LOCAL/rafan/chinese -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rafan@FreeBSD.org COMMENT= A Big5/GB enhanced TrueType Font Manager RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT} |