www/validator: Undeprecate by removing HTML_TIDY option

PR:		283764
Approved by:	cyberbotx@cyberbotx.com (maintainer)
This commit is contained in:
Yasuhiro Kimura 2025-01-01 21:20:57 +09:00
parent 4b1381d053
commit 6b40496081

View file

@ -2,7 +2,7 @@ PORTNAME= validator
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 1_3
DISTVERSIONSUFFIX= -release
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= www
MAINTAINER= cyberbotx@cyberbotx.com
@ -14,9 +14,6 @@ LICENSE_NAME= W3C Software Notice and License (2002/12/31)
LICENSE_TEXT= See https://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
DEPRECATED= Depends on expired textproc/p5-HTML-Tidy
EXPIRATION_DATE=2025-02-01
RUN_DEPENDS= onsgmls:textproc/opensp \
p5-CGI>=0:www/p5-CGI \
p5-Config-General>=0:devel/p5-Config-General \
@ -45,12 +42,6 @@ SHEBANG_FILES= httpd/cgi-bin/check \
SUB_FILES= pkg-message
OPTIONS_DEFINE= HTML_TIDY
OPTIONS_DEFAULT=HTML_TIDY
HTML_TIDY_DESC= Enable HTML Markup Cleaning
HTML_TIDY_RUN_DEPENDS= p5-HTML-Tidy>=0:textproc/p5-HTML-Tidy
post-patch:
@${REINPLACE_CMD} -e 's|%%WWWDIR%%|${WWWDIR}|' \
${WRKSRC}/htdocs/config/validator.conf \