Date: Mon, 28 Dec 2020 20:50:12 +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: r559526 - in head: devel/pecl-weakref2 net/pecl-yaz Message-ID: <202012282050.0BSKoCak054975@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Dec 28 20:50:12 2020 New Revision: 559526 URL: https://svnweb.freebsd.org/changeset/ports/559526 Log: Chase PHP 7.2 expiration Modified: head/devel/pecl-weakref2/Makefile head/net/pecl-yaz/Makefile Modified: head/devel/pecl-weakref2/Makefile ============================================================================== --- head/devel/pecl-weakref2/Makefile Mon Dec 28 20:49:01 2020 (r559525) +++ head/devel/pecl-weakref2/Makefile Mon Dec 28 20:50:12 2020 (r559526) @@ -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* Modified: head/net/pecl-yaz/Makefile ============================================================================== --- head/net/pecl-yaz/Makefile Mon Dec 28 20:49:01 2020 (r559525) +++ head/net/pecl-yaz/Makefile Mon Dec 28 20:50:12 2020 (r559526) @@ -10,11 +10,14 @@ COMMENT= PECL extension that implements a Z39.50 clien 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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012282050.0BSKoCak054975>