From owner-svn-ports-head@FreeBSD.ORG Sat Mar 21 18:58:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A11AFBC; Sat, 21 Mar 2015 18:58:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05BA3B36; Sat, 21 Mar 2015 18:58:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2LIw5cl063590; Sat, 21 Mar 2015 18:58:05 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2LIw5cG063589; Sat, 21 Mar 2015 18:58:05 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201503211858.t2LIw5cG063589@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 21 Mar 2015 18:58:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381814 - head/databases/php53-redis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Mar 2015 18:58:06 -0000 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