Hi ports@, Here comes an update for net/swirc:
## [3.3.2] - 2021-10-17 ## - **Added** command line option `-j` - **Added** function `getuser()` and made use of it - **Added** null checks - **Added** the following command aliases: - `/j` (`/join`) - `/p` (`/part`) - **Added** the following commands: - `/ignore` - `/unignore` - **Fixed** unchecked return values - Made improvements to the following files: - `commands/connect.c` - `events/channel.cpp` - `events/misc.cpp` - `events/notice.cpp` - `events/privmsg.cpp` - `events/welcome.cpp` - `events/whois.cpp` - `dataClassify.c` - `log.c` - `nestHome.c` - Reformatted and reindented files - **Rewrote** the `/join` and `/part` commands in C++ - **Updated** the translations I attach a diff. Markus
Index: Makefile =================================================================== RCS file: /cvs/ports/net/swirc/Makefile,v retrieving revision 1.13 diff -u -p -r1.13 Makefile --- Makefile 13 Sep 2021 17:06:45 -0000 1.13 +++ Makefile 17 Oct 2021 14:41:05 -0000 @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.13 2021/09/13 17:06:45 solene Exp $ COMMENT = curses icb and irc client -DISTNAME = swirc-3.3.1 +DISTNAME = swirc-3.3.2 CATEGORIES = net HOMEPAGE = https://www.nifty-networks.net/swirc/ Index: distinfo =================================================================== RCS file: /cvs/ports/net/swirc/distinfo,v retrieving revision 1.12 diff -u -p -r1.12 distinfo --- distinfo 13 Sep 2021 17:06:45 -0000 1.12 +++ distinfo 17 Oct 2021 14:41:05 -0000 @@ -1,2 +1,2 @@ -SHA256 (swirc-3.3.1.tgz) = YGbT4xu415MJiVhveoreCgSQG8d77+K89Y2ZaJ0wRoU= -SIZE (swirc-3.3.1.tgz) = 253839 +SHA256 (swirc-3.3.2.tgz) = nGGirR8x0lTA7Btku78LQtVUy1i0A3m/PcdOzOHSTHA= +SIZE (swirc-3.3.2.tgz) = 257424