*/php: Switch dependency of tidy

As tidy-lib has been deprecated switch the dependencies of php8*-tidy
to www/tidy-html5.
This commit is contained in:
Muhammad Moinur Rahman 2024-03-24 18:00:17 +01:00
parent 9fc3b59703
commit 747f0ed37d
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
6 changed files with 6 additions and 3 deletions

View File

@ -553,7 +553,7 @@ CONFIGURE_ARGS+= --enable-sysvshm
.if ${PHP_MODNAME} == "tidy"
CONFIGURE_ARGS+= --with-tidy=${LOCALBASE}
LIB_DEPENDS+= libtidy.so:www/tidy-lib
LIB_DEPENDS+= libtidy5.so:www/tidy-html5
.endif
.if ${PHP_MODNAME} == "tokenizer"

View File

@ -546,7 +546,7 @@ CONFIGURE_ARGS+= --enable-sysvshm
.if ${PHP_MODNAME} == "tidy"
CONFIGURE_ARGS+= --with-tidy=${LOCALBASE}
LIB_DEPENDS+= libtidy.so:www/tidy-lib
LIB_DEPENDS+= libtidy5.so:www/tidy-html5
.endif
.if ${PHP_MODNAME} == "tokenizer"

View File

@ -564,7 +564,7 @@ CONFIGURE_ARGS+= --enable-sysvshm
.if ${PHP_MODNAME} == "tidy"
CONFIGURE_ARGS+= --with-tidy=${LOCALBASE}
LIB_DEPENDS+= libtidy.so:www/tidy-lib
LIB_DEPENDS+= libtidy5.so:www/tidy-html5
.endif
.if ${PHP_MODNAME} == "tokenizer"

View File

@ -1,3 +1,4 @@
PORTREVISION= 1
CATEGORIES= www
MASTERDIR= ${.CURDIR}/../../lang/php81

View File

@ -1,3 +1,4 @@
PORTREVISION= 1
CATEGORIES= www
MASTERDIR= ${.CURDIR}/../../lang/php82

View File

@ -1,3 +1,4 @@
PORTEVISION= 1
CATEGORIES= www
MASTERDIR= ${.CURDIR}/../../lang/php83