svn commit: r399292 - head/lang/php5

Mark Felder feld at FreeBSD.org
Wed Oct 14 20:04:45 UTC 2015


Author: feld
Date: Wed Oct 14 20:04:43 2015
New Revision: 399292
URL: https://svnweb.freebsd.org/changeset/ports/399292

Log:
  lang/php5 mark as deprecated
  
  PHP 5.4 has reached End of Life status
  
  PR:		203552

Modified:
  head/lang/php5/Makefile

Modified: head/lang/php5/Makefile
==============================================================================
--- head/lang/php5/Makefile	Wed Oct 14 19:29:05 2015	(r399291)
+++ head/lang/php5/Makefile	Wed Oct 14 20:04:43 2015	(r399292)
@@ -54,6 +54,9 @@ 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