Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2015 22:27:41 +0200
From:      John Marino <freebsd.contact@marino.st>
To:        Mark Felder <feld@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r399292 - head/lang/php5
Message-ID:  <561EBABD.5070307@marino.st>
In-Reply-To: <201510142004.t9EK4ihs083279@repo.freebsd.org>
References:  <201510142004.t9EK4ihs083279@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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