From owner-svn-ports-head@freebsd.org Mon Sep 30 09:36:12 2019 Return-Path: Delivered-To: svn-ports-head@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 A6FF31226AD; Mon, 30 Sep 2019 09:36:12 +0000 (UTC) (envelope-from kai@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46hcj83vz8z4d1F; Mon, 30 Sep 2019 09:36:12 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 66660860; Mon, 30 Sep 2019 09:36:12 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8U9aCCg086113; Mon, 30 Sep 2019 09:36:12 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8U9aB4r086110; Mon, 30 Sep 2019 09:36:11 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201909300936.x8U9aB4r086110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Mon, 30 Sep 2019 09:36:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513337 - in head/databases: . py-redis py-redis2 X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: in head/databases: . py-redis py-redis2 X-SVN-Commit-Revision: 513337 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Sep 2019 09:36:12 -0000 Author: kai Date: Mon Sep 30 09:36:11 2019 New Revision: 513337 URL: https://svnweb.freebsd.org/changeset/ports/513337 Log: [NEW PORT]: databases/py-redis2 Repocopy databases/py-redis to databases/py-redis2 to have the latest version of the 2.x release branch for a while. Use it also as a fallback if some consumers have issues with the upcoming update of databases/py-redis to the 3.x release. PR: 237237 Approved by: koobs (maintainer) Added: head/databases/py-redis2/ - copied from r513334, head/databases/py-redis/ Modified: head/databases/Makefile head/databases/py-redis/Makefile head/databases/py-redis2/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Mon Sep 30 09:33:07 2019 (r513336) +++ head/databases/Makefile Mon Sep 30 09:36:11 2019 (r513337) @@ -843,6 +843,7 @@ SUBDIR += py-queries SUBDIR += py-rb SUBDIR += py-redis + SUBDIR += py-redis2 SUBDIR += py-riak SUBDIR += py-rrdtool_lgpl SUBDIR += py-sispy Modified: head/databases/py-redis/Makefile ============================================================================== --- head/databases/py-redis/Makefile Mon Sep 30 09:33:07 2019 (r513336) +++ head/databases/py-redis/Makefile Mon Sep 30 09:36:11 2019 (r513337) @@ -28,6 +28,7 @@ GH_ACCOUNT= andymccurdy GH_PROJECT= ${PORTNAME}-py NO_ARCH= yes +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}redis2 # Needs redis-server to be running do-test: Modified: head/databases/py-redis2/Makefile ============================================================================== --- head/databases/py-redis/Makefile Mon Sep 30 09:12:53 2019 (r513334) +++ head/databases/py-redis2/Makefile Mon Sep 30 09:36:11 2019 (r513337) @@ -5,6 +5,7 @@ PORTNAME= redis PORTVERSION= 2.10.6 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 2 MAINTAINER= koobs@FreeBSD.org COMMENT= Python client for Redis key-value store @@ -28,6 +29,8 @@ GH_ACCOUNT= andymccurdy GH_PROJECT= ${PORTNAME}-py NO_ARCH= yes +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}redis +PORTSCOUT= limit:^2\. # Needs redis-server to be running do-test: