Chase PHP 7.2 expiration
This commit is contained in:
parent
aabe581f95
commit
a58865159f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559526
2 changed files with 8 additions and 2 deletions
|
@ -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*
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue