diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-15 12:17:21 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-15 12:17:21 +0000 |
commit | f357388f5a581ccaafa371b5e4ac0984eeca45a9 (patch) | |
tree | bef96451f5dc6e1014877b90b6da520d77b02b02 /security | |
parent | 991d6a552880349eddcc262e6092fcc7f488fc3b (diff) |
Notes
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 97bed6de1d84..bb730d504d05 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 b310bd9b2c26..77a3f2cd997b 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 b310bd9b2c26..77a3f2cd997b 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 974f8b3c8b7b..ea4d876e59af 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 |