svn commit: r381814 - head/databases/php53-redis

John Marino marino at FreeBSD.org
Sat Mar 21 18:58:06 UTC 2015


Author: marino
Date: Sat Mar 21 18:58:04 2015
New Revision: 381814
URL: https://svnweb.freebsd.org/changeset/ports/381814
QAT: https://qat.redports.org/buildarchive/r381814/

Log:
  databases/php53-redis: Deprecate, remove on 15 APR 2015
  
  Remove with the rest of the php53 ports in ~4 weeks.
  
  PR:	198150

Modified:
  head/databases/php53-redis/Makefile

Modified: head/databases/php53-redis/Makefile
==============================================================================
--- head/databases/php53-redis/Makefile	Sat Mar 21 18:40:15 2015	(r381813)
+++ head/databases/php53-redis/Makefile	Sat Mar 21 18:58:04 2015	(r381814)
@@ -13,13 +13,16 @@ COMMENT=	PHP5-Extension for Redis
 
 LICENSE=	PHP301
 
+DEPRECATED=	requires php53, security EOL reached 14 Aug 2014
+EXPIRATION_DATE=	2015-04-15
+
 GITVERSION=	g882c7dc
 WRKSRC=		${WRKDIR}/nicolasff-phpredis-250e81b
 
 USE_PHP=	session
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes
-DEFAULT_PHP_VER=53
+IGNORE_WITH_PHP=5 55 56
 
 PHP_MODNAME=	redis
 


More information about the svn-ports-head mailing list