Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2018 10:33:56 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468272 - in head: . databases databases/pecl-redis databases/pecl-redis3
Message-ID:  <201804251033.w3PAXu6f053952@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Wed Apr 25 10:33:56 2018
New Revision: 468272
URL: https://svnweb.freebsd.org/changeset/ports/468272

Log:
  databases/pecl-redis: Update and split into new port
  
  This update consists of two parts which updates current port
  and creates a new port with the old version as there are breaking
  changes in the new version.
  
  PR:		227396
  Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D15146

Added:
  head/databases/pecl-redis3/
     - copied from r468269, head/databases/pecl-redis/
Modified:
  head/UPDATING
  head/databases/Makefile
  head/databases/pecl-redis/Makefile
  head/databases/pecl-redis/distinfo
  head/databases/pecl-redis3/Makefile

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Apr 25 10:33:40 2018	(r468271)
+++ head/UPDATING	Wed Apr 25 10:33:56 2018	(r468272)
@@ -5,6 +5,14 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20180425:
+  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
+
 20180417:
   AFFECTS: users of dns/dnscrypt-proxy2
   AUTHOR: egypcio@googlemail.com

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Wed Apr 25 10:33:40 2018	(r468271)
+++ head/databases/Makefile	Wed Apr 25 10:33:56 2018	(r468272)
@@ -561,6 +561,7 @@
     SUBDIR += pecl-mongodb
     SUBDIR += pecl-pdo_user
     SUBDIR += pecl-redis
+    SUBDIR += pecl-redis3
     SUBDIR += pecl-rrd
     SUBDIR += pecl-rrd1
     SUBDIR += pecl-tokyo_tyrant

Modified: head/databases/pecl-redis/Makefile
==============================================================================
--- head/databases/pecl-redis/Makefile	Wed Apr 25 10:33:40 2018	(r468271)
+++ head/databases/pecl-redis/Makefile	Wed Apr 25 10:33:56 2018	(r468272)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	redis
-PORTVERSION=	3.1.6
+PORTVERSION=	4.0.0
 CATEGORIES=	databases
 
 MAINTAINER=	daniel@blodan.se
@@ -9,6 +9,8 @@ COMMENT=	Extension to access Redis
 
 LICENSE=	PHP301
 LICENSE_FILE=	${WRKSRC}/COPYING
+
+CONFLICTS_INSTALL=	pecl-redis3
 
 USES=		php:pecl
 USE_PHP=	session:build

Modified: head/databases/pecl-redis/distinfo
==============================================================================
--- head/databases/pecl-redis/distinfo	Wed Apr 25 10:33:40 2018	(r468271)
+++ head/databases/pecl-redis/distinfo	Wed Apr 25 10:33:56 2018	(r468272)
@@ -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

Modified: head/databases/pecl-redis3/Makefile
==============================================================================
--- head/databases/pecl-redis/Makefile	Wed Apr 25 10:23:58 2018	(r468269)
+++ head/databases/pecl-redis3/Makefile	Wed Apr 25 10:33:56 2018	(r468272)
@@ -3,12 +3,15 @@
 PORTNAME=	redis
 PORTVERSION=	3.1.6
 CATEGORIES=	databases
+PKGNAMESUFFIX=	3
 
 MAINTAINER=	daniel@blodan.se
 COMMENT=	Extension to access Redis
 
 LICENSE=	PHP301
 LICENSE_FILE=	${WRKSRC}/COPYING
+
+CONFLICTS_INSTALL=	pecl-redis
 
 USES=		php:pecl
 USE_PHP=	session:build



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