Index: head/sysutils/most/Makefile =================================================================== --- head/sysutils/most/Makefile (revision 494855) +++ head/sysutils/most/Makefile (revision 494856) @@ -1,34 +1,25 @@ # Created by: rhwang@bigpanda.com # $FreeBSD$ PORTNAME= most -PORTVERSION= 5.0.0 -PORTREVISION= 2 +PORTVERSION= 5.1.0 CATEGORIES= sysutils -MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \ +MASTER_SITES= http://www.jedsoft.org/releases/most/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Pager (like less) which has support for windows and binary files LICENSE= GPLv2 LIB_DEPENDS= libslang.so:devel/libslang2 -USES= tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-mmap -MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/most man/man1/most.1.gz -PORTDOCS= README changes.txt lesskeys.rc most-fun.txt most.doc most.rc +PORTDOCS= README changes.txt lesskeys.rc most-fun.txt most.rc most.txt -PORTSCOUT= skipv:5.0.0a - OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e 's|||' \ - ${WRKSRC}/src/jdmacros.h .include Index: head/sysutils/most/distinfo =================================================================== --- head/sysutils/most/distinfo (revision 494855) +++ head/sysutils/most/distinfo (revision 494856) @@ -1,2 +1,3 @@ -SHA256 (most-5.0.0.tar.bz2) = 4a9edc27a617bcb7dbe3193504bc1bcdae2a435a2f68ece82c2ba127773ebdb8 -SIZE (most-5.0.0.tar.bz2) = 131426 +TIMESTAMP = 1551909931 +SHA256 (most-5.1.0.tar.gz) = db805d1ffad3e85890802061ac8c90e3c89e25afb184a794e03715a3ed190501 +SIZE (most-5.1.0.tar.gz) = 162172 Index: head/sysutils/most/files/patch-src__Makefile.in =================================================================== --- head/sysutils/most/files/patch-src__Makefile.in (revision 494855) +++ head/sysutils/most/files/patch-src__Makefile.in (nonexistent) @@ -1,29 +0,0 @@ ---- src/Makefile.in Fri Dec 20 23:32:56 2002 -+++ src/Makefile.in Wed Mar 10 17:11:10 2004 -@@ -22,5 +22,5 @@ - BIN_DIR = $(prefix)/bin - MAN_DIR = $(prefix)/man --DOC_DIR = $(prefix)/doc/most -+DOC_DIR = $(prefix)/share/doc/most - SYS_INITFILE = @sysconfdir@/most.conf - MKINSDIR = ../autoconf/mkinsdir.sh -@@ -69,5 +69,7 @@ - /bin/rm -rf $(OBJDIR) Makefile sysconf.h - installdirs: -+.if !defined(NOPORTDOCS) - $(MKINSDIR) $(DEST_DOCDIR) -+.endif - $(MKINSDIR) $(DEST_MANDIR)/man1 - $(MKINSDIR) $(DEST_BINDIR) -@@ -75,4 +77,5 @@ - $(INSTALL) -s $(OBJDIR)/most $(DEST_BINDIR) - $(INSTALL_DATA) ../most.1 $(DEST_MANDIR)/man1 -+.if !defined(NOPORTDOCS) - @for i in $(DOC_FILES); \ - do \ -@@ -84,4 +87,5 @@ - fi; \ - done -+.endif - # The symlinks target is for my own private use. It simply creates the object - # directory as a symbolic link to a local disk instead of an NFS mounted one. Property changes on: head/sysutils/most/files/patch-src__Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/most/files/patch-src-window.c =================================================================== --- head/sysutils/most/files/patch-src-window.c (revision 494855) +++ head/sysutils/most/files/patch-src-window.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/window.c.orig Sat Jul 2 05:04:58 2005 -+++ src/window.c Thu Sep 15 14:18:26 2005 -@@ -238,7 +238,7 @@ - - int most_read_from_minibuffer(char *prompt, char *what, unsigned int buflen) - { -- int i = 0; -+ int i = 1; - char *buf; - unsigned int len; - Property changes on: head/sysutils/most/files/patch-src-window.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/most/files/patch-src_Makefile.in =================================================================== --- head/sysutils/most/files/patch-src_Makefile.in (nonexistent) +++ head/sysutils/most/files/patch-src_Makefile.in (revision 494856) @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig 2018-10-29 07:55:02 UTC ++++ src/Makefile.in +@@ -22,7 +22,7 @@ prefix = @prefix@ + exec_prefix = @exec_prefix@ + datarootdir = @datarootdir@ + BIN_DIR = $(prefix)/bin +-MAN_DIR = $(datarootdir)/man ++MAN_DIR = $(prefix)/man + DOC_DIR = $(datarootdir)/doc/most + SYS_INITFILE = @sysconfdir@/most.conf + MKINSDIR = ../autoconf/mkinsdir.sh Property changes on: head/sysutils/most/files/patch-src_Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property