diff --git a/irc/bopm/Makefile b/irc/bopm/Makefile index dc6f6e76b55b..51fcdec682f4 100644 --- a/irc/bopm/Makefile +++ b/irc/bopm/Makefile @@ -1,33 +1,36 @@ PORTNAME= bopm PORTVERSION= 3.1.3 PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://static.blitzed.org/www.blitzed.org/bopm/files/ \ ftp://rusunix.org/pub/FreeBSD/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Open proxy and DNSBL monitor designed for use with ircds WWW= http://wiki.blitzed.org/BOPM +DEPRECATED= Upstream is dead and archived repo Jul 3 2023 +EXPIRATION_DATE=2024-03-31 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/log/bopm INSTALL_TARGET= install-strip USES= libtool USE_LDCONFIG= yes USE_RC_SUBR= bopm USERS= bopm GROUPS= bopm MAKE_JOBS_UNSAFE= yes post-patch: @${REINPLACE_CMD} \ -e 's,/some/path/bopm.pid,/var/run/bopm/bopm.pid,g' \ -e 's,/some/path/scan.log,/var/log/bopm/scan.log,g' \ ${WRKSRC}/bopm.conf.sample post-install: @${MKDIR} ${STAGEDIR}/var/run/bopm .include