git: 6b40496081e7 - main - www/validator: Undeprecate by removing HTML_TIDY option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jan 2025 11:40:35 UTC
The branch main has been updated by yasu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6b40496081e7852f5594d8299871f3117c0b3a5e
commit 6b40496081e7852f5594d8299871f3117c0b3a5e
Author: Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2025-01-01 12:20:57 +0000
Commit: Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2025-01-03 11:39:00 +0000
www/validator: Undeprecate by removing HTML_TIDY option
PR: 283764
Approved by: cyberbotx@cyberbotx.com (maintainer)
---
www/validator/Makefile | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/www/validator/Makefile b/www/validator/Makefile
index 8b9e595f9306..6b261b68b768 100644
--- a/www/validator/Makefile
+++ b/www/validator/Makefile
@@ -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 \