diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-31 02:39:30 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-31 02:39:30 +0000 |
commit | acedbf5906b82fd7bc45bc467aa695b917e18ac5 (patch) | |
tree | 2f9c107b6dd7156aad82b9010f56d5f20eb2bc61 | |
parent | c3df285697c15e4668dca19d973153f580143cd6 (diff) | |
download | FreeBSD-ports-acedbf5906b82fd7bc45bc467aa695b917e18ac5.zip FreeBSD-ports-acedbf5906b82fd7bc45bc467aa695b917e18ac5.tar.gz |
introduce MASTER_SITE_GNU_ALPHA
-rw-r--r-- | Mk/bsd.sites.mk | 7 | ||||
-rw-r--r-- | archivers/gtar/Makefile | 4 | ||||
-rw-r--r-- | devel/id-utils/Makefile | 3 | ||||
-rw-r--r-- | devel/idutils/Makefile | 3 | ||||
-rw-r--r-- | devel/libidn/Makefile | 4 | ||||
-rw-r--r-- | dns/libidn/Makefile | 4 | ||||
-rw-r--r-- | games/gnubg/Makefile | 3 | ||||
-rw-r--r-- | math/pspp/Makefile | 3 | ||||
-rw-r--r-- | security/gsasl/Makefile | 3 | ||||
-rw-r--r-- | security/gss/Makefile | 3 |
10 files changed, 25 insertions, 12 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 3da8a59..3a63dcc 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -407,6 +407,13 @@ MASTER_SITE_GNUPG+= \ ftp://ftp.iasi.roedu.net/pub/mirrors/ftp.gnupg.org/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/gnupg/&,} +MASTER_SITE_GNU_ALPHA+= \ + ftp://alpha.gnu.org/pub/gnu/%SUBDIR%/ \ + ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/%SUBDIR%/ \ + ftp://ftp.lublin.pl/mirror/alpha.gnu.org/gnu/%SUBDIR%/ \ + ftp://ftp.ps.pl/mirrors/alpha.gnu.org/pub/gnu/%SUBDIR%/ \ + http://public.planetmirror.com/pub/gnu-alpha/%SUBDIR%/ + MASTER_SITE_ISC+= \ ftp://ftp.isc.org/isc/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/infosys/servers/isc/%SUBDIR%/ \ diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 307f896..4d7891b 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -9,8 +9,8 @@ PORTNAME= tar PORTVERSION= 1.13.25 PORTREVISION= 7 CATEGORIES= archivers sysutils -MASTER_SITES= ftp://alpha.gnu.org/gnu/tar/ \ - ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/tar/ +MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} +MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= g MAINTAINER= naddy@FreeBSD.org diff --git a/devel/id-utils/Makefile b/devel/id-utils/Makefile index 45d2f56..ecc32f8 100644 --- a/devel/id-utils/Makefile +++ b/devel/id-utils/Makefile @@ -8,7 +8,8 @@ PORTNAME= id-utils PORTVERSION= 3.2d CATEGORIES= devel -MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/id-utils/ +MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= The classic Berkeley gid/lid tools for looking up variables in code diff --git a/devel/idutils/Makefile b/devel/idutils/Makefile index 45d2f56..ecc32f8 100644 --- a/devel/idutils/Makefile +++ b/devel/idutils/Makefile @@ -8,7 +8,8 @@ PORTNAME= id-utils PORTVERSION= 3.2d CATEGORIES= devel -MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/id-utils/ +MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= The classic Berkeley gid/lid tools for looking up variables in code diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index af5d3dc..0968fa9 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -9,9 +9,9 @@ PORTNAME= libidn PORTVERSION= 0.3.3 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/${PORTNAME}/ \ - ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/${PORTNAME}/ \ +MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} http://josefsson.org/libidn/releases/ +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= krion@FreeBSD.org COMMENT= Internationalized Domain Names command line tool diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index af5d3dc..0968fa9 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -9,9 +9,9 @@ PORTNAME= libidn PORTVERSION= 0.3.3 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/${PORTNAME}/ \ - ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/${PORTNAME}/ \ +MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} http://josefsson.org/libidn/releases/ +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= krion@FreeBSD.org COMMENT= Internationalized Domain Names command line tool diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index 4b7dbc6..b1afcf9 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -8,7 +8,8 @@ PORTNAME= gnubg PORTVERSION= 0.13.0 CATEGORIES= games -MASTER_SITES= ftp://alpha.gnu.org/gnu/gnubg/ +MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= ${DISTNAME}.tar.gz \ gnubg.weights-${GNUBG_WEIGHTS_VERSION}.gz \ gnubg_ts0.bd.gz gnubg_os0.bd.gz diff --git a/math/pspp/Makefile b/math/pspp/Makefile index e72c114..b6b8bfb 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -9,7 +9,8 @@ PORTNAME= pspp PORTVERSION= 0.2.4 PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= ftp://alpha.gnu.org/gnu/pspp/ +MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Program for statistical analysis of sampled data diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 6a89139..3d67fa2 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -10,7 +10,8 @@ PORTNAME= gsasl PORTVERSION= 0.0.8 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ - ftp://alpha.gnu.org/pub/gnu/${PORTNAME}/ + ${MASTER_SITE_GNU_ALPHA} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= GNU SASL Library diff --git a/security/gss/Makefile b/security/gss/Makefile index 28c03a4..ada839d 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -10,7 +10,8 @@ PORTNAME= gss PORTVERSION= 0.0.6 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ - ftp://alpha.gnu.org/pub/gnu/${PORTNAME}/ + ${MASTER_SITE_GNU_ALPHA} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= GNU Generic Security Service Library |