Index: UPDATING =================================================================== --- UPDATING (revision 466878) +++ UPDATING (working copy) @@ -5,6 +5,14 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20180410: + AFFECTS: users of databases/pecl-redis + AUTHOR: daniel@blodan.se + + pecl-redis 4.0.0 breaks backwards compatibility, users + not aware if you are using the changed functionality or not + should swap to databases/pecl-redis3 + 20180404: AFFECTS: users of www/nextcloud AUTHOR: brnrd@FreeBSD.org Index: databases/Makefile =================================================================== --- databases/Makefile (revision 466878) +++ databases/Makefile (working copy) @@ -559,6 +559,7 @@ SUBDIR += pecl-mongodb SUBDIR += pecl-pdo_user SUBDIR += pecl-redis + SUBDIR += pecl-redis3 SUBDIR += pecl-rrd SUBDIR += pecl-rrd1 SUBDIR += pecl-tokyo_tyrant Index: databases/pecl-redis/Makefile =================================================================== --- databases/pecl-redis/Makefile (revision 466878) +++ databases/pecl-redis/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= redis -PORTVERSION= 3.1.6 +PORTVERSION= 4.0.0 CATEGORIES= databases MAINTAINER= daniel@blodan.se @@ -10,6 +10,8 @@ LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/COPYING +CONFLICTS_INSTALL= pecl-redis3 + USES= php:pecl USE_PHP= session:build Index: databases/pecl-redis/distinfo =================================================================== --- databases/pecl-redis/distinfo (revision 466878) +++ databases/pecl-redis/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515603372 -SHA256 (PECL/redis-3.1.6.tgz) = b229274cdc14c22efc41fefa00db4dc5bb32a997d6811278662a043a76aa2600 -SIZE (PECL/redis-3.1.6.tgz) = 199920 +TIMESTAMP = 1523299384 +SHA256 (PECL/redis-4.0.0.tgz) = c8a969cca131efa9e583c11e6522953a9165b804dbc5d2cba8875323ab22cfc1 +SIZE (PECL/redis-4.0.0.tgz) = 212340 --- databases/pecl-redis3/Makefile.orig 2018-04-09 20:41:53.860122000 +0200 +++ databases/pecl-redis3/Makefile 2018-04-09 20:47:07.025389000 +0200 @@ -3,6 +3,7 @@ PORTNAME= redis PORTVERSION= 3.1.6 CATEGORIES= databases +PKGNAMESUFFIX= 3 MAINTAINER= daniel@blodan.se COMMENT= Extension to access Redis @@ -10,6 +11,8 @@ LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/COPYING +CONFLICTS_INSTALL= pecl-redis + USES= php:pecl USE_PHP= session:build