summaryrefslogtreecommitdiff
path: root/lang/spidermonkey
diff options
context:
space:
mode:
authorwiz <wiz>2009-05-20 00:58:05 +0000
committerwiz <wiz>2009-05-20 00:58:05 +0000
commitbce310e12c34dd199b2fb13ec720a93538f33642 (patch)
treee3aafcd3857ac2bdc7ca0607114c79d78e672bae /lang/spidermonkey
parent55b45735af3733e973d267802ccd928f649d883e (diff)
downloadpkgsrc-bce310e12c34dd199b2fb13ec720a93538f33642.tar.gz
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change. Reported by Robert Elz in PR 41345.
Diffstat (limited to 'lang/spidermonkey')
-rw-r--r--lang/spidermonkey/Makefile4
-rw-r--r--lang/spidermonkey/buildlink3.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/spidermonkey/Makefile b/lang/spidermonkey/Makefile
index 770fee038cd..18d6c41ae64 100644
--- a/lang/spidermonkey/Makefile
+++ b/lang/spidermonkey/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2008/01/11 09:36:23 bjs Exp $
+# $NetBSD: Makefile,v 1.18 2009/05/20 00:58:20 wiz Exp $
DISTNAME= js-1.60
PKGNAME= ${DISTNAME:S/js/spidermonkey/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_MOZILLA:=js/}
diff --git a/lang/spidermonkey/buildlink3.mk b/lang/spidermonkey/buildlink3.mk
index 07ef71bcd74..f6469970f25 100644
--- a/lang/spidermonkey/buildlink3.mk
+++ b/lang/spidermonkey/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.12 2009/03/20 19:24:52 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.13 2009/05/20 00:58:20 wiz Exp $
BUILDLINK_TREE+= spidermonkey
@@ -9,7 +9,7 @@ SPIDERMONKEY_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.spidermonkey+= spidermonkey>=1.5
.if ${OPSYS} == "Darwin"
-BUILDLINK_ABI_DEPENDS.spidermonkey?= spidermonkey>=1.5nb6
+BUILDLINK_ABI_DEPENDS.spidermonkey?= spidermonkey>=1.60nb2
.else
BUILDLINK_ABI_DEPENDS.spidermonkey?= spidermonkey>=1.5nb8
.endif