aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorDave Cottlehuber <dch@FreeBSD.org>2021-04-08 07:33:24 +0000
committerDave Cottlehuber <dch@FreeBSD.org>2021-04-08 07:53:31 +0000
commit71d418aef0c5999a575e4bd264526375823848c7 (patch)
treea8d169a3b44b9a3ffd3cd16b2d0d7bdfd126bcbd /databases
parent0b8ec9f6332aebf93fa6c39efff25976cb60d21f (diff)
downloadports-71d418aef0c5999a575e4bd264526375823848c7.tar.gz
ports-71d418aef0c5999a575e4bd264526375823848c7.zip
databases/p5-AnyEvent-CouchDB: unbreak index
- as a network service client, there should be no runtime dependency on any CouchDB version - we can also un-deprecate the port as it no longer has a python2.7 EOL requirement PR: 254869 Fixes: e9c46eff6764e30d0cf5ee2ba407940b58a4a592
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-AnyEvent-CouchDB/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/p5-AnyEvent-CouchDB/Makefile b/databases/p5-AnyEvent-CouchDB/Makefile
index c59d83f24b1e..b529382f8047 100644
--- a/databases/p5-AnyEvent-CouchDB/Makefile
+++ b/databases/p5-AnyEvent-CouchDB/Makefile
@@ -2,7 +2,7 @@
PORTNAME= AnyEvent-CouchDB
PORTVERSION= 1.31
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -12,12 +12,8 @@ COMMENT= Non-blocking CouchDB client based on jquery.couch.js
LICENSE= MIT
-DEPRECATED= Uses EOL Python 2.7 via databases/couchdb2
-EXPIRATION_DATE=2021-06-23
-
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= couchdb2>=0.9.0:databases/couchdb2 \
- p5-AnyEvent-HTTP>=2.11:www/p5-AnyEvent-HTTP \
+RUN_DEPENDS= 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 \
p5-Exception-Class>=0:devel/p5-Exception-Class \