svn commit: r521718 - head/databases/p5-AnyEvent-CouchDB

Rene Ladan rene at FreeBSD.org
Wed Jan 1 14:11:44 UTC 2020


Author: rene
Date: Wed Jan  1 14:11:44 2020
New Revision: 521718
URL: https://svnweb.freebsd.org/changeset/ports/521718

Log:
  databases/p5-AnyEvnt-CouchDB: bump couchdb dependency to couchdb2

Modified:
  head/databases/p5-AnyEvent-CouchDB/Makefile

Modified: head/databases/p5-AnyEvent-CouchDB/Makefile
==============================================================================
--- head/databases/p5-AnyEvent-CouchDB/Makefile	Wed Jan  1 13:06:45 2020	(r521717)
+++ head/databases/p5-AnyEvent-CouchDB/Makefile	Wed Jan  1 14:11:44 2020	(r521718)
@@ -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.c
 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 \


More information about the svn-ports-head mailing list