Hi ports --
Attached is a straightforward update to misc/ytree.
Switches things to HTTPS, cleans up a warning.
The update itself doesn't add new functionality, but clarifies/updates
the license.
OK?
~Brian
Index: Makefile
===================================================================
RCS file: /cvs/ports/misc/ytree/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile 12 Jul 2019 20:47:55 -0000 1.20
+++ Makefile 6 Dec 2019 15:57:47 -0000
@@ -2,14 +2,14 @@
COMMENT= DOS-XTREE(tm) look-a-like file manager
-DISTNAME = ytree-1.99
+DISTNAME = ytree-2.00
CATEGORIES= misc
-HOMEPAGE= http://www.han.de/~werner/ytree.html
+HOMEPAGE= https://www.han.de/~werner/ytree.html
-MASTER_SITES= http://www.han.de/~werner/
+MASTER_SITES= https://www.han.de/~werner/
-# GPLv2
+# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB= c curses readline
Index: distinfo
===================================================================
RCS file: /cvs/ports/misc/ytree/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo 30 Apr 2017 11:04:36 -0000 1.10
+++ distinfo 6 Dec 2019 15:57:47 -0000
@@ -1,2 +1,2 @@
-SHA256 (ytree-1.99.tar.gz) = YLYfTew5IIemWPIJ9MfpurK4b5+8VMs2q0p1X15f8L8=
-SIZE (ytree-1.99.tar.gz) = 122922
+SHA256 (ytree-2.00.tar.gz) = 2o7K+OFfiw0wd+qI2o25zWB/cu0qUekaJNbvP/AXxr8=
+SIZE (ytree-2.00.tar.gz) = 124654
Index: patches/patch-login_c
===================================================================
RCS file: patches/patch-login_c
diff -N patches/patch-login_c
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-login_c 6 Dec 2019 15:57:47 -0000
@@ -0,0 +1,16 @@
+$OpenBSD$
+
+Include sys/wait.h to avoid warnings.
+
+Index: login.c
+--- login.c.orig
++++ login.c
+@@ -8,7 +8,7 @@
+
+
+ #include "ytree.h"
+-/* #include <sys/wait.h> */ /* maybe wait.h is available */
++#include <sys/wait.h> /* maybe wait.h is available */
+
+
+