Date: Sat, 2 Mar 2024 13:51:01 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d3720279f222 - main - irc/ircproxy: Update to 1.3.8 Message-ID: <202403021351.422Dp1cC039234@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=d3720279f222d61b7db0353069befcd84bd070db commit d3720279f222d61b7db0353069befcd84bd070db Author: Chris Hutchinson <portmaster@bsdforge.com> AuthorDate: 2024-03-02 13:44:58 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-03-02 13:50:02 +0000 irc/ircproxy: Update to 1.3.8 PR: 277387 --- irc/ircproxy/Makefile | 29 +++++++++++++---------------- irc/ircproxy/distinfo | 5 +++-- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/irc/ircproxy/Makefile b/irc/ircproxy/Makefile index 795d7930f6fc..e2a2428f87aa 100644 --- a/irc/ircproxy/Makefile +++ b/irc/ircproxy/Makefile @@ -1,42 +1,39 @@ PORTNAME= ircproxy -PORTVERSION= 1.3.6 -PORTREVISION= 3 +DISTVERSION= 1.3.8 CATEGORIES= irc -MASTER_SITES= https://BSDforge.com/projects/source/irc/ircproxy/ +MASTER_SITES= https://codeberg.org/BSDforge/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ MAINTAINER= portmaster@BSDforge.com COMMENT= IRC proxy/bouncer daemon -WWW= http://ircproxy.sourceforge.net/ +WWW= https://codeberg.org/BSDforge/ircproxy 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 +USES= autoreconf localbase:ldflags GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -lcrypto -CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -lcrypto + +SUB_FILES= pkg-deinstall +SUB_LIST= IRC_USR=${USERS} IRC_GRP=${GROUPS} + +WRKSRC= ${WRKDIR}/${PORTNAME} USERS= ircproxyd GROUPS= ircproxyd -SUB_LIST= IRC_USR=${USERS} IRC_GRP=${GROUPS} -SUB_FILES= pkg-deinstall - OPTIONS_DEFINE= SSL IPV6 MEMDEBUG FDDEBUG OPTIONS_DEFAULT= SSL MEMDEBUG FDDEBUG -MEMDEBUG_DESC= Enable memory debugging FDDEBUG_DESC= Enable file descriptor debugging +MEMDEBUG_DESC= Enable memory debugging -MEMDEBUG_CONFIGURE_ENABLE= memdebug FDDEBUG_CONFIGURE_ENABLE= fddebug IPV6_CONFIGURE_ENABLE= ipv6 -SSL_CONFIGURE_ENABLE= ssl +MEMDEBUG_CONFIGURE_ENABLE= memdebug SSL_USES= ssl +SSL_CONFIGURE_ENABLE= ssl .include <bsd.port.pre.mk> diff --git a/irc/ircproxy/distinfo b/irc/ircproxy/distinfo index 1bb3328c778f..d15f0f2fb28c 100644 --- a/irc/ircproxy/distinfo +++ b/irc/ircproxy/distinfo @@ -1,2 +1,3 @@ -SHA256 (ircproxy-1.3.6.tar.bz2) = 493b47d86bebfb90a9a6242946c275932656989cfcd3ad990efced04f20d1296 -SIZE (ircproxy-1.3.6.tar.bz2) = 241665 +TIMESTAMP = 1709336064 +SHA256 (ircproxy-1.3.8.tar.gz) = dd1663139827d3cb2e52f3305a62d05a03ad09c5fef42853259c42998863a5f3 +SIZE (ircproxy-1.3.8.tar.gz) = 326703
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403021351.422Dp1cC039234>