Hi ports@,

Today I released net/swirc 3.4.5 with the following changes:

## [3.4.5] - 2023-09-14 ##
- **Added** command-line option `-W`
- **Added** tab completion for:
  - `/cs`, `/chanserv`
  - `/ns`, `/nickserv`
  - `/squery`
- **Added** the following commands:
  - `/admin`
  - `/die`
  - `/gline`
  - `/info`
  - `/ison`
  - `/kline`
  - `/rehash`
  - `/restart`
  - `/servstats`
  - `/wallops`
- **Added** the following events:
  - 211 (`RPL_STATSLINKINFO`)
  - 212 (`RPL_STATSCOMMANDS`)
  - 216 (`RPL_STATSKLINE`)
  - 219 (`RPL_ENDOFSTATS`)
  - 242 (`RPL_STATSUPTIME`)
  - 256 (`RPL_ADMINME`)
  - 257 (`RPL_ADMINLOC1`)
  - 258 (`RPL_ADMINLOC2`)
  - 259 (`RPL_ADMINEMAIL`)
  - 303 (`RPL_ISON`)
  - 371 (`RPL_INFO`)
  - 374 (`RPL_ENDOFINFO`)
- **Added** translations
- **Did** code improvements

### Windows ###
- **Fixed** a bug which caused the program to exit silently without any
  message. This when turning logging on for a window. The solution was
  to replace `fprintf()` with `fprintf_s()`.

---

I attach a diff.

Best regards
Markus
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/swirc/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- Makefile	13 Mar 2023 14:40:26 -0000	1.26
+++ Makefile	14 Sep 2023 20:22:51 -0000
@@ -1,5 +1,5 @@
 COMMENT =	curses icb and irc client
-DISTNAME =	swirc-3.4.3
+DISTNAME =	swirc-3.4.5
 CATEGORIES =	net
 HOMEPAGE =	https://www.nifty-networks.net/swirc/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/swirc/distinfo,v
retrieving revision 1.23
diff -u -p -r1.23 distinfo
--- distinfo	13 Mar 2023 14:40:26 -0000	1.23
+++ distinfo	14 Sep 2023 20:22:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (swirc-3.4.3.tgz) = AIyvJO7e7qrYXA9I7nQXhUXBRn61WqxbkC/aONeBecI=
-SIZE (swirc-3.4.3.tgz) = 320478
+SHA256 (swirc-3.4.5.tgz) = olNz44AUDVGQd60VYz+577hJO/FXVUTWw6EWTL8AtI4=
+SIZE (swirc-3.4.5.tgz) = 336832
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/swirc/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST	11 Mar 2022 19:47:37 -0000	1.3
+++ pkg/PLIST	14 Sep 2023 20:22:51 -0000
@@ -1,6 +1,7 @@
 @bin bin/swirc
 @man man/man1/swirc.1
 @man man/man5/swirc.conf.5
+@man man/man5/swirc.theme.5
 share/locale/de/LC_MESSAGES/swirc.mo
 share/locale/fi/LC_MESSAGES/swirc.mo
 share/locale/fr/LC_MESSAGES/swirc.mo

Reply via email to