Haven't heard back from zhuk, but it's a straight forward update to oicb
and fixes the issue I opened on github.

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/oicb/Makefile,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 Makefile
--- Makefile    12 Jan 2020 23:50:55 -0000      1.6
+++ Makefile    18 Feb 2020 20:59:31 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.6 2020/01/12 23:50:55 zhuk Exp $
 COMMENT =      minimalistic command-line ICB client
-VERSION =      1.2.2
+VERSION =      1.2.3
 DISTNAME =     oicb-${VERSION}
 CATEGORIES =   net
 MAINTAINER =   Vadim Zhukov <z...@openbsd.org>
@@ -9,7 +9,7 @@ MAINTAINER =    Vadim Zhukov <zhuk@openbsd.
 PERMIT_PACKAGE =       Yes
 
 # uses pledge() and unveil()
-WANTLIB =              c ncurses readline
+WANTLIB =              c curses readline
 
 MASTER_SITES =         
https://github.com/grayed/oicb/releases/download/v${VERSION}/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/oicb/distinfo,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 distinfo
--- distinfo    12 Jan 2020 23:50:55 -0000      1.6
+++ distinfo    18 Feb 2020 20:59:31 -0000
@@ -1,2 +1,2 @@
-SHA256 (oicb-1.2.2.tar.gz) = KzBI1stgI/yThDYH1Ynn2ymPIAuqyNEktgDTiY+w7zs=
-SIZE (oicb-1.2.2.tar.gz) = 23602
+SHA256 (oicb-1.2.3.tar.gz) = /4Eo2GCKdczNVIq1kLlvbYtd92mCsU01xKK+mP+8eMo=
+SIZE (oicb-1.2.3.tar.gz) = 23746

Reply via email to