git: 65d0bc0310bd - main - irc/bnc: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Apr 2025 13:05:46 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=65d0bc0310bdc4269b381d4cbcb0851130b7a3de commit 65d0bc0310bdc4269b381d4cbcb0851130b7a3de Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2025-04-27 13:04:44 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2025-04-27 13:04:44 +0000 irc/bnc: Mark DEPRECATED - Upstream unmaintained - Last release in 2005 - WWW returns 404 - No upstream distfiles - Set EXPIRATION_DATE 2025-05-27 --- irc/bnc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/irc/bnc/Makefile b/irc/bnc/Makefile index d383a3def4ad..dbe6125c835d 100644 --- a/irc/bnc/Makefile +++ b/irc/bnc/Makefile @@ -1,5 +1,6 @@ PORTNAME= bnc DISTVERSION= 2.9.4 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://home.risingnet.net/download/ DISTNAME= ${PORTNAME}${DISTVERSION} @@ -10,6 +11,9 @@ COMMENT= Simple IRC relay proxy with support for virtual hosting LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Unmaintained without upstream distfile and WWW +EXPIRATION_DATE= 2025-05-27 + GNU_CONFIGURE= yes DOCS= COPYING Changelog README example.conf