Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2018 17:19:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486472 - head/lang/php70-extensions
Message-ID:  <201812021719.wB2HJZmQ048274@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec  2 17:19:35 2018
New Revision: 486472
URL: https://svnweb.freebsd.org/changeset/ports/486472

Log:
  Chase php 7.0 expiration date

Modified:
  head/lang/php70-extensions/Makefile

Modified: head/lang/php70-extensions/Makefile
==============================================================================
--- head/lang/php70-extensions/Makefile	Sun Dec  2 17:01:45 2018	(r486471)
+++ head/lang/php70-extensions/Makefile	Sun Dec  2 17:19:35 2018	(r486472)
@@ -9,6 +9,9 @@ PKGNAMESUFFIX=	-extensions
 MAINTAINER=	tz@FreeBSD.org
 COMMENT=	"meta-port" to install PHP extensions
 
+DEPRECATED=	Works only with EOL php 7.0
+EXPIRATION_DATE=	2018-12-04
+
 USES=		metaport php
 PHP_VER=	70
 IGNORE_WITH_PHP=	56 71 72 73



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