svn commit: r500613 - head/devel/pecl-pthreads
Antoine Brodin
antoine at FreeBSD.org
Wed May 1 20:45:20 UTC 2019
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.
More information about the svn-ports-all
mailing list