git: 054d0f9c19aa - main - www/mod_tidy: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Mar 2024 18:23:54 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=054d0f9c19aa9252a4bf3606eff3b423644f8568 commit 054d0f9c19aa9252a4bf3606eff3b423644f8568 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-03-24 17:38:04 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-03-24 18:23:33 +0000 www/mod_tidy: Mark DEPRECATED - Depends on deprecated www/tidy-lib. Does not build with the modern replacement of tidy-html5 - Last upstream release was in 2005 - Set EXPIRATION_DATE 2024-04-24 Approved by: portmgr (blanket) --- www/mod_tidy/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/mod_tidy/Makefile b/www/mod_tidy/Makefile index 3a1cb9576538..1462c11f478a 100644 --- a/www/mod_tidy/Makefile +++ b/www/mod_tidy/Makefile @@ -1,6 +1,6 @@ PORTNAME= mod_tidy PORTVERSION= 0.5.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://mod-tidy.sourceforge.net/src/ DIST_SUBDIR= apache2 @@ -9,6 +9,9 @@ MAINTAINER= apache@FreeBSD.org COMMENT= Validates the HTML output of your apache2 web server WWW= https://mod-tidy.sourceforge.net/ +DEPRECATED= Depends on deprecated www/tidy-lib +EXPIRATION_DATE=2024-04-24 + LICENSE= APACHE20 MIT LICENSE_COMB= multi