diff options
author | wiz <wiz@pkgsrc.org> | 2007-12-02 12:22:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-12-02 12:22:45 +0000 |
commit | cb851c068ccf2b5978253d64e6c05ec35634b80b (patch) | |
tree | 3697e679d684b1ea923c671e67a4b85ae90a09eb /security/libtasn1/Makefile | |
parent | d0a35422b176725a481b55e305e469fa212a40c3 (diff) | |
download | pkgsrc-cb851c068ccf2b5978253d64e6c05ec35634b80b.tar.gz |
Remove Ex-MASTER_SITEs. From Zafer Aydogan.
Diffstat (limited to 'security/libtasn1/Makefile')
-rw-r--r-- | security/libtasn1/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 5ce119fdc9f..77232e62383 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.32 2007/03/08 18:23:42 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2007/12/02 12:22:45 wiz Exp $ DISTNAME= libtasn1-0.3.9 CATEGORIES= security devel MASTER_SITES= http://josefsson.org/gnutls/releases/libtasn1/ \ ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \ - ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/ \ - http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \ - ftp://ftp.mirrors.wiretapped.net/pub/security/network-security/gnutls/libtasn1/ + ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnutls.org/ |