diff options
author | tnn <tnn@pkgsrc.org> | 2015-10-18 19:24:39 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-10-18 19:24:39 +0000 |
commit | d9c08e8cd494983f5783d74ed9487687ff5927a2 (patch) | |
tree | 42b4a96918eec62ed2214c8117f26e94ec06ff2a /security | |
parent | 91bcce28ce4d10e68998625f727c06024323ef3a (diff) | |
download | pkgsrc-d9c08e8cd494983f5783d74ed9487687ff5927a2.tar.gz |
set HOMEPAGE to the hg revision log URL to make it easier to figure out if
the package needs an update.
Diffstat (limited to 'security')
-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 18c2ef44e73..d1ae159e6d6 100644 --- a/security/mozilla-rootcerts/Makefile +++ b/security/mozilla-rootcerts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/09/12 13:06:13 tnn Exp $ +# $NetBSD: Makefile,v 1.21 2015/10/18 19:24:39 tnn 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= https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt +HOMEPAGE= https://hg.mozilla.org/mozilla-central/log/tip/security/nss/lib/ckfw/builtins/certdata.txt COMMENT= Root CA certificates from the Mozilla Project LICENSE= mpl-2.0 |