diff options
author | arved <arved@FreeBSD.org> | 2003-02-15 11:18:08 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-02-15 11:18:08 +0000 |
commit | f1158ce2774dc2b7248d75cf485c0c0c682d8d27 (patch) | |
tree | e31bba89c9cc1dffc8e4fd450dea85441b2eeacc /security | |
parent | abc5915a7cb54747b3eb22250ad4952c5bcac63f (diff) | |
download | FreeBSD-ports-f1158ce2774dc2b7248d75cf485c0c0c682d8d27.zip FreeBSD-ports-f1158ce2774dc2b7248d75cf485c0c0c682d8d27.tar.gz |
Use MASTER_SITE_GNUPG
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls-devel/Makefile | 4 | ||||
-rw-r--r-- | security/gnutls/Makefile | 4 | ||||
-rw-r--r-- | security/libtasn1/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile index 4bf0a73..b304e8d 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -9,11 +9,11 @@ PORTNAME= gnutls PORTVERSION= 0.6.0 PORTREVISION= 1 CATEGORIES= security net -MASTER_SITES= http://gd.tuwien.ac.at/privacy/gnupg/alpha/gnutls/ \ +MASTER_SITES= ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \ - ftp://ftp.gnupg.org/pub/gcrypt/alpha/gnutls/ \ ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/ \ ftp://ftp.gnutls.org/pub/gnutls/ +MASTER_SITE_SUBDIR= alpha/gnutls MAINTAINER= sergei@kolobov.com diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 4bf0a73..b304e8d 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -9,11 +9,11 @@ PORTNAME= gnutls PORTVERSION= 0.6.0 PORTREVISION= 1 CATEGORIES= security net -MASTER_SITES= http://gd.tuwien.ac.at/privacy/gnupg/alpha/gnutls/ \ +MASTER_SITES= ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \ - ftp://ftp.gnupg.org/pub/gcrypt/alpha/gnutls/ \ ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/ \ ftp://ftp.gnutls.org/pub/gnutls/ +MASTER_SITE_SUBDIR= alpha/gnutls MAINTAINER= sergei@kolobov.com diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 207b213..1f857c7 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -8,11 +8,11 @@ PORTNAME= libtasn1 PORTVERSION= 0.1.2 CATEGORIES= security -MASTER_SITES= http://gd.tuwien.ac.at/privacy/gnupg/alpha/gnutls/libtasn1/ \ +MASTER_SITES= ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \ - ftp://ftp.gnupg.org/pub/gcrypt/alpha/gnutls/libtasn1/ \ ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \ ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ +MASTER_SITE_SUBDIR= alpha/gnutls/libtasn1 MAINTAINER= sergei@kolobov.com |