mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
www/validator: Undeprecate by removing HTML_TIDY option
PR: 283764 Approved by: cyberbotx@cyberbotx.com (maintainer)
This commit is contained in:
parent
4b1381d053
commit
6b40496081
1 changed files with 1 additions and 10 deletions
|
@ -2,7 +2,7 @@ PORTNAME= validator
|
||||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||||
DISTVERSION= 1_3
|
DISTVERSION= 1_3
|
||||||
DISTVERSIONSUFFIX= -release
|
DISTVERSIONSUFFIX= -release
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
|
|
||||||
MAINTAINER= cyberbotx@cyberbotx.com
|
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_TEXT= See https://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
|
||||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
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 \
|
RUN_DEPENDS= onsgmls:textproc/opensp \
|
||||||
p5-CGI>=0:www/p5-CGI \
|
p5-CGI>=0:www/p5-CGI \
|
||||||
p5-Config-General>=0:devel/p5-Config-General \
|
p5-Config-General>=0:devel/p5-Config-General \
|
||||||
|
@ -45,12 +42,6 @@ SHEBANG_FILES= httpd/cgi-bin/check \
|
||||||
|
|
||||||
SUB_FILES= pkg-message
|
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:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|%%WWWDIR%%|${WWWDIR}|' \
|
@${REINPLACE_CMD} -e 's|%%WWWDIR%%|${WWWDIR}|' \
|
||||||
${WRKSRC}/htdocs/config/validator.conf \
|
${WRKSRC}/htdocs/config/validator.conf \
|
||||||
|
|
Loading…
Add table
Reference in a new issue