Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2024 19:38:00 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a69b852154fe - main - www/mod_tidy: Remove expired port
Message-ID:  <202404241938.43OJc0us097539@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a69b852154feeb98238674ad5743f9dade0a79dd

commit a69b852154feeb98238674ad5743f9dade0a79dd
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-04-24 19:37:31 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-04-24 19:37:31 +0000

    www/mod_tidy: Remove expired port
    
    2024-04-24 www/mod_tidy: Last upstream release was in 2005
---
 MOVED                  |  1 +
 www/Makefile           |  1 -
 www/mod_tidy/Makefile  | 31 -------------------------------
 www/mod_tidy/distinfo  |  2 --
 www/mod_tidy/pkg-descr |  6 ------
 5 files changed, 1 insertion(+), 40 deletions(-)

diff --git a/MOVED b/MOVED
index 50eef3d998de..5cf70cecef5f 100644
--- a/MOVED
+++ b/MOVED
@@ -3194,3 +3194,4 @@ net/gost||2024-04-18|Has expired: Requires deprecated lang/go119
 lang/go119||2024-04-18|Has expired: Upsrteam EOL reached on 2023-09-06
 www/gitlab-ce|www/gitlab@ce|2024-04-21|Move www/gitlab-ce to www/gitlab and added flavor ce and ee
 multimedia/flvtool++||2024-04-21|Has expired: Abandonware, consider using multimedia/flvmeta
+www/mod_tidy||2024-04-24|Has expired: Last upstream release was in 2005
diff --git a/www/Makefile b/www/Makefile
index 7469ee90be39..fe7e9865e7be 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -422,7 +422,6 @@
     SUBDIR += mod_scgi
     SUBDIR += mod_security
     SUBDIR += mod_setenvifplus
-    SUBDIR += mod_tidy
     SUBDIR += mod_umask
     SUBDIR += mod_webauth
     SUBDIR += mod_webkit
diff --git a/www/mod_tidy/Makefile b/www/mod_tidy/Makefile
deleted file mode 100644
index 30e90324f06a..000000000000
--- a/www/mod_tidy/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME=	mod_tidy
-PORTVERSION=	0.5.5
-PORTREVISION=	2
-CATEGORIES=	www
-MASTER_SITES=	http://mod-tidy.sourceforge.net/src/
-DIST_SUBDIR=	apache2
-
-MAINTAINER=	apache@FreeBSD.org
-COMMENT=	Validates the HTML output of your apache2 web server
-WWW=		https://mod-tidy.sourceforge.net/
-
-DEPRECATED=	Last upstream release was in 2005
-EXPIRATION_DATE=2024-04-24
-
-LICENSE=	APACHE20 MIT
-LICENSE_COMB=	multi
-
-LIB_DEPENDS=	libtidy5.so:www/tidy-html5
-
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
-USES=		apache
-AP_FAST_BUILD=	yes
-AP_GENPLIST=	yes
-AP_INC+=	${LOCALBASE}/include
-AP_LIB+=	${LOCALBASE}/lib -ltidy5
-
-post-patch:
-	@${REINPLACE_CMD} -e "s/buffio.h/tidybuffio.h/g" \
-		${WRKSRC}/mod_tidy.c
-
-.include <bsd.port.mk>
diff --git a/www/mod_tidy/distinfo b/www/mod_tidy/distinfo
deleted file mode 100644
index b5d285426a03..000000000000
--- a/www/mod_tidy/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (apache2/mod_tidy-0.5.5.tar.gz) = 3c8d3ca0ac67974efc82040bde224068e9b3024e1a2521664716aa2618310392
-SIZE (apache2/mod_tidy-0.5.5.tar.gz) = 312340
diff --git a/www/mod_tidy/pkg-descr b/www/mod_tidy/pkg-descr
deleted file mode 100644
index 06660fcc875e..000000000000
--- a/www/mod_tidy/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-mod_tidy validates the HTML output of your apache2 web server. So you don't need
-a separate application to check your HTML.
-It works as a filter that hooks up to HTML output. mod_tidy feeds the HTML
-output to TidyLib which validates the HTML output. If TidyLib finds
-an error the client receives a HTML page with a list of all found errors. If
-TidyLib doesn't complain you will get your HTML data as without mod_tidy.



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