Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2019 20:45:19 +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: r500613 - head/devel/pecl-pthreads
Message-ID:  <201905012045.x41KjJPY043159@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed May  1 20:45:18 2019
New Revision: 500613
URL: https://svnweb.freebsd.org/changeset/ports/500613

Log:
  Deprecate

Modified:
  head/devel/pecl-pthreads/Makefile

Modified: head/devel/pecl-pthreads/Makefile
==============================================================================
--- head/devel/pecl-pthreads/Makefile	Wed May  1 20:34:38 2019	(r500612)
+++ head/devel/pecl-pthreads/Makefile	Wed May  1 20:45:18 2019	(r500613)
@@ -10,10 +10,13 @@ COMMENT=	Compatible Threading API for PHP7.0+
 
 LICENSE=	PHP301
 
+DEPRECATED=	Does not work with recent versions of php
+EXPIRATION_DATE=	2019-06-02
+
 CFLAGS+=	-I${LOCALBASE}/include
 
 USES=		php:pecl
-IGNORE_WITH_PHP=	71
+IGNORE_WITH_PHP=	71 72 73
 
 # We cannot use IGNORE here, the package gets ignored anyway because the
 # ignore'd status is checked without any dependency installed.



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