aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--databases/p5-AnyEvent-CouchDB/Makefile4
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 \