diff options
author | shattered <shattered@pkgsrc.org> | 2010-11-13 21:08:54 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2010-11-13 21:08:54 +0000 |
commit | 8b340222d90a864ca0abbf5303480faa7e72950b (patch) | |
tree | 9dd00472e0d3202809bd050eba1285d2b63382a6 /security/mozilla-rootcerts | |
parent | f3ad039ae837f12da22115b663acd81c9e1d204e (diff) | |
download | pkgsrc-8b340222d90a864ca0abbf5303480faa7e72950b.tar.gz |
Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES.
Diffstat (limited to 'security/mozilla-rootcerts')
-rw-r--r-- | security/mozilla-rootcerts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/mozilla-rootcerts/Makefile b/security/mozilla-rootcerts/Makefile index 167898cea94..8e0ebb9dd6d 100644 --- a/security/mozilla-rootcerts/Makefile +++ b/security/mozilla-rootcerts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/10/22 10:41:49 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2010/11/13 21:09:03 shattered Exp $ DISTNAME= mozilla-rootcerts-1.0.${CERTDATA_DATE} CATEGORIES= security @@ -7,7 +7,7 @@ DISTFILES= ${CERTDATA} EXTRACT_SUFX= # empty MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://lxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1 +HOMEPAGE= http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1 COMMENT= Root CA certificates from the Mozilla Project LICENSE= mpl-1.1 OR gnu-gpl-v2 OR gnu-lgpl-v2.1 |