From 690bd05546abb7d51bb0010e83acc08c9ad49ff6 Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 10 Apr 2024 10:39:41 +0000 Subject: [PATCH] update to ircII-20240111, from Brad (maintainer) --- net/ircII/Makefile | 7 +++---- net/ircII/distinfo | 4 ++-- net/ircII/patches/patch-configure | 4 ++-- net/ircII/patches/patch-source_log_c | 5 +++-- net/ircII/patches/patch-source_names_c | 11 ----------- 5 files changed, 10 insertions(+), 21 deletions(-) delete mode 100644 net/ircII/patches/patch-source_names_c diff --git a/net/ircII/Makefile b/net/ircII/Makefile index 10d934d5027..953abbe9d3f 100644 --- a/net/ircII/Makefile +++ b/net/ircII/Makefile @@ -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 diff --git a/net/ircII/distinfo b/net/ircII/distinfo index 538b08ebf5a..0e9e98ec25c 100644 --- a/net/ircII/distinfo +++ b/net/ircII/distinfo @@ -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 diff --git a/net/ircII/patches/patch-configure b/net/ircII/patches/patch-configure index 8bddaae20ff..bd8c1ddb3f9 100644 --- a/net/ircII/patches/patch-configure +++ b/net/ircII/patches/patch-configure @@ -1,8 +1,8 @@ Index: configure --- configure.orig +++ configure -@@ -1735,6 +1735,10 @@ else - +@@ -1645,6 +1645,10 @@ else $as_nop + #include #undef $2 +#ifdef __OpenBSD__ diff --git a/net/ircII/patches/patch-source_log_c b/net/ircII/patches/patch-source_log_c index 07c4e090ffe..6eeb66f2b5b 100644 --- a/net/ircII/patches/patch-source_log_c +++ b/net/ircII/patches/patch-source_log_c @@ -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) diff --git a/net/ircII/patches/patch-source_names_c b/net/ircII/patches/patch-source_names_c deleted file mode 100644 index 53393fb74f6..00000000000 --- a/net/ircII/patches/patch-source_names_c +++ /dev/null @@ -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)