aboutsummaryrefslogtreecommitdiff
path: root/sysutils/most
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2019-03-06 22:29:32 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2019-03-06 22:29:32 +0000
commit8dcace9106ae307d9ffb79f8cd46245be2c1bdee (patch)
tree42995bd485bfd5247d46b3c53aa19c2a24fcd403 /sysutils/most
parenta9953344a954dc047a1ccb583095d5bb52c14d63 (diff)
downloadports-8dcace9106ae307d9ffb79f8cd46245be2c1bdee.tar.gz
ports-8dcace9106ae307d9ffb79f8cd46245be2c1bdee.zip
Update to 5.1.0
Notes
Notes: svn path=/head/; revision=494856
Diffstat (limited to 'sysutils/most')
-rw-r--r--sysutils/most/Makefile15
-rw-r--r--sysutils/most/distinfo5
-rw-r--r--sysutils/most/files/patch-src-window.c11
-rw-r--r--sysutils/most/files/patch-src_Makefile.in11
-rw-r--r--sysutils/most/files/patch-src__Makefile.in29
5 files changed, 17 insertions, 54 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile
index 17e7526a6b52..c6837e52bf36 100644
--- a/sysutils/most/Makefile
+++ b/sysutils/most/Makefile
@@ -2,10 +2,9 @@
# $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
@@ -15,20 +14,12 @@ 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
-
-PORTSCOUT= skipv:5.0.0a
+PORTDOCS= README changes.txt lesskeys.rc most-fun.txt most.rc most.txt
OPTIONS_DEFINE= DOCS
-post-patch:
- @${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \
- ${WRKSRC}/src/jdmacros.h
-
.include <bsd.port.mk>
diff --git a/sysutils/most/distinfo b/sysutils/most/distinfo
index 6451b0adcb59..652e3b313406 100644
--- a/sysutils/most/distinfo
+++ b/sysutils/most/distinfo
@@ -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
diff --git a/sysutils/most/files/patch-src-window.c b/sysutils/most/files/patch-src-window.c
deleted file mode 100644
index 2147ce163c3b..000000000000
--- a/sysutils/most/files/patch-src-window.c
+++ /dev/null
@@ -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;
-
diff --git a/sysutils/most/files/patch-src_Makefile.in b/sysutils/most/files/patch-src_Makefile.in
new file mode 100644
index 000000000000..8b97db5fe407
--- /dev/null
+++ b/sysutils/most/files/patch-src_Makefile.in
@@ -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
diff --git a/sysutils/most/files/patch-src__Makefile.in b/sysutils/most/files/patch-src__Makefile.in
deleted file mode 100644
index 28bd732f2b87..000000000000
--- a/sysutils/most/files/patch-src__Makefile.in
+++ /dev/null
@@ -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.