Fri Jun 5 22:47:11 2009 UTC ()
update master sites. remove planetmirror (does not resolve). remove dfn. requires active ftp. (renders it useless with PASV).


(zafer)
diff -r1.101 -r1.102 pkgsrc/security/gnupg/Makefile

cvs diff -r1.101 -r1.102 pkgsrc/security/gnupg/Makefile (expand / switch to unified diff)

--- pkgsrc/security/gnupg/Makefile 2009/05/19 08:59:31 1.101
+++ pkgsrc/security/gnupg/Makefile 2009/06/05 22:47:11 1.102
@@ -1,22 +1,20 @@ @@ -1,22 +1,20 @@
1# $NetBSD: Makefile,v 1.101 2009/05/19 08:59:31 wiz Exp $ 1# $NetBSD: Makefile,v 1.102 2009/06/05 22:47:11 zafer Exp $
2 2
3DISTNAME= gnupg-1.4.9 3DISTNAME= gnupg-1.4.9
4CATEGORIES= security 4CATEGORIES= security
5MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ 5MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \
6 ftp://ftp.planetmirror.com/pub/gnupg/ \ 
7 ftp://gd.tuwien.ac.at/privacy/gnupg/gnupg/ \ 6 ftp://gd.tuwien.ac.at/privacy/gnupg/gnupg/ \
8 ftp://ftp.jyu.fi/pub/crypt/gcrypt/gnupg/ \ 7 ftp://ftp.jyu.fi/pub/crypt/gcrypt/gnupg/ \
9 ftp://ftp.cert.dfn.de/pub/tools/crypt/gcrypt/gnupg/ \ 
10 ftp://ftp.ring.gr.jp/pub/net/gnupg/gnupg/  8 ftp://ftp.ring.gr.jp/pub/net/gnupg/gnupg/
11EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
12# don't remove this -- we may add idea.c.gz to it in options.mk 10# don't remove this -- we may add idea.c.gz to it in options.mk
13DISTFILES= ${DISTNAME}${EXTRACT_SUFX} 11DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
14 12
15MAINTAINER= wiz@NetBSD.org 13MAINTAINER= wiz@NetBSD.org
16HOMEPAGE= http://www.gnupg.org/ 14HOMEPAGE= http://www.gnupg.org/
17COMMENT= GNU Privacy Guard, public-Key encryption and digital signatures 15COMMENT= GNU Privacy Guard, public-Key encryption and digital signatures
18LICENSE= gnu-gpl-v3 16LICENSE= gnu-gpl-v3
19 17
20PKG_INSTALLATION_TYPES= overwrite pkgviews 18PKG_INSTALLATION_TYPES= overwrite pkgviews
21PKG_DESTDIR_SUPPORT= user-destdir 19PKG_DESTDIR_SUPPORT= user-destdir
22 20