pkgsrc-WIP-changes archive

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

nss-hg: fix PKGNAME to nss-* (remove "hg-")



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Jun 10 13:35:13 2016 +0200
Changeset:	f85f4515322e78bf1ea0f4b20735e432e86b4e17

Modified Files:
	nss-hg/Makefile
	nss-hg/buildlink3.mk

Log Message:
nss-hg: fix PKGNAME to nss-* (remove "hg-")

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f85f4515322e78bf1ea0f4b20735e432e86b4e17

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nss-hg/Makefile      | 2 ++
 nss-hg/buildlink3.mk | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/nss-hg/Makefile b/nss-hg/Makefile
index 4b6fa1f..9e8c4ad 100644
--- a/nss-hg/Makefile
+++ b/nss-hg/Makefile
@@ -1,5 +1,7 @@
 # $NetBSD: Makefile,v 1.3 2015/01/24 16:48:48 thomasklausner Exp $
 
+# necessary because hg-package.mk would override it
+PKGNAME=		nss-${NSS_RELEASE}
 DISTNAME=		nss-${NSS_RELEASE}
 # see lib/nss/nss.h
 NSS_RELEASE=		3.25.0
diff --git a/nss-hg/buildlink3.mk b/nss-hg/buildlink3.mk
index e988446..5b56b98 100644
--- a/nss-hg/buildlink3.mk
+++ b/nss-hg/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+=	nss
 .if !defined(NSS_BUILDLINK3_MK)
 NSS_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.nss+=	nss-hg>=2014.09.01
+BUILDLINK_API_DEPENDS.nss+=	nss>=3.25
 BUILDLINK_PKGSRCDIR.nss?=	../../wip/nss-hg
 
 BUILDLINK_LIBDIRS.nss+=		lib/nss


Home | Main Index | Thread Index | Old Index