diff options
Diffstat (limited to '')
| -rw-r--r-- | databases/py-redis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-redis/Makefile b/databases/py-redis/Makefile index 7fd2a0974ef4..12df3739928b 100644 --- a/databases/py-redis/Makefile +++ b/databases/py-redis/Makefile @@ -1,6 +1,5 @@ PORTNAME= redis -PORTVERSION= 6.4.0 -PORTREVISION= 1 +PORTVERSION= 7.1.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +21,8 @@ USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}redis[0-9] +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}redis \ + ${PYTHON_PKGNAMEPREFIX}redis[0-9] OPTIONS_DEFINE= HIREDIS JWT OCSP HIREDIS_DESC= High performance response parser |
