Hi,

Tonight I released a new version of net/swirc with the following changes:

## [3.5.4] - 2025-02-22 ##
- **Added** lowercase `/znc` subcommands used for auto complete.
- **Added** translations.
- **Changed** the program set the DCC and FTP download dirs differently.
- **Did** code improvements:
  - Atomic vars.
  - Null checks.
  - Refactoring.
  - Usage of `auto` for iterators.
  - Usage of `nullptr`.
  - `...`

### Windows ###
- **Fixed** `/znc JumpNetwork`.

I attach a diff.

Yours faithfully
Markus
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/swirc/Makefile,v
diff -u -p -r1.37 Makefile
--- Makefile	9 Feb 2025 20:46:46 -0000	1.37
+++ Makefile	22 Feb 2025 18:42:36 -0000
@@ -1,5 +1,5 @@
 COMMENT =	curses icb and irc client
-DISTNAME =	swirc-3.5.3
+DISTNAME =	swirc-3.5.4
 CATEGORIES =	net
 HOMEPAGE =	https://www.nifty-networks.net/swirc/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/swirc/distinfo,v
diff -u -p -r1.32 distinfo
--- distinfo	9 Feb 2025 20:46:46 -0000	1.32
+++ distinfo	22 Feb 2025 18:42:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (swirc-3.5.3.tgz) = 9yVtRUNzFu9byYT1UL9q3sjTgzQ3dhr1JbIaPiyESgs=
-SIZE (swirc-3.5.3.tgz) = 399477
+SHA256 (swirc-3.5.4.tgz) = CfvROybxb+N195BS0r5nkBOAOuay+m8OMVwy39ge5KQ=
+SIZE (swirc-3.5.4.tgz) = 400091

Reply via email to