Date: Sun, 2 Sep 2012 20:02:01 +0000 (UTC) From: Tom Judge <tj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303571 - in head: databases/couchdb databases/mongodb lang/p5-JavaScript-SpiderMonkey net/mediatomb www/openvrml Message-ID: <201209022002.q82K21gX061134@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tj Date: Sun Sep 2 20:02:00 2012 New Revision: 303571 URL: http://svn.freebsd.org/changeset/ports/303571 Log: Chase rename of lang/spidermonkey to lang/spidermonkey17. Approved by: eadler (mentor) Modified: head/databases/couchdb/Makefile head/databases/mongodb/Makefile head/lang/p5-JavaScript-SpiderMonkey/Makefile head/net/mediatomb/Makefile head/www/openvrml/Makefile Modified: head/databases/couchdb/Makefile ============================================================================== --- head/databases/couchdb/Makefile Sun Sep 2 19:59:20 2012 (r303570) +++ head/databases/couchdb/Makefile Sun Sep 2 20:02:00 2012 (r303571) @@ -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 Modified: head/databases/mongodb/Makefile ============================================================================== --- head/databases/mongodb/Makefile Sun Sep 2 19:59:20 2012 (r303570) +++ head/databases/mongodb/Makefile Sun Sep 2 20:02:00 2012 (r303571) @@ -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: Modified: head/lang/p5-JavaScript-SpiderMonkey/Makefile ============================================================================== --- head/lang/p5-JavaScript-SpiderMonkey/Makefile Sun Sep 2 19:59:20 2012 (r303570) +++ head/lang/p5-JavaScript-SpiderMonkey/Makefile Sun Sep 2 20:02:00 2012 (r303571) @@ -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 Modified: head/net/mediatomb/Makefile ============================================================================== --- head/net/mediatomb/Makefile Sun Sep 2 19:59:20 2012 (r303570) +++ head/net/mediatomb/Makefile Sun Sep 2 20:02:00 2012 (r303571) @@ -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 Modified: head/www/openvrml/Makefile ============================================================================== --- head/www/openvrml/Makefile Sun Sep 2 19:59:20 2012 (r303570) +++ head/www/openvrml/Makefile Sun Sep 2 20:02:00 2012 (r303571) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209022002.q82K21gX061134>