Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2015 20:50:59 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399296 - head/lang/php5
Message-ID:  <201510142050.t9EKoxUi095606@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>



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