summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
Diffstat (limited to 'irc')
-rw-r--r--irc/Makefile1
-rw-r--r--irc/atheme-services/Makefile39
-rw-r--r--irc/bnc/Makefile35
-rw-r--r--irc/bnc/distinfo3
-rw-r--r--irc/bnc/files/patch-Makefile.in11
-rw-r--r--irc/bnc/files/patch-bncsetup37
-rw-r--r--irc/bnc/pkg-descr5
-rw-r--r--irc/bnc/pkg-plist9
-rw-r--r--irc/py-sopel/Makefile7
-rw-r--r--irc/py-sopel/distinfo6
10 files changed, 26 insertions, 127 deletions
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/atheme-services/Makefile b/irc/atheme-services/Makefile
index db61c8ba45dc..83cd17da0d54 100644
--- a/irc/atheme-services/Makefile
+++ b/irc/atheme-services/Makefile
@@ -1,5 +1,6 @@
PORTNAME= atheme-services
PORTVERSION= 7.2.12
+PORTREVISION= 1
CATEGORIES= irc net
MASTER_SITES= https://github.com/atheme/atheme/releases/download/v${PORTVERSION}/
DISTNAME= atheme-services-v${PORTVERSION}
@@ -14,42 +15,40 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libmowgli-2.so:devel/libmowgli2
USES= cpe gmake localbase pathfix pkgconfig ssl tar:xz
+CPE_PRODUCT= atheme
PATHFIX_MAKEFILEIN= Makefile
USE_LDCONFIG= yes
+USE_RC_SUBR= ${PORTNAME}
+
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-fhs-paths \
- --sysconfdir=${PREFIX}/etc/atheme \
+CONFIGURE_ARGS= --disable-gtk-doc \
+ --enable-fhs-paths \
+ --enable-large-net \
--localstatedir=/var \
- --disable-gtk-doc \
- --enable-large-net
-
-CPE_PRODUCT= atheme
+ --sysconfdir=${PREFIX}/etc/atheme
CONFLICTS_INSTALL= lifelines
USERS= ircservices
GROUPS= ircservices
-USE_RC_SUBR= atheme-services
-
-OPTIONS_DEFINE= CONTRIB CRACKLIB DOCS LDAP NLS PCRE PERL
+OPTIONS_DEFINE= CONTRIB CRACKLIB DOCS LDAP NLS PCRE PERL
OPTIONS_DEFAULT= CRACKLIB LDAP PCRE PERL
+OPTIONS_SUB= yes
CONTRIB_DESC= Enable contrib modules
CRACKLIB_DESC= Use cracklib for checking password strength
-OPTIONS_SUB= yes
-
CONTRIB_CONFIGURE_ENABLE= contrib
-CRACKLIB_LIB_DEPENDS= libcrack.so:security/cracklib
+CRACKLIB_LIB_DEPENDS= libcrack.so:security/cracklib
CRACKLIB_CONFIGURE_WITH= cracklib
-LDAP_USES= ldap
-LDAP_CONFIGURE_WITH= ldap
-NLS_USES= gettext
-NLS_CONFIGURE_ENABLE= nls
-PCRE_LIB_DEPENDS= libpcre.so:devel/pcre
-PCRE_CONFIGURE_WITH= pcre
-PERL_USES= perl5
-PERL_CONFIGURE_WITH= perl
+LDAP_USES= ldap
+LDAP_CONFIGURE_WITH= ldap
+NLS_USES= gettext
+NLS_CONFIGURE_ENABLE= nls
+PCRE_LIB_DEPENDS= libpcre2-8.so:devel/pcre2
+PCRE_CONFIGURE_WITH= pcre2-8
+PERL_USES= perl5
+PERL_CONFIGURE_WITH= perl
.include <bsd.port.mk>
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
diff --git a/irc/py-sopel/Makefile b/irc/py-sopel/Makefile
index 1fe300636be8..8886912b37c1 100644
--- a/irc/py-sopel/Makefile
+++ b/irc/py-sopel/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sopel
-DISTVERSION= 8.0.0
+DISTVERSION= 8.0.2
CATEGORIES= irc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -32,6 +32,7 @@ USES= python
USE_PYTHON= autoplist pep517
USE_RC_SUBR= sopel
+NO_ARCH= yes
SUB_FILES+= pkg-message
SUB_LIST+= PYTHON_CMD=${PYTHON_CMD}
@@ -49,8 +50,8 @@ post-install:
.endfor
@${MKDIR} ${STAGEDIR}/var/db/sopel/www
.for script in sopel sopel-config sopel-plugins
- ${CP} ${FILESDIR}/${script}.py ${STAGEDIR}${PREFIX}/bin/${script}
- @${REINPLACE_CMD} -e "s|%%PYTHON_SHEBANG%%|#!${PYTHON_CMD}|" ${STAGEDIR}${PREFIX}/bin/${script}
+ ${SED} -e "s|%%PYTHON_SHEBANG%%|#!${PYTHON_CMD}|" ${FILESDIR}/${script}.py \
+ > ${STAGEDIR}${PREFIX}/bin/${script}
${CHMOD} 555 ${STAGEDIR}${PREFIX}/bin/${script}
.endfor
diff --git a/irc/py-sopel/distinfo b/irc/py-sopel/distinfo
index 65b1e09053cc..967672f8cf14 100644
--- a/irc/py-sopel/distinfo
+++ b/irc/py-sopel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718049976
-SHA256 (sopel-8.0.0.tar.gz) = 8ee2c9a7412de6a319c01673c347b8b4a83570162a02c1fc294cea36820fef45
-SIZE (sopel-8.0.0.tar.gz) = 249956
+TIMESTAMP = 1748295430
+SHA256 (sopel-8.0.2.tar.gz) = ecb35b9d2ae2fb28c7d8dc3cac10933bc2e0f3855763a03ec4c5ec70491454af
+SIZE (sopel-8.0.2.tar.gz) = 250538