diff options
author | tron <tron@pkgsrc.org> | 2003-05-06 15:57:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-05-06 15:57:03 +0000 |
commit | 222245a6b713f7e77d2cce04603eb12bc8d5958c (patch) | |
tree | 0afc145937c8521b41e11ff5c1f70c17a388f5cd /security | |
parent | c8fd9ebd0120b0ffd30ac64881bbf18a9ab0773e (diff) | |
download | pkgsrc-222245a6b713f7e77d2cce04603eb12bc8d5958c.tar.gz |
Remove dead mirrors, add a new one.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 22d991ee462..49a50ea0343 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,14 +1,12 @@ -# $NetBSD: Makefile,v 1.44 2003/05/06 15:48:24 tron Exp $ +# $NetBSD: Makefile,v 1.45 2003/05/06 15:57:03 tron Exp $ DISTNAME= gnupg-1.2.2 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ ftp://ftp.planetmirror.com/pub/gnupg/gnupg/ \ - ftp://ftp.ring.gr.jp/pub/pgp/ \ ftp://gd.tuwien.ac.at/privacy/gnupg/gnupg/ \ ftp://ftp.jyu.fi/pub/crypt/gcrypt/gnupg/ \ - ftp://ftp.cert.dfn.de/pub/tools/crypt/gcrypt/ \ - ftp://hal.csd.auth.gr/mirrors/gnupg/ + ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/gnupg/ EXTRACT_SUFX= .tar.bz2 # don't remove this -- we may add idea.c.gz to it below DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |