svn commit: r303571 - in head: databases/couchdb databases/mongodb lang/p5-JavaScript-SpiderMonkey net/mediatomb www/openvrml
Baptiste Daroussin
bapt at FreeBSD.org
Mon Sep 3 06:19:26 UTC 2012
On Sun, Sep 02, 2012 at 08:02:01PM +0000, Tom Judge wrote:
> 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 at 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 at 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 \
You haved missed elinks, in the list of ports depending on lang/spidermonkey
that should have been switched to lang/spidermonkey17.
regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20120903/684a1499/attachment.sig>
More information about the svn-ports-head
mailing list