svn commit: r399292 - head/lang/php5

John Marino freebsd.contact at marino.st
Wed Oct 14 20:27:47 UTC 2015


On 10/14/2015 10:04 PM, Mark Felder wrote:
> 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>
> 

Thanks feld,
Shouldn't these be placed before line 20 so that even slave port is also
marked deprecated?

Right now, only the metaport shows deprecated given where these lines are.

John


More information about the svn-ports-head mailing list