git: 109d514d70f4 - main - www/tidy-devel: mark deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 16:24:19 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=109d514d70f48e324918a2d5662440b5d4fc7821 commit 109d514d70f48e324918a2d5662440b5d4fc7821 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2024-02-23 15:02:40 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2024-02-23 16:23:19 +0000 www/tidy-devel: mark deprecated SourceForge is now just a mirror of GH, correspondig to www/tidy-html5. --- www/tidy-devel/Makefile | 3 +++ www/tidy-lib/Makefile | 3 +++ 2 files changed, 6 insertions(+) diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile index 63f46cc67704..e52d3814f64a 100644 --- a/www/tidy-devel/Makefile +++ b/www/tidy-devel/Makefile @@ -17,6 +17,9 @@ LICENSE_NAME= HTML Tidy License LICENSE_FILE= ${WRKSRC}/htmldoc/license.html LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +DEPRECATED= no more dev at SF, replaced by www/tidy-html5 +EXPIRATION_DATE= 2024-03-23 + BUILD_DEPENDS= xsltproc:textproc/libxslt USES= cpe tar:bzip2 diff --git a/www/tidy-lib/Makefile b/www/tidy-lib/Makefile index c2af6361aee0..0cdd5356bbd4 100644 --- a/www/tidy-lib/Makefile +++ b/www/tidy-lib/Makefile @@ -5,6 +5,9 @@ PKGNAMESUFFIX= -lib MAINTAINER= thierry@FreeBSD.org COMMENT= Utility to clean up and pretty print HTML/XHTML/XML (with shared lib) +DEPRECATED= no more dev at SF, replaced by www/tidy-html5 +EXPIRATION_DATE= 2024-03-23 + MASTERDIR= ${.CURDIR}/../../www/tidy-devel WITH_SHLIB= yes