diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-03-06 17:38:53 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-03-06 17:38:53 +0000 |
commit | 9c53210756739b65a318d92ed1a2ae7e2a204211 (patch) | |
tree | e27ac6811fed7f68e75963fe21e7b91822d01775 /lang/spidermonkey | |
parent | 8d35a9fcaca8b73ad0b4facc1f280766c65e2add (diff) | |
download | pkgsrc-9c53210756739b65a318d92ed1a2ae7e2a204211.tar.gz |
Recursive PKGREVISION bump for xulrunner, nss, and nspr.
Diffstat (limited to 'lang/spidermonkey')
-rw-r--r-- | lang/spidermonkey/Makefile | 4 | ||||
-rw-r--r-- | lang/spidermonkey/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/spidermonkey/Makefile b/lang/spidermonkey/Makefile index 6681450dc86..eea815f364e 100644 --- a/lang/spidermonkey/Makefile +++ b/lang/spidermonkey/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2011/12/06 05:22:38 yyamano Exp $ +# $NetBSD: Makefile,v 1.23 2012/03/06 17:38:57 ryoon Exp $ DISTNAME= js-1.8.0-rc1 PKGNAME= spidermonkey-1.8.0rc1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_MOZILLA:=js/} diff --git a/lang/spidermonkey/buildlink3.mk b/lang/spidermonkey/buildlink3.mk index 7f4cc25aae0..982788386db 100644 --- a/lang/spidermonkey/buildlink3.mk +++ b/lang/spidermonkey/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2011/01/01 14:03:42 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2012/03/06 17:38:57 ryoon 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.60nb2 +BUILDLINK_ABI_DEPENDS.spidermonkey?= spidermonkey>=1.8.0rc1nb3 .else BUILDLINK_ABI_DEPENDS.spidermonkey?= spidermonkey>=1.5nb8 .endif |