diff options
author | tj <tj@FreeBSD.org> | 2012-09-03 04:02:00 +0800 |
---|---|---|
committer | tj <tj@FreeBSD.org> | 2012-09-03 04:02:00 +0800 |
commit | 698d9047eef561f00e432a6d774b6c0a23457c0c (patch) | |
tree | 4f17707e793c93e99edcd9555f79a3996307312c /databases | |
parent | ed1f80d62c623f208abb26edc08987a6f45129d8 (diff) | |
download | freebsd-ports-gnome-698d9047eef561f00e432a6d774b6c0a23457c0c.tar.gz freebsd-ports-gnome-698d9047eef561f00e432a6d774b6c0a23457c0c.tar.zst freebsd-ports-gnome-698d9047eef561f00e432a6d774b6c0a23457c0c.zip |
Chase rename of lang/spidermonkey to lang/spidermonkey17.
Approved by: eadler (mentor)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/couchdb/Makefile | 3 | ||||
-rw-r--r-- | databases/mongodb/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile index 4e5ee00b2b12..bf82fb80e0f0 100644 --- a/databases/couchdb/Makefile +++ b/databases/couchdb/Makefile @@ -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 diff --git a/databases/mongodb/Makefile b/databases/mongodb/Makefile index de8e178124db..c94f31de210f 100644 --- a/databases/mongodb/Makefile +++ b/databases/mongodb/Makefile @@ -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: |