From fbe32cdd3ef3f40346e02d0b0f3453879cfe5f34 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Wed, 10 Mar 2004 22:22:42 +0000 Subject: 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 --- sysutils/most/Makefile | 5 +++-- sysutils/most/distinfo | 3 ++- sysutils/most/files/patch-aa | 37 ++++++++++++++++++++++--------------- sysutils/most/pkg-plist | 14 +++++++------- 4 files changed, 34 insertions(+), 25 deletions(-) (limited to 'sysutils/most') 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 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 -- cgit v1.2.3