Mon Oct 20 12:24:17 2008 UTC ()
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.


(dsainty)
diff -r1.36 -r1.37 pkgsrc/security/libtasn1/Makefile

cvs diff -r1.36 -r1.37 pkgsrc/security/libtasn1/Makefile (expand / switch to unified diff)

--- pkgsrc/security/libtasn1/Makefile 2008/10/13 09:23:34 1.36
+++ pkgsrc/security/libtasn1/Makefile 2008/10/20 12:24:17 1.37
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.36 2008/10/13 09:23:34 adam Exp $ 1# $NetBSD: Makefile,v 1.37 2008/10/20 12:24:17 dsainty Exp $
2 2
3DISTNAME= libtasn1-1.5 3DISTNAME= libtasn1-1.5
4CATEGORIES= security devel 4CATEGORIES= security devel
5MASTER_SITES= http://josefsson.org/gnutls/releases/libtasn1/ \ 5MASTER_SITES= http://ftp.gnu.org/pub/gnu/gnutls/ \
6 ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \ 6 ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \
7 ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/ 7 ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.gnutls.org/ 10HOMEPAGE= http://www.gnutls.org/
11COMMENT= ASN.1 structure parser library 11COMMENT= ASN.1 structure parser library
12 12
13PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16USE_TOOLS+= makeinfo 16USE_TOOLS+= makeinfo
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes