svn commit: r482677 - head/lang/php70

Jochen Neumeister joneum at FreeBSD.org
Sun Oct 21 14:34:40 UTC 2018


Author: joneum
Date: Sun Oct 21 14:34:39 2018
New Revision: 482677
URL: https://svnweb.freebsd.org/changeset/ports/482677

Log:
  Security Support for PHP 7.0 ends on 3 Dec 2018
  
  http://php.net/supported-versions.php
  
  PR:		232398
  Approved by:	tz (implicit)
  Sponsored by:	Netzkommune GmbH

Modified:
  head/lang/php70/Makefile

Modified: head/lang/php70/Makefile
==============================================================================
--- head/lang/php70/Makefile	Sun Oct 21 14:25:40 2018	(r482676)
+++ head/lang/php70/Makefile	Sun Oct 21 14:34:39 2018	(r482677)
@@ -11,6 +11,9 @@ DISTNAME=	php-${PORTVERSION}
 MAINTAINER=	tz at FreeBSD.org
 COMMENT=	PHP Scripting Language
 
+DEPRECATED=	Security Support ends on 3 Dec 2018
+EXPIRATION_DATE=	2018-12-04
+
 LICENSE=	PHP301
 
 USES+=		tar:xz cpe


More information about the svn-ports-head mailing list