diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-01-01 14:11:44 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-01-01 14:11:44 +0000 |
commit | d965c211440291071df0303a0d45823709e89358 (patch) | |
tree | bf39b39faefddca5f9b156dc2019ebad4b0fb5eb | |
parent | Remove expired ports: (diff) |
databases/p5-AnyEvnt-CouchDB: bump couchdb dependency to couchdb2
-rw-r--r-- | databases/p5-AnyEvent-CouchDB/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-AnyEvent-CouchDB/Makefile b/databases/p5-AnyEvent-CouchDB/Makefile index 5d0ab8016772..b618d6ebc580 100644 --- a/databases/p5-AnyEvent-CouchDB/Makefile +++ b/databases/p5-AnyEvent-CouchDB/Makefile @@ -3,7 +3,7 @@ PORTNAME= AnyEvent-CouchDB PORTVERSION= 1.31 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,7 @@ COMMENT= Non-blocking CouchDB client based on jquery.couch.js LICENSE= MIT BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= couchdb>=0.9.0:databases/couchdb \ +RUN_DEPENDS= couchdb2>=0.9.0:databases/couchdb2 \ p5-AnyEvent-HTTP>=2.11:www/p5-AnyEvent-HTTP \ p5-CouchDB-View>=0:databases/p5-CouchDB-View \ p5-Data-Dump-Streamer>=0:devel/p5-Data-Dump-Streamer \ |