summaryrefslogtreecommitdiff
path: root/sysutils/most
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2004-03-10 22:22:42 +0000
committerMikhail Teterin <mi@FreeBSD.org>2004-03-10 22:22:42 +0000
commitfbe32cdd3ef3f40346e02d0b0f3453879cfe5f34 (patch)
treec20752d39903108480b245d49a2cfda6e3c0bcc5 /sysutils/most
parentThe QueSO home page has been offline for awhile. This description (diff)
Upgrade from 4.9.2 to 4.9.4 -- released in December 2002. Reset maintainer
to ports@ Approved by: see commit log for timeout information
Notes
Notes: svn path=/head/; revision=103578
Diffstat (limited to 'sysutils/most')
-rw-r--r--sysutils/most/Makefile5
-rw-r--r--sysutils/most/distinfo3
-rw-r--r--sysutils/most/files/patch-aa37
-rw-r--r--sysutils/most/pkg-plist14
4 files changed, 34 insertions, 25 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile
index 0da322be27d6..11af7f54ca16 100644
--- a/sysutils/most/Makefile
+++ b/sysutils/most/Makefile
@@ -6,18 +6,19 @@
#
PORTNAME= most
-PORTVERSION= 4.9.2
+PORTVERSION= 4.9.4
CATEGORIES= misc
MASTER_SITES= ftp://ftp.jedsoft.org/pub/davis/most/ \
ftp://space.mit.edu/pub/davis/most/ \
ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/
-MAINTAINER= rhwang@bigpanda.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= A pager (like less) which has support for windows and binary files
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--enable-mmap
MAN1= most.1
.include <bsd.port.mk>
diff --git a/sysutils/most/distinfo b/sysutils/most/distinfo
index f99fe0775f73..0c70a807ee96 100644
--- a/sysutils/most/distinfo
+++ b/sysutils/most/distinfo
@@ -1 +1,2 @@
-MD5 (most-4.9.2.tar.gz) = ccf9bb5aea4a337f188c0ee9f35f2efd
+MD5 (most-4.9.4.tar.gz) = 54d21cbd39bbe5fd89f8162eddb4cbd3
+SIZE (most-4.9.4.tar.gz) = 117274
diff --git a/sysutils/most/files/patch-aa b/sysutils/most/files/patch-aa
index 43278e4e23b5..28bd732f2b87 100644
--- a/sysutils/most/files/patch-aa
+++ b/sysutils/most/files/patch-aa
@@ -1,22 +1,29 @@
---- src/Makefile.in.orig Thu Apr 4 10:05:48 2002
-+++ src/Makefile.in Thu Apr 4 10:06:39 2002
-@@ -21,7 +21,7 @@
- prefix = @prefix@
+--- 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/man1
+ MAN_DIR = $(prefix)/man
-DOC_DIR = $(prefix)/doc/most
+DOC_DIR = $(prefix)/share/doc/most
-
SYS_INITFILE = @sysconfdir@/most.conf
-
-@@ -67,8 +67,10 @@
- install: all $(BIN_DIR)
- $(INSTALL) -s $(OBJDIR)/most $(DESTDIR)$(BIN_DIR)
- $(INSTALL_DATA) ../most.1 $(DESTDIR)$(MAN_DIR)
+ MKINSDIR = ../autoconf/mkinsdir.sh
+@@ -69,5 +69,7 @@
+ /bin/rm -rf $(OBJDIR) Makefile sysconf.h
+ installdirs:
+.if !defined(NOPORTDOCS)
- $(INSTALL) -d -m 755 $(DESTDIR)$(DOC_DIR)
- $(INSTALL_DATA) $(DOC_FILES) $(DESTDIR)$(DOC_DIR)
+ $(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
- $(BIN_DIR):
- - ../mkinsdir.sh $(DESTDIR)$(BIN_DIR)
# 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.
diff --git a/sysutils/most/pkg-plist b/sysutils/most/pkg-plist
index 0aa349d8ec2e..97aba31db79b 100644
--- a/sysutils/most/pkg-plist
+++ b/sysutils/most/pkg-plist
@@ -1,8 +1,8 @@
bin/most
-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
-@dirrm share/doc/most
+%%PORTDOCS%%share/doc/most/README
+%%PORTDOCS%%share/doc/most/changes.txt
+%%PORTDOCS%%share/doc/most/lesskeys.rc
+%%PORTDOCS%%share/doc/most/most-fun.txt
+%%PORTDOCS%%share/doc/most/most.doc
+%%PORTDOCS%%share/doc/most/most.rc
+%%PORTDOCS%%@dirrm share/doc/most