diff options
author | Clive Lin <clive@FreeBSD.org> | 2002-05-10 19:00:51 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2002-05-10 19:00:51 +0000 |
commit | a30129496788939817c30111d66bfd34fde774e0 (patch) | |
tree | e362053e830c0647a11cbeb7824576d8aa8b4d1f | |
parent | Add freeradius, a RADIUS daemon implementation compatible with (diff) |
Update MASTER_SITES
PR: ports/37433
Submitted by: Statue <statue@softwareliberty.org> (MAINTAINER)
-rw-r--r-- | chinese/chitex/Makefile | 2 | ||||
-rw-r--r-- | chinese/cmexfonts/Makefile | 2 | ||||
-rw-r--r-- | chinese/dictd-database/Makefile | 2 | ||||
-rw-r--r-- | chinese/joe/Makefile | 2 | ||||
-rw-r--r-- | chinese/joe2/Makefile | 2 | ||||
-rw-r--r-- | chinese/qe/Makefile | 2 | ||||
-rw-r--r-- | chinese/ttf2pt1/Makefile | 4 |
7 files changed, 8 insertions, 8 deletions
diff --git a/chinese/chitex/Makefile b/chinese/chitex/Makefile index 04c231bfd475..d83599e5d088 100644 --- a/chinese/chitex/Makefile +++ b/chinese/chitex/Makefile @@ -9,7 +9,7 @@ PORTNAME= chitex PORTVERSION= 6.1.2p7.8 CATEGORIES= chinese MASTER_SITES= ftp://dongpo.math.ncu.edu.tw/tex-archive/local/chitex/chitex/unix/%SUBDIR%/ \ - http://freebsd.sinica.edu.tw/~statue/chitex/%SUBDIR%/ + ftp://freebsd.sinica.edu.tw/pub/statue/chitex/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} DISTFILES= chitex6121.tar.gz chitex6122.tar.gz moe_kai.ttf.gz \ moekai1.tgz moekai2.tgz moekai3.tgz moekatfm.tgz \ diff --git a/chinese/cmexfonts/Makefile b/chinese/cmexfonts/Makefile index dffdbd1c2d27..cdf262e39f38 100644 --- a/chinese/cmexfonts/Makefile +++ b/chinese/cmexfonts/Makefile @@ -8,7 +8,7 @@ PORTNAME= cmexfonts PORTVERSION= 0.1 CATEGORIES= chinese x11-fonts -MASTER_SITES= http://freebsd.sinica.edu.tw/~statue/ \ +MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/cmexfonts/ \ ftp://sunsite.unc.edu/pub/Linux/X11/fonts/ MAINTAINER= statue@freebsd.sinica.edu.tw diff --git a/chinese/dictd-database/Makefile b/chinese/dictd-database/Makefile index fbebc6e3de16..cd7feba7e923 100644 --- a/chinese/dictd-database/Makefile +++ b/chinese/dictd-database/Makefile @@ -8,7 +8,7 @@ PORTNAME= dictd-database PORTVERSION= 1.2.1 CATEGORIES= chinese textproc -MASTER_SITES= http://freebsd.sinica.edu.tw/~statue/ +MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/dictd-database/ DISTNAME= dict-zh-${PORTVERSION} MAINTAINER= statue@freebsd.sinica.edu.tw diff --git a/chinese/joe/Makefile b/chinese/joe/Makefile index b0ed3bb00e04..e7f5e71d5c3e 100644 --- a/chinese/joe/Makefile +++ b/chinese/joe/Makefile @@ -9,7 +9,7 @@ CATEGORIES= chinese MASTERDIR= ${.CURDIR}/../../editors/joe -PATCH_SITES= http://freebsd.sinica.edu.tw/~statue/ +PATCH_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/joe/ PATCHFILES= zh-joe-2.8_3-patch PATCH_DIST_STRIP= -p1 diff --git a/chinese/joe2/Makefile b/chinese/joe2/Makefile index b0ed3bb00e04..e7f5e71d5c3e 100644 --- a/chinese/joe2/Makefile +++ b/chinese/joe2/Makefile @@ -9,7 +9,7 @@ CATEGORIES= chinese MASTERDIR= ${.CURDIR}/../../editors/joe -PATCH_SITES= http://freebsd.sinica.edu.tw/~statue/ +PATCH_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/joe/ PATCHFILES= zh-joe-2.8_3-patch PATCH_DIST_STRIP= -p1 diff --git a/chinese/qe/Makefile b/chinese/qe/Makefile index 7bb5852bcd52..632dee30ac67 100644 --- a/chinese/qe/Makefile +++ b/chinese/qe/Makefile @@ -9,7 +9,7 @@ PORTNAME= qe PORTVERSION= 0.1.1 CATEGORIES= chinese MASTER_SITES= http://www.cc.ncu.edu.tw/~center5/product/qe/ \ - http://freebsd.sinica.edu.tw/~statue/ + ftp://freebsd.sinica.edu.tw/pub/statue/qe/ MAINTAINER= statue@freebsd.sinica.edu.tw diff --git a/chinese/ttf2pt1/Makefile b/chinese/ttf2pt1/Makefile index 819d09fa73a7..e58717e2e259 100644 --- a/chinese/ttf2pt1/Makefile +++ b/chinese/ttf2pt1/Makefile @@ -8,8 +8,8 @@ PORTNAME= ttf2pt1 PORTVERSION= 3.4.0 CATEGORIES= chinese print -MASTER_SITES= http://download.sourceforge.net/ttf2pt1/ \ - http://freebsd.sinica.edu.tw/~statue/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-chinese-${PORTVERSION} EXTRACT_SUFX= .tgz |