diff options
author | ryoon <ryoon> | 2012-03-06 17:38:53 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-03-06 17:38:53 +0000 |
commit | 3555b12435f0687b59531ef5bc0abb542fa1363f (patch) | |
tree | e27ac6811fed7f68e75963fe21e7b91822d01775 /lang | |
parent | c3414db3c264105a289fd536e2ee3367b19b1804 (diff) | |
download | pkgsrc-3555b12435f0687b59531ef5bc0abb542fa1363f.tar.gz |
Recursive PKGREVISION bump for xulrunner, nss, and nspr.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/coq/Makefile | 4 | ||||
-rw-r--r-- | lang/spidermonkey/Makefile | 4 | ||||
-rw-r--r-- | lang/spidermonkey/buildlink3.mk | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lang/coq/Makefile b/lang/coq/Makefile index 877cfc3f8a3..b3c65af0f6c 100644 --- a/lang/coq/Makefile +++ b/lang/coq/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2012/03/03 00:13:25 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2012/03/06 17:38:57 ryoon Exp $ # DISTNAME= coq-8.3pl1 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= lang math MASTER_SITES= http://coq.inria.fr/distrib/V8.3pl1/files/ 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 |