svn commit: r399296 - head/lang/php5

Mark Felder feld at FreeBSD.org
Wed Oct 14 20:51:00 UTC 2015


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>


More information about the svn-ports-head mailing list