aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Hutchinson <portmaster@bsdforge.com>2024-03-02 13:44:58 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-03-02 13:50:02 +0000
commitd3720279f222d61b7db0353069befcd84bd070db (patch)
tree00aee6f1fe533668276f92fa7a7040541b4dfea3
parentdb819a9ae2128015020ab60ffe0e9c0f59e1a8f1 (diff)
downloadports-d3720279f222d61b7db0353069befcd84bd070db.tar.gz
ports-d3720279f222d61b7db0353069befcd84bd070db.zip
irc/ircproxy: Update to 1.3.8
PR: 277387
-rw-r--r--irc/ircproxy/Makefile29
-rw-r--r--irc/ircproxy/distinfo5
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