diff options
author | arved <arved@FreeBSD.org> | 2003-02-15 12:17:21 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-02-15 12:17:21 +0000 |
commit | 761a6cccd2ec09a1709687e24468aa88332aecc3 (patch) | |
tree | 71e726cf5e0e679a0304ceacc65fde2fd7a0829e /security | |
parent | 8dba6fdcaf2a6e9f8ca4d61f48ca5465be0ddebe (diff) | |
download | FreeBSD-ports-761a6cccd2ec09a1709687e24468aa88332aecc3.zip FreeBSD-ports-761a6cccd2ec09a1709687e24468aa88332aecc3.tar.gz |
Use MASTER_SITE_GNUPG
Diffstat (limited to 'security')
-rw-r--r-- | security/gpa/Makefile | 3 | ||||
-rw-r--r-- | security/gpgme/Makefile | 3 | ||||
-rw-r--r-- | security/gpgme03/Makefile | 3 | ||||
-rw-r--r-- | security/pgpgpg/Makefile | 5 |
4 files changed, 9 insertions, 5 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 97bed6d..bb730d5 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -8,7 +8,8 @@ PORTNAME= gpa PORTVERSION= 0.4.3 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpa/ +MASTER_SITES= ${MASTER_SITE_GNUPG} +MASTER_SITE_SUBDIR= alpha/gpa MAINTAINER= ports@FreeBSD.org diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index b310bd9..77a3f2c 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -8,7 +8,8 @@ PORTNAME= gpgme PORTVERSION= 0.3.14 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ +MASTER_SITES= ${MASTER_SITE_GNUPG} +MASTER_SITE_SUBDIR= gpgme MAINTAINER= markun@onohara.to diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile index b310bd9..77a3f2c 100644 --- a/security/gpgme03/Makefile +++ b/security/gpgme03/Makefile @@ -8,7 +8,8 @@ PORTNAME= gpgme PORTVERSION= 0.3.14 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ +MASTER_SITES= ${MASTER_SITE_GNUPG} +MASTER_SITE_SUBDIR= gpgme MAINTAINER= markun@onohara.to diff --git a/security/pgpgpg/Makefile b/security/pgpgpg/Makefile index 974f8b3..ea4d876 100644 --- a/security/pgpgpg/Makefile +++ b/security/pgpgpg/Makefile @@ -8,8 +8,9 @@ PORTNAME= pgpgpg PORTVERSION= 0.13 CATEGORIES= security -MASTER_SITES= http://www.nessie.de/mroth/pgpgpg/ \ - ftp://ftp.gnupg.org/pub/gcrypt/pgpgpg/ +MASTER_SITES= ${MASTER_SITE_GNUPG} \ + http://www.nessie.de/mroth/%SUBDIR%/ +MASTER_SITE_SUBDIR= pgpgpg MAINTAINER= matt@zigg.com |