diff options
author | dsainty <dsainty@pkgsrc.org> | 2008-10-20 12:24:17 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2008-10-20 12:24:17 +0000 |
commit | bf9856d7c6c303af6a58391a8dd33d1c621beb8b (patch) | |
tree | a334169dcfe934503ebec4157dd25de2737724bd /security/libtasn1 | |
parent | 6208c4238d7303c795091b1d1ac835d0d7116468 (diff) | |
download | pkgsrc-bf9856d7c6c303af6a58391a8dd33d1c621beb8b.tar.gz |
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 (limited to 'security/libtasn1')
-rw-r--r-- | security/libtasn1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index f3afbe89c54..9725e03eb26 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -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/ |