git: 10f4becdc86a - main - irc/bnc: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Wed, 28 May 2025 10:03:51 UTC
The branch main has been updated by rene:

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

commit 10f4becdc86a801979a403194137dc0f89471b90
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-05-28 10:03:41 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-05-28 10:03:41 +0000

    irc/bnc: Remove expired port
    
    2025-05-27 irc/bnc: Unmaintained without upstream distfile and WWW
---
 MOVED                           |  1 +
 irc/Makefile                    |  1 -
 irc/bnc/Makefile                | 35 -----------------------------------
 irc/bnc/distinfo                |  3 ---
 irc/bnc/files/patch-Makefile.in | 11 -----------
 irc/bnc/files/patch-bncsetup    | 37 -------------------------------------
 irc/bnc/pkg-descr               |  5 -----
 irc/bnc/pkg-plist               |  9 ---------
 8 files changed, 1 insertion(+), 101 deletions(-)

diff --git a/MOVED b/MOVED
index cd71ef72c92b..4ce0efc34819 100644
--- a/MOVED
+++ b/MOVED
@@ -4418,3 +4418,4 @@ graphics/linux-rl9-sdl2_ttf|misc/linux-rl9-sdl20-extralibs|2025-05-22|Merged int
 net/linux-rl9-sdl2_net|misc/linux-rl9-sdl20-extralibs|2025-05-22|Merged into misc/linux-rl9-sdl20-extralibs
 graphics/pixen||2025-05-24|Has expired: Unmaintained upstream
 archivers/libcomprex||2025-05-28|Has expired: Unmaintained upstream, laste release in 2003
+irc/bnc||2025-05-28|Has expired: Unmaintained without upstream distfile and WWW
diff --git a/irc/Makefile b/irc/Makefile
index b7c7fd2d9f72..a1acec26ba8b 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -9,7 +9,6 @@
     SUBDIR += bitlbee-facebook
     SUBDIR += bitlbee-mastodon
     SUBDIR += bitlbee-steam
-    SUBDIR += bnc
     SUBDIR += catgirl
     SUBDIR += cgiirc
     SUBDIR += dancer
diff --git a/irc/bnc/Makefile b/irc/bnc/Makefile
deleted file mode 100644
index dbe6125c835d..000000000000
--- a/irc/bnc/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PORTNAME=	bnc
-DISTVERSION=	2.9.4
-PORTREVISION=	1
-CATEGORIES=	irc
-MASTER_SITES=	http://home.risingnet.net/download/
-DISTNAME=	${PORTNAME}${DISTVERSION}
-
-MAINTAINER=	ports@FreeBSD.org
-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
-BINS=		bnc mkpasswd
-SCRIPTS=	bncchk bncsetup
-
-OPTIONS_DEFINE=	DOCS
-
-post-patch:
-	${SED} -e 's,@PREFIX@,${PREFIX},g' ${WRKSRC}/bncsetup
-
-do-install:
-	${INSTALL_PROGRAM} ${BINS:S,^,${WRKSRC}/,} ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_SCRIPT} ${SCRIPTS:S,^,${WRKSRC}/,} ${STAGEDIR}${PREFIX}/bin
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
-	${INSTALL_DATA} ${WRKSRC}/example.conf ${STAGEDIR}${PREFIX}/etc/bnc.conf.sample
-
-.include <bsd.port.mk>
diff --git a/irc/bnc/distinfo b/irc/bnc/distinfo
deleted file mode 100644
index fc990dbfb36e..000000000000
--- a/irc/bnc/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1584519305
-SHA256 (bnc2.9.4.tar.gz) = af0e95c97feb1f2d231c570a658be8e42a91aafab6e6dfeb04b7e9fcc360b74b
-SIZE (bnc2.9.4.tar.gz) = 76896
diff --git a/irc/bnc/files/patch-Makefile.in b/irc/bnc/files/patch-Makefile.in
deleted file mode 100644
index 11081be785dd..000000000000
--- a/irc/bnc/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig	2005-01-26 04:15:06 UTC
-+++ Makefile.in
-@@ -2,7 +2,7 @@ LIBS=@LIBS@
- CFLAGS=-O3 -Wall -include config.h
- CC=@CC@
- 
--ALL: bnc mkpasswd
-+all: bnc mkpasswd
- 
- mkpasswd:mkpasswd.c
- 	${CC} ${CFLAGS} -o mkpasswd mkpasswd.c ${LIBS} 
diff --git a/irc/bnc/files/patch-bncsetup b/irc/bnc/files/patch-bncsetup
deleted file mode 100644
index 886c6b6879d9..000000000000
--- a/irc/bnc/files/patch-bncsetup
+++ /dev/null
@@ -1,37 +0,0 @@
---- bncsetup.orig	2005-02-07 01:51:06 UTC
-+++ bncsetup
-@@ -91,15 +91,9 @@ altconf()
- 
- }
- 
--if ! [ -e ./mkpasswd ]
--then
--  echo "You need to Make the package before you can use this script"
--  echo "(required ./mkpasswd)"
--  bsclean 0
--fi
- 
- echo "BAD\$" > $TMPFILE
--echo "Test" | ./mkpasswd -s >> $TMPFILE
-+echo "Test" | mkpasswd -s >> $TMPFILE
- CRCYS=$(cat $TMPFILE | grep '\$' | tail -1 )
- 
- 
-@@ -244,13 +238,13 @@ ERRORLEVEL=$?
- 
- if [ x$ERRORLEVEL = x0 ]
- then 
--  if [ -x ./mkpasswd ]
-+  if [ -x @PREFIX@/bin/mkpasswd ]
-   then
--    SUPERPASS="+"$(echo "$SUPERPASS" | ./mkpasswd -s)
--    BNCPASS="+"$(echo "$BNCPASS" | ./mkpasswd -s)
-+    SUPERPASS="+"$(echo "$SUPERPASS" | mkpasswd -s)
-+    BNCPASS="+"$(echo "$BNCPASS" | mkpasswd -s)
-   else
-     clear
--    echo "You have not did ./configure and make so there is no ./mkpasswd"
-+    echo "You have not did ./configure and make so there is no mkpasswd"
-     echo "This program is required to produce the encryption"
-     bsclean 0
-   fi
diff --git a/irc/bnc/pkg-descr b/irc/bnc/pkg-descr
deleted file mode 100644
index 957bd941ffbf..000000000000
--- a/irc/bnc/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-IRC Proxy Daemon that supports virtual hosting.
-
-Instructions in work/bnc*/README.
-
-Bill Fumerola(billf@chc-chimes.com)
diff --git a/irc/bnc/pkg-plist b/irc/bnc/pkg-plist
deleted file mode 100644
index 60d6cb64b234..000000000000
--- a/irc/bnc/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-bin/bnc
-bin/bncchk
-bin/bncsetup
-bin/mkpasswd
-etc/bnc.conf.sample
-%%PORTDOCS%%%%DOCSDIR%%/example.conf
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/Changelog
-%%PORTDOCS%%%%DOCSDIR%%/README