Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 09:36:11 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
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
Message-ID:  <201909300936.x8U9aB4r086110@repo.freebsd.org>

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



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