Chase rename of lang/spidermonkey to lang/spidermonkey17.

Approved by:	eadler (mentor)
This commit is contained in:
Tom Judge 2012-09-02 20:02:00 +00:00
parent f03f2be24f
commit 0b159fb4af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303571
5 changed files with 10 additions and 8 deletions

View File

@ -8,6 +8,7 @@
PORTNAME= couchdb
PORTVERSION= 1.2.0
PORTEPOCH= 1
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= couchdb/releases/${PORTVERSION}
@ -17,7 +18,7 @@ MAINTAINER= till@php.net
COMMENT= A document database server, accessible via a RESTful JSON API
LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu \
js:${PORTSDIR}/lang/spidermonkey \
js:${PORTSDIR}/lang/spidermonkey17 \
curl:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:${PORTSDIR}/misc/help2man \
erlc:${PORTSDIR}/lang/erlang

View File

@ -7,6 +7,7 @@
PORTNAME= mongodb
PORTVERSION= 2.0.6
PORTREVISION= 1
CATEGORIES= databases net
MASTER_SITES= http://downloads.mongodb.org/src/
DISTNAME= ${PORTNAME}-src-r${PORTVERSION}
@ -50,7 +51,7 @@ SCONS_ARGS+= --usev8
LIB_DEPENDS+= v8:${PORTSDIR}/lang/v8
.else
SCONS_ARGS+= --usesm
LIB_DEPENDS+= js:${PORTSDIR}/lang/spidermonkey
LIB_DEPENDS+= js:${PORTSDIR}/lang/spidermonkey17
.endif
post-install:

View File

@ -7,6 +7,7 @@
PORTNAME= JavaScript-SpiderMonkey
PORTVERSION= 0.21
PORTREVISION= 1
CATEGORIES= lang perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl interface to Mozilla JavaScript implementation
LIB_DEPENDS= js.1:${PORTSDIR}/lang/spidermonkey
LIB_DEPENDS= js.1:${PORTSDIR}/lang/spidermonkey17
TEST_DEPENDS= p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl

View File

@ -7,7 +7,7 @@
PORTNAME= mediatomb
PORTVERSION= 0.12.1
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= net multimedia
MASTER_SITES= SF/${PORTNAME}/MediaTomb/${PORTVERSION}
@ -88,8 +88,7 @@ CONFIGURE_ARGS+= --disable-mysql
CONFIGURE_ARGS+= --enable-libjs \
--with-js-h="${LOCALBASE}/include" \
--with-js-libs="${LOCALBASE}/lib"
BUILD_DEPENDS+= ${LOCALBASE}/lib/libjs.so:${PORTSDIR}/lang/spidermonkey
RUN_DEPENDS+= ${LOCALBASE}/lib/libjs.so:${PORTSDIR}/lang/spidermonkey
LIB_DEPENDS+= js:${PORTSDIR}/lang/spidermonkey17
.else
CONFIGURE_ARGS+= --disable-libjs
.endif

View File

@ -7,7 +7,7 @@
PORTNAME= openvrml
PORTVERSION= 0.18.9
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www graphics
MASTER_SITES= SF
@ -16,7 +16,7 @@ COMMENT= VRML97 runtime and browser
BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone
LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
js.1:${PORTSDIR}/lang/spidermonkey \
js.1:${PORTSDIR}/lang/spidermonkey17 \
jpeg.11:${PORTSDIR}/graphics/jpeg \
png15:${PORTSDIR}/graphics/png \
curl.6:${PORTSDIR}/ftp/curl \