Date: Mon, 3 Sep 2012 08:19:22 +0200 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Tom Judge <tj@FreeBSD.org> Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: svn commit: r303571 - in head: databases/couchdb databases/mongodb lang/p5-JavaScript-SpiderMonkey net/mediatomb www/openvrml Message-ID: <20120903061922.GB27738@ithaqua.etoilebsd.net> In-Reply-To: <201209022002.q82K21gX061134@svn.freebsd.org> References: <201209022002.q82K21gX061134@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--i9LlY+UWpKt15+FH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 >=20 > Log: > Chase rename of lang/spidermonkey to lang/spidermonkey17. > =20 > Approved by: eadler (mentor) >=20 > Modified: > head/databases/couchdb/Makefile > head/databases/mongodb/Makefile > head/lang/p5-JavaScript-SpiderMonkey/Makefile > head/net/mediatomb/Makefile > head/www/openvrml/Makefile >=20 > Modified: head/databases/couchdb/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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=3D couchdb > PORTVERSION=3D 1.2.0 > PORTEPOCH=3D 1 > +PORTREVISION=3D 1 > CATEGORIES=3D databases > MASTER_SITES=3D ${MASTER_SITE_APACHE} > MASTER_SITE_SUBDIR=3D couchdb/releases/${PORTVERSION} > @@ -17,7 +18,7 @@ MAINTAINER=3D till@php.net > COMMENT=3D A document database server, accessible via a RESTful JSON API > =20 > LIB_DEPENDS=3D icudata:${PORTSDIR}/devel/icu \ > - js:${PORTSDIR}/lang/spidermonkey \ > + js:${PORTSDIR}/lang/spidermonkey17 \ > curl:${PORTSDIR}/ftp/curl > BUILD_DEPENDS=3D ${LOCALBASE}/bin/help2man:${PORTSDIR}/misc/help2man \ > erlc:${PORTSDIR}/lang/erlang >=20 > Modified: head/databases/mongodb/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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 @@ > =20 > PORTNAME=3D mongodb > PORTVERSION=3D 2.0.6 > +PORTREVISION=3D 1 > CATEGORIES=3D databases net > MASTER_SITES=3D http://downloads.mongodb.org/src/ > DISTNAME=3D ${PORTNAME}-src-r${PORTVERSION} > @@ -50,7 +51,7 @@ SCONS_ARGS+=3D --usev8 > LIB_DEPENDS+=3D v8:${PORTSDIR}/lang/v8 > .else > SCONS_ARGS+=3D --usesm > -LIB_DEPENDS+=3D js:${PORTSDIR}/lang/spidermonkey > +LIB_DEPENDS+=3D js:${PORTSDIR}/lang/spidermonkey17 > .endif > =20 > post-install: >=20 > Modified: head/lang/p5-JavaScript-SpiderMonkey/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lang/p5-JavaScript-SpiderMonkey/Makefile Sun Sep 2 19:59:20 201= 2 (r303570) > +++ head/lang/p5-JavaScript-SpiderMonkey/Makefile Sun Sep 2 20:02:00 201= 2 (r303571) > @@ -7,6 +7,7 @@ > =20 > PORTNAME=3D JavaScript-SpiderMonkey > PORTVERSION=3D 0.21 > +PORTREVISION=3D 1 > CATEGORIES=3D lang perl5 > MASTER_SITES=3D CPAN > PKGNAMEPREFIX=3D p5- > @@ -14,7 +15,7 @@ PKGNAMEPREFIX=3D p5- > MAINTAINER=3D sunpoet@FreeBSD.org > COMMENT=3D Perl interface to Mozilla JavaScript implementation > =20 > -LIB_DEPENDS=3D js.1:${PORTSDIR}/lang/spidermonkey > +LIB_DEPENDS=3D js.1:${PORTSDIR}/lang/spidermonkey17 > =20 > TEST_DEPENDS=3D p5-Log-Log4perl>=3D0:${PORTSDIR}/devel/p5-Log-Log4perl > =20 >=20 > Modified: head/net/mediatomb/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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 @@ > =20 > PORTNAME=3D mediatomb > PORTVERSION=3D 0.12.1 > -PORTREVISION=3D 7 > +PORTREVISION=3D 8 > CATEGORIES=3D net multimedia > MASTER_SITES=3D SF/${PORTNAME}/MediaTomb/${PORTVERSION} > =20 > @@ -88,8 +88,7 @@ CONFIGURE_ARGS+=3D --disable-mysql > CONFIGURE_ARGS+=3D --enable-libjs \ > --with-js-h=3D"${LOCALBASE}/include" \ > --with-js-libs=3D"${LOCALBASE}/lib" > -BUILD_DEPENDS+=3D ${LOCALBASE}/lib/libjs.so:${PORTSDIR}/lang/spidermonk= ey > -RUN_DEPENDS+=3D ${LOCALBASE}/lib/libjs.so:${PORTSDIR}/lang/spidermonkey > +LIB_DEPENDS+=3D js:${PORTSDIR}/lang/spidermonkey17 > .else > CONFIGURE_ARGS+=3D --disable-libjs > .endif >=20 > Modified: head/www/openvrml/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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 @@ > =20 > PORTNAME=3D openvrml > PORTVERSION=3D 0.18.9 > -PORTREVISION=3D 1 > +PORTREVISION=3D 2 > CATEGORIES=3D www graphics > MASTER_SITES=3D SF > =20 > @@ -16,7 +16,7 @@ COMMENT=3D VRML97 runtime and browser > =20 > BUILD_DEPENDS=3D ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-stan= dalone > LIB_DEPENDS=3D 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 --i9LlY+UWpKt15+FH Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlBES+oACgkQ8kTtMUmk6EyCjACfYhJEVeMobsKlYrGI023IUb0H 6DAAoIPBqqhE0IMxi4cKzbbIkWCoZqfu =2UEU -----END PGP SIGNATURE----- --i9LlY+UWpKt15+FH--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120903061922.GB27738>