Here's an update to the latest cgo, a gopher CLI client written in C.

This version allows three characters that can be used for links (up to zzz), 
and as a consequence of this, the commands b, g and h are now uppercased.

Any comments?

Nils
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/cgo/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile	24 Mar 2017 12:59:40 -0000	1.8
+++ Makefile	23 Jan 2018 12:19:42 -0000
@@ -1,13 +1,13 @@
 # $OpenBSD: Makefile,v 1.8 2017/03/24 12:59:40 abieber Exp $
 
 COMMENT =	simple terminal based gopher client
-DISTNAME =	cgo-20170313
+DISTNAME = 	cgo-20180123
 
 CATEGORIES =	net
 
 GH_ACCOUNT =	kieselsteini
 GH_PROJECT =	cgo
-GH_COMMIT =	c1ed33645f4c2ee1d731258d8a2dc6cedb35eb90
+GH_COMMIT =	ca69bbb7183e45f6ef67b86931b65ae4c8dde6f9
 
 # ISC
 PERMIT_PACKAGE_CDROM =	Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/cgo/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo	6 May 2017 15:10:18 -0000	1.6
+++ distinfo	23 Jan 2018 12:19:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (cgo-20170313-c1ed3364.tar.gz) = CPwyNcebx8BsBqAFsXZJG4jAOoJIZWtV3o4oYlbmLWc=
-SIZE (cgo-20170313-c1ed3364.tar.gz) = 8553
+SHA256 (cgo-20180123-ca69bbb7.tar.gz) = /aaOmeWqpyGYGDwZJk1hz6o+kKFvYMAVDh95CDSZ0XA=
+SIZE (cgo-20180123-ca69bbb7.tar.gz) = 8672

Reply via email to