pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/nss fixup nss fetch location



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de53621f3e05
branches:  trunk
changeset: 632315:de53621f3e05
user:      richard <richard%pkgsrc.org@localhost>
date:      Sun Mar 23 07:48:03 2014 +0000

description:
fixup nss fetch location

diffstat:

 devel/nss/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 3f543d1a2d39 -r de53621f3e05 devel/nss/Makefile
--- a/devel/nss/Makefile        Sun Mar 23 07:08:21 2014 +0000
+++ b/devel/nss/Makefile        Sun Mar 23 07:48:03 2014 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.78 2014/03/22 23:32:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.79 2014/03/23 07:48:03 richard Exp $
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
 NSS_RELEASE=           3.16.0
 CATEGORIES=            security
-MASTER_SITES=          ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_RELEASE:S/./_/g}_RTM/src/}
+MASTER_SITES=          ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_RELEASE:S/.0$//:S/./_/g}_RTM/src/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://www.mozilla.org/projects/security/pki/nss/



Home | Main Index | Thread Index | Old Index