pkgsrc-WIP-changes archive

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

nspr-git: fix PKGNAME to nspr-* (remove "hg-")



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

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

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

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

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

diffstat:
 nspr-hg/Makefile      | 4 +++-
 nspr-hg/buildlink3.mk | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/nspr-hg/Makefile b/nspr-hg/Makefile
index e8bfdcd..7e15612 100644
--- a/nspr-hg/Makefile
+++ b/nspr-hg/Makefile
@@ -1,7 +1,9 @@
 # $NetBSD: Makefile,v 1.3 2015/06/06 14:31:26 thomasklausner Exp $
 
+# necessary because hg-package.mk would override it
+PKGNAME=	nspr-${NSPR_RELEASE}
 DISTNAME=	nspr-${NSPR_RELEASE}
-NSPR_RELEASE=	4.10.9beta2
+NSPR_RELEASE=	4.12beta2
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_MOZILLA_ALL:=nspr/releases/v${NSPR_RELEASE}/src/}
 
diff --git a/nspr-hg/buildlink3.mk b/nspr-hg/buildlink3.mk
index 13f9b6f..b236c3f 100644
--- a/nspr-hg/buildlink3.mk
+++ b/nspr-hg/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+=	nspr
 .if !defined(NSPR_BUILDLINK3_MK)
 NSPR_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.nspr+=	nspr-hg>=2014.09.01
+BUILDLINK_API_DEPENDS.nspr+=	nspr>=4.10
 BUILDLINK_PKGSRCDIR.nspr?=	../../wip/nspr-hg
 
 BUILDLINK_FILES.nspr+=          lib/nspr/*


Home | Main Index | Thread Index | Old Index