summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-12-28 20:50:12 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-12-28 20:50:12 +0000
commita58865159f8136e024ea2ee6bd7209630809d50b (patch)
treee788ac35b1d56ef5f8031fe89b6a3f19ea529e16
parentmultimedia/shotcut: fix build on big-endian (diff)
Chase PHP 7.2 expiration
Notes
Notes: svn path=/head/; revision=559526
-rw-r--r--devel/pecl-weakref2/Makefile5
-rw-r--r--net/pecl-yaz/Makefile5
2 files changed, 8 insertions, 2 deletions
diff --git a/devel/pecl-weakref2/Makefile b/devel/pecl-weakref2/Makefile
index 9f17f0eb51ca..cc6a33d9ec63 100644
--- a/devel/pecl-weakref2/Makefile
+++ b/devel/pecl-weakref2/Makefile
@@ -12,8 +12,11 @@ COMMENT= PECL Weakref extension
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= PHP 7.2 extension
+EXPIRATION_DATE= 2020-12-31
+
USES= php:pecl
-IGNORE_WITH_PHP= 73 74
+IGNORE_WITH_PHP= 73 74 80
CONFLICTS= pecl-weakref-1*
diff --git a/net/pecl-yaz/Makefile b/net/pecl-yaz/Makefile
index 82f3655ca9d1..16da77e7d9a4 100644
--- a/net/pecl-yaz/Makefile
+++ b/net/pecl-yaz/Makefile
@@ -10,11 +10,14 @@ COMMENT= PECL extension that implements a Z39.50 client
LICENSE= PHP301
+DEPRECATED= PHP 7.2 extension
+EXPIRATION_DATE= 2020-12-31
+
LIB_DEPENDS= libyaz.so:net/yaz
USES= gnome php:pecl
USE_GNOME+= libxslt
-IGNORE_WITH_PHP= 73 74
+IGNORE_WITH_PHP= 73 74 80
CONFIGURE_ARGS= --with-yaz=${LOCALBASE}