pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libtasn1 The HTTP MASTER_SITES entry is no lo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d65d0b97315
branches:  trunk
changeset: 548664:6d65d0b97315
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Mon Oct 20 12:24:17 2008 +0000

description:
The HTTP MASTER_SITES entry is no longer available, and has a text file
indicating that ftp://ftp.gnu.org/pub/gnu/gnutls/ should be used instead.
The replacement site also supports HTTP, so make it our HTTP source.

diffstat:

 security/libtasn1/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 54fb4a91e4bb -r 6d65d0b97315 security/libtasn1/Makefile
--- a/security/libtasn1/Makefile        Mon Oct 20 11:09:07 2008 +0000
+++ b/security/libtasn1/Makefile        Mon Oct 20 12:24:17 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2008/10/13 09:23:34 adam Exp $
+# $NetBSD: Makefile,v 1.37 2008/10/20 12:24:17 dsainty Exp $
 
 DISTNAME=      libtasn1-1.5
 CATEGORIES=    security devel
-MASTER_SITES=  http://josefsson.org/gnutls/releases/libtasn1/ \
+MASTER_SITES=  http://ftp.gnu.org/pub/gnu/gnutls/ \
                ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \
                ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/
 



Home | Main Index | Thread Index | Old Index