git: c3fcb9337a67 - main - irc/dancer: Deprecate and set expiration date to 2024-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 12:41:50 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c3fcb9337a6731cbe8ba340f858222717830b850 commit c3fcb9337a6731cbe8ba340f858222717830b850 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-02-25 12:30:17 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-02-25 12:40:58 +0000 irc/dancer: Deprecate and set expiration date to 2024-03-31 Abandonware, last release in 2001 and no longer developed Reference: https://daniel.haxx.se/about.html --- irc/dancer/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/irc/dancer/Makefile b/irc/dancer/Makefile index b38b0dddaaab..7965f63f5f70 100644 --- a/irc/dancer/Makefile +++ b/irc/dancer/Makefile @@ -8,6 +8,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= IRC bot written in C for UNIX, Windows, and AmigaOS WWW= https://dancer.sourceforge.net/ +DEPRECATED= Abandonware, last release in 2001 and no longer developed +EXPIRATION_DATE=2024-03-31 + PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes