Here is an update to ircII 20240111.

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/ircII/Makefile,v
retrieving revision 1.57
diff -u -p -u -p -r1.57 Makefile
--- Makefile    27 Sep 2023 14:18:11 -0000      1.57
+++ Makefile    10 Apr 2024 02:37:07 -0000
@@ -1,16 +1,15 @@
 COMMENT=       Internet Relay Chat client
 
-VERSION=       20210314
+VERSION=       20240111
 DISTNAME=      ircii-${VERSION}
 PKGNAME=       ircII-${VERSION}
 CATEGORIES=    net
 SITES=         https://ircii.warped.com/ \
                https://ircii.warped.com/old/ \
-               ftp://ircii.warped.com/pub/ircII/ \
-               https://distfiles.macports.org/ircii/
+               ftp://ircii.warped.com/pub/ircII/
 EXTRACT_SUFX=  .tar.bz2
 
-HOMEPAGE=      http://www.eterna.com.au/ircii/
+HOMEPAGE=      http://www.eterna23.net/ircii/
 
 MAINTAINER=    Brad Smith <b...@comstyle.com>
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/ircII/distinfo,v
retrieving revision 1.23
diff -u -p -u -p -r1.23 distinfo
--- distinfo    25 Mar 2021 22:05:09 -0000      1.23
+++ distinfo    10 Apr 2024 02:37:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (ircii-20210314.tar.bz2) = hm8rhH2u09cIWfII98sPILWMCTOyFZ9/+SpoxRjTk6k=
-SIZE (ircii-20210314.tar.bz2) = 590626
+SHA256 (ircii-20240111.tar.bz2) = rLk1HZIVx4MRGtEYqyodOsJ/luU9ub3GheXd4cFP2V0=
+SIZE (ircii-20240111.tar.bz2) = 576700
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/net/ircII/patches/patch-configure,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 patch-configure
--- patches/patch-configure     11 Mar 2022 19:46:09 -0000      1.7
+++ patches/patch-configure     10 Apr 2024 02:37:07 -0000
@@ -1,8 +1,8 @@
 Index: configure
 --- configure.orig
 +++ configure
-@@ -1735,6 +1735,10 @@ else
- 
+@@ -1645,6 +1645,10 @@ else $as_nop
+ #include <limits.h>
  #undef $2
  
 +#ifdef __OpenBSD__
Index: patches/patch-source_log_c
===================================================================
RCS file: /cvs/ports/net/ircII/patches/patch-source_log_c,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 patch-source_log_c
--- patches/patch-source_log_c  11 Mar 2022 19:46:09 -0000      1.7
+++ patches/patch-source_log_c  10 Apr 2024 02:37:07 -0000
@@ -1,5 +1,6 @@
---- source/log.c.orig  Fri Nov 20 10:23:54 2015
-+++ source/log.c       Wed Dec  2 17:40:09 2015
+Index: source/log.c
+--- source/log.c.orig
++++ source/log.c
 @@ -155,12 +155,19 @@ set_log_file(u_char *filename)
  void
  add_to_log(FILE *fp, u_char *line)
Index: patches/patch-source_names_c
===================================================================
RCS file: patches/patch-source_names_c
diff -N patches/patch-source_names_c
--- patches/patch-source_names_c        11 Mar 2022 19:46:09 -0000      1.3
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-Index: source/names.c
---- source/names.c.orig
-+++ source/names.c
-@@ -200,6 +200,7 @@ add_channel(u_char *channel, u_char *key, int server, 
-               malloc_strcpy(&new->channel, channel);
-               new->mode = 0;
-               new->limit = 0;
-+              new->window = NULL;
-               do_add = 1;
-               full_list = server_get_chan_list(server);
-               if ((new->window = is_bound(channel, server)) == NULL)

Reply via email to