Date: Sun, 24 Mar 2024 18:23:44 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 747f0ed37d67 - main - */php: Switch dependency of tidy Message-ID: <202403241823.42OINiHI099523@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=747f0ed37d67d247825e861df9581ddf5ebb2e97 commit 747f0ed37d67d247825e861df9581ddf5ebb2e97 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-03-24 17:00:17 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-03-24 18:23:25 +0000 */php: Switch dependency of tidy As tidy-lib has been deprecated switch the dependencies of php8*-tidy to www/tidy-html5. --- lang/php81/Makefile | 2 +- lang/php82/Makefile | 2 +- lang/php83/Makefile | 2 +- www/php81-tidy/Makefile | 1 + www/php82-tidy/Makefile | 1 + www/php83-tidy/Makefile | 1 + 6 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lang/php81/Makefile b/lang/php81/Makefile index 49e612fc4c63..5e614b7d0118 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -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" diff --git a/lang/php82/Makefile b/lang/php82/Makefile index 9cbfd125de7e..d369b5e27e4c 100644 --- a/lang/php82/Makefile +++ b/lang/php82/Makefile @@ -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" diff --git a/lang/php83/Makefile b/lang/php83/Makefile index 4cbf72fe137a..50dc521cbac7 100644 --- a/lang/php83/Makefile +++ b/lang/php83/Makefile @@ -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" diff --git a/www/php81-tidy/Makefile b/www/php81-tidy/Makefile index 9b3aed822ddb..e5d423609516 100644 --- a/www/php81-tidy/Makefile +++ b/www/php81-tidy/Makefile @@ -1,3 +1,4 @@ +PORTREVISION= 1 CATEGORIES= www MASTERDIR= ${.CURDIR}/../../lang/php81 diff --git a/www/php82-tidy/Makefile b/www/php82-tidy/Makefile index 3f907ae319b4..cd2825d897fc 100644 --- a/www/php82-tidy/Makefile +++ b/www/php82-tidy/Makefile @@ -1,3 +1,4 @@ +PORTREVISION= 1 CATEGORIES= www MASTERDIR= ${.CURDIR}/../../lang/php82 diff --git a/www/php83-tidy/Makefile b/www/php83-tidy/Makefile index ee01c71c663a..b7d1a33160c5 100644 --- a/www/php83-tidy/Makefile +++ b/www/php83-tidy/Makefile @@ -1,3 +1,4 @@ +PORTEVISION= 1 CATEGORIES= www MASTERDIR= ${.CURDIR}/../../lang/php83
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403241823.42OINiHI099523>