pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnupg Add an HTTP download location too, as a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6284af3cca64
branches:  trunk
changeset: 517138:6284af3cca64
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Sat Aug 05 03:13:25 2006 +0000

description:
Add an HTTP download location too, as a fallback for when FTP downloads are awkward.

diffstat:

 security/gnupg/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r ec126267a5da -r 6284af3cca64 security/gnupg/Makefile
--- a/security/gnupg/Makefile   Sat Aug 05 02:08:32 2006 +0000
+++ b/security/gnupg/Makefile   Sat Aug 05 03:13:25 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2006/08/02 10:37:34 drochner Exp $
+# $NetBSD: Makefile,v 1.90 2006/08/05 03:13:25 dsainty Exp $
 
 DISTNAME=      gnupg-1.4.5
 CATEGORIES=    security
@@ -7,7 +7,8 @@
                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/gnupg/ \
-               ftp://ftp.ring.gr.jp/pub/net/gnupg/gnupg/
+               ftp://ftp.ring.gr.jp/pub/net/gnupg/gnupg/ \
+               http://sunsite.rediris.es/mirror/gnupg/gnupg/
 EXTRACT_SUFX=  .tar.bz2
 # don't remove this -- we may add idea.c.gz to it in options.mk
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX}



Home | Main Index | Thread Index | Old Index