Tested at my BGP tutorial last month.
OK?
Index: www/ttyd/Makefile
===================================================================
RCS file: /cvs/openbsd/ports/www/ttyd/Makefile,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 Makefile
--- www/ttyd/Makefile 22 Sep 2017 21:30:32 -0000 1.2
+++ www/ttyd/Makefile 10 Mar 2018 14:07:59 -0000
@@ -4,8 +4,7 @@ COMMENT = share your terminal over the w
GH_ACCOUNT = tsl0922
GH_PROJECT = ttyd
-GH_TAGNAME = 1.3.3
-REVISION = 0
+GH_TAGNAME = 1.4.0
CATEGORIES = www
@@ -19,7 +18,5 @@ MODULES = devel/cmake
BUILD_DEPENDS = editors/vim,-main
LIB_DEPENDS = www/libwebsockets \
devel/json-c
-
-NO_TEST = Yes
.include <bsd.port.mk>
Index: www/ttyd/distinfo
===================================================================
RCS file: /cvs/openbsd/ports/www/ttyd/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- www/ttyd/distinfo 19 Sep 2017 07:49:09 -0000 1.1.1.1
+++ www/ttyd/distinfo 10 Mar 2018 14:06:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (ttyd-1.3.3.tar.gz) = bu2CiV2hNZU4Rxy8yCV2xKIaTGhU4fEl/FUhX3xR2lI=
-SIZE (ttyd-1.3.3.tar.gz) = 194715
+SHA256 (ttyd-1.4.0.tar.gz) = dXqbW13T3oAdfbj6tgNdl+oUSwKlHHi9qyio4HvPBdY=
+SIZE (ttyd-1.4.0.tar.gz) = 275006
--
The best book on programming for the layman is "Alice in Wonderland";
but that's because it's the best book on anything for the layman.