diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2024-01-26 09:15:58 +0900 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2024-01-26 11:15:04 +0900 |
commit | 4240a87e2fdebe7c8005967abbe446fd0942071c (patch) | |
tree | 3f618f48cab45426453a0fcb42b90c594b332916 /irc | |
parent | 824cdca032f1fc8a7f02ddc8108a1340c7772af9 (diff) | |
download | freebsd-ports-4240a87e2fdebe7c8005967abbe446fd0942071c.zip |
*/*: reassign ports to maintainer
that were returned to pool due to BSDforge.com unavailability (5 days).
Also, remove DEPRECATED from some ports as they have a maintainer and
he is still willing to maintain.
PR: 276620
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ezbounce/Makefile | 5 | ||||
-rw-r--r-- | irc/ircproxy/Makefile | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile index 3a46ce952b94..b832ea7a61ea 100644 --- a/irc/ezbounce/Makefile +++ b/irc/ezbounce/Makefile @@ -4,13 +4,10 @@ PORTREVISION= 25 CATEGORIES= irc MASTER_SITES= https://BSDforge.com/projects/source/irc/ezbounce/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Highly configurable IRC Proxy WWW= https://sourceforge.net/projects/ezbounce/ -DEPRECATED= Abandonware, last release in 2009 and dead upstream. Consider using irc/soju or irc/znc -EXPIRATION_DATE=2024-02-29 - OPTIONS_DEFINE= DOCS SSL COMPRESS OPTIONS_DEFAULT=SSL COMPRESS OPTIONS_SUB= yes diff --git a/irc/ircproxy/Makefile b/irc/ircproxy/Makefile index e23bb0fdd2fd..900a28228e39 100644 --- a/irc/ircproxy/Makefile +++ b/irc/ircproxy/Makefile @@ -4,16 +4,13 @@ PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= https://BSDforge.com/projects/source/irc/ircproxy/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= IRC proxy/bouncer daemon WWW= http://ircproxy.sourceforge.net/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Abandonware, last release in 2010 and dead upstream. Consider using irc/soju or irc/znc -EXPIRATION_DATE=2024-02-29 - LIB_DEPENDS= libcares.so:dns/c-ares USES= autoreconf tar:bzip2 |