Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2020 14:11:44 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521718 - head/databases/p5-AnyEvent-CouchDB
Message-ID:  <202001011411.001EBil0038201@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001011411.001EBil0038201>