Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2025 11:40:35 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6b40496081e7 - main - www/validator: Undeprecate by removing HTML_TIDY option
Message-ID:  <202501031140.503BeZkE003212@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501031140.503BeZkE003212>