Hi ports@,

Here is a diff to update most to 5.1.0.

Notable changes:

- Switch MASTER_SITES to jedsoft.org
- Remove skipv directive for portroach as it's not necessary anymore

Comments? OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/misc/most/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile    12 Jul 2019 20:47:51 -0000      1.23
+++ Makefile    17 Sep 2019 08:44:04 -0000
@@ -1,21 +1,18 @@
 # $OpenBSD: Makefile,v 1.23 2019/07/12 20:47:51 sthen Exp $
 
-PORTROACH=     skipv:5.0.0
-
 COMMENT=       browse or page through a text file
 
-DISTNAME=      most-5.0.0a
-REVISION=      1
+DISTNAME=      most-5.1.0
 CATEGORIES=    misc
 
-MASTER_SITES=  ftp://space.mit.edu/pub/davis/most/
+MASTER_SITES=  https://www.jedsoft.org/releases/most/
 
 LIB_DEPENDS=   devel/libslang
 
 # GPLv2+
 PERMIT_PACKAGE=        Yes
 
-WANTLIB += c curses m slang
+WANTLIB += c m slang
 
 CONFIGURE_STYLE= gnu
 CONFIGURE_ARGS=        --with-slang=${LOCALBASE}
Index: distinfo
===================================================================
RCS file: /cvs/ports/misc/most/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    18 Jan 2015 03:14:32 -0000      1.7
+++ distinfo    17 Sep 2019 08:44:04 -0000
@@ -1,2 +1,2 @@
-SHA256 (most-5.0.0a.tar.gz) = F6Flk9oGTd1IT1MVfVS4O82Y6kWrHtNh7qZMT64WOhA=
-SIZE (most-5.0.0a.tar.gz) = 155233
+SHA256 (most-5.1.0.tar.gz) = 24BdH/rT6FiQgCBhrIyQ48ieJa+xhKeU4DcVo+0ZBQE=
+SIZE (most-5.1.0.tar.gz) = 162172
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/misc/most/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST   13 Oct 2009 21:47:59 -0000      1.4
+++ pkg/PLIST   17 Sep 2019 08:44:04 -0000
@@ -6,5 +6,5 @@ share/doc/most/README
 share/doc/most/changes.txt
 share/doc/most/lesskeys.rc
 share/doc/most/most-fun.txt
-share/doc/most/most.doc
 share/doc/most/most.rc
+share/doc/most/most.txt

Reply via email to