From owner-dev-commits-ports-all@freebsd.org Thu Apr 8 07:53:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E13BC5D317F; Thu, 8 Apr 2021 07:53:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FGD664YGrz4Y18; Thu, 8 Apr 2021 07:53:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 876202E828; Thu, 8 Apr 2021 07:53:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1387rYY2025736; Thu, 8 Apr 2021 07:53:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1387rYc6025735; Thu, 8 Apr 2021 07:53:34 GMT (envelope-from git) Date: Thu, 8 Apr 2021 07:53:34 GMT Message-Id: <202104080753.1387rYc6025735@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: 71d418aef0c5 - main - databases/p5-AnyEvent-CouchDB: unbreak index MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 71d418aef0c5999a575e4bd264526375823848c7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2021 07:53:35 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=71d418aef0c5999a575e4bd264526375823848c7 commit 71d418aef0c5999a575e4bd264526375823848c7 Author: Dave Cottlehuber AuthorDate: 2021-04-08 07:33:24 +0000 Commit: Dave Cottlehuber CommitDate: 2021-04-08 07:53:31 +0000 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 --- databases/p5-AnyEvent-CouchDB/Makefile | 8 ++------ 1 file 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 \