Just replying to say this works fine. Been using it for several days now.
Sent: Sunday, June 19, 2022 at 11:13 AM
From: "Mikhail" <mp39...@gmail.com>
To: ports@openbsd.org
Cc: f...@disciples.com
Subject: [maintainer update] net/epic5: from 2.1.11 to 2.1.12Changes in
this release:

- renaming of reconnect.orig to reconnect.old, so we can remove
PATCHORIG from the Makefile
- taming SEPARATE_BUILD (using @builddir@ instead of @srcdir@ in
info.c.sh.in script, fixing stringify target replacing straight naming
with $< and $@ vars)
- fixing a crash with >1000 windows
- other minor code improvements

Ok from the maintainer (cc'ed).

diff --git a/net/epic5/Makefile b/net/epic5/Makefile
index 670ed0f347e..38f21e48ef9 100644
--- a/net/epic5/Makefile
+++ b/net/epic5/Makefile
@@ -1,6 +1,6 @@
COMMENT= enhanced programmable ircII client 5th generation

-VERSION= 2.1.11
+VERSION= 2.1.12
DISTNAME= epic5-${VERSION}
CATEGORIES= net
HOMEPAGE= http://www.epicsol.org/
@@ -34,8 +34,7 @@ WANTLIB+= ${MODPY_WANTLIB} intl pthread util

NO_TEST= Yes

-# scripts/reconnect.orig
-PATCHORIG= .orig.port
+SEPARATE_BUILD= Yes

post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/epic5/
diff --git a/net/epic5/distinfo b/net/epic5/distinfo
index fd79cb9c733..210a8be3ed8 100644
--- a/net/epic5/distinfo
+++ b/net/epic5/distinfo
@@ -1,2 +1,2 @@
-SHA256 (epic5-2.1.11.tar.gz) =
HSSF8DlQeZCtgZFz67/N8E3OP8HRbWljFEpwjV7fGXA=
-SIZE (epic5-2.1.11.tar.gz) = 1184253
+SHA256 (epic5-2.1.12.tar.gz) =
faNLY0AuUTrh8aZbS559xHmkskTsk85c7vF50y+ehrc=
+SIZE (epic5-2.1.12.tar.gz) = 1186984
diff --git a/net/epic5/pkg/PLIST b/net/epic5/pkg/PLIST
index 33a3e64d797..94059f67d68 100644
--- a/net/epic5/pkg/PLIST
+++ b/net/epic5/pkg/PLIST
@@ -1,5 +1,5 @@
bin/epic5
-@bin bin/epic5-2071
+@bin bin/epic5-2078
@bin libexec/epic5-wserv4
@man man/man1/epic5.1
share/doc/epic5/
@@ -75,7 +75,7 @@ share/epic5/script/paste
share/epic5/script/pipe
share/epic5/script/python
share/epic5/script/reconnect
-share/epic5/script/reconnect.orig
+share/epic5/script/reconnect.old
share/epic5/script/rejoin
share/epic5/script/renumber
share/epic5/script/revdcc

Reply via email to