From owner-svn-ports-head@freebsd.org Wed Oct 14 20:51:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3D70A15311; Wed, 14 Oct 2015 20:51:00 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 8336E1A4D; Wed, 14 Oct 2015 20:51:00 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9EKox0a095607; Wed, 14 Oct 2015 20:50:59 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9EKoxUi095606; Wed, 14 Oct 2015 20:50:59 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201510142050.t9EKoxUi095606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 14 Oct 2015 20:50:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399296 - head/lang/php5 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.20 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: Wed, 14 Oct 2015 20:51:00 -0000 Author: feld Date: Wed Oct 14 20:50:59 2015 New Revision: 399296 URL: https://svnweb.freebsd.org/changeset/ports/399296 Log: lang/php5: Move DEPRECATED and EXPIRATION_DATE so slave ports will pick it up too. Modified: head/lang/php5/Makefile Modified: head/lang/php5/Makefile ============================================================================== --- head/lang/php5/Makefile Wed Oct 14 20:44:34 2015 (r399295) +++ head/lang/php5/Makefile Wed Oct 14 20:50:59 2015 (r399296) @@ -16,6 +16,10 @@ LICENSE= PHP301 USES= tar:bzip2 cpe CPE_PRODUCT= php NO_OPTIONS_SORT=yes + +DEPRECATED= PHP 5.4 is End of Life http://php.net/supported-versions.php +EXPIRATION_DATE=2016-01-15 + .if !defined(PKGNAMESUFFIX) USE_AUTOTOOLS= autoconf @@ -54,9 +58,6 @@ ZTS_DESC= Force Zend Thread Safety (ZTS) CONFLICTS= php53-5* php55-5* php56-5* -DEPRECATED= PHP 5.4 is End of Life http://php.net/supported-versions.php -EXPIRATION_DATE=2016-01-15 - DESTDIRNAME= INSTALL_ROOT .include