Bug 12086 - Update: misc/most
Summary: Update: misc/most
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-06-08 20:00 UTC by cpiazza
Modified: 1999-06-09 01:01 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cpiazza 1999-06-08 20:00:01 UTC
Update to 4.9.0
Files added: patch-aa

Fix: 

-Chris--4pe1t8g11s2u7PvHi3qroV7dXDJKYTXhpdvWhQkgPUyySD3Z
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: most/Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/misc/most/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	1998/09/25 10:18:41	1.4
+++ Makefile	1999/06/08 18:52:45
@@ -1,14 +1,13 @@
 # New ports collection makefile for:	most
-# Version required:	4.8.1
+# Version required:	4.9.0
 # Date created:		31 May 1997
 # Whom:			rhwang@bigpanda.com
 #
 # $Id: Makefile,v 1.4 1998/09/25 10:18:41 asami Exp $
 #
 
-DISTNAME=	most4.8.1
-PKGNAME=	most-4.8.1
-CATEGORIES=	misc	
+DISTNAME=	most-4.9.0
+CATEGORIES=	misc
 MASTER_SITES=	ftp://space.mit.edu/pub/davis/most/ \
 		ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/
 
@@ -17,7 +16,6 @@
 LIB_DEPENDS=	slang.1:${PORTSDIR}/devel/libslang
 
 GNU_CONFIGURE=	yes
-WRKSRC=		${WRKDIR}/most
 MAN1=		most.1
 
 .include <bsd.port.mk>
Index: most/files/md5
===================================================================
RCS file: /cvs/FreeBSD/ports/misc/most/files/md5,v
retrieving revision 1.2
diff -u -r1.2 md5
--- md5	1998/05/17 22:55:17	1.2
+++ md5	1999/06/08 18:43:18
@@ -1 +1 @@
-MD5 (most4.8.1.tar.gz) = 951bf3581208c072f32a25e2ef5fed48
+MD5 (most-4.9.0.tar.gz) = e2b80cda82f022100282e06918606c85
Index: most/patches/patch-aa
===================================================================
RCS file: patch-aa
diff -N patch-aa
--- /dev/null	Tue Jun  8 11:51:04 1999
+++ patch-aa	Tue Jun  8 11:48:54 1999
@@ -0,0 +1,22 @@
+--- src/Makefile.in.orig	Tue Jun  8 11:47:47 1999
++++ src/Makefile.in	Tue Jun  8 11:48:39 1999
+@@ -42,7 +42,7 @@
+ prefix		= @prefix@
+ BIN_DIR		= $(prefix)/bin
+ MAN_DIR		= $(prefix)/man/man1
+-DOC_DIR		= $(prefix)/doc/most
++DOC_DIR		= $(prefix)/share/doc/most
+ 
+ SYS_INITFILE	= $(prefix)/etc/most.conf
+ 
+@@ -87,8 +87,10 @@
+ install: all $(BIN_DIR)
+ 	$(INSTALL) -s $(OBJDIR)/most $(BIN_DIR)
+ 	$(INSTALL_DATA) ../most.1 $(MAN_DIR)
++.if !defined(NOPORTDOCS)
+ 	$(INSTALL) -d $(DOC_DIR) -m 755
+ 	$(INSTALL_DATA) $(DOC_FILES) $(DOC_DIR)
++.endif
+ $(BIN_DIR):
+ 	- ../mkinsdir.sh $(BIN_DIR)
+ # The symlinks target is for my own private use.  It simply creates the object
Index: most/pkg/PLIST
===================================================================
RCS file: /cvs/FreeBSD/ports/misc/most/pkg/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- PLIST	1998/08/18 19:04:13	1.2
+++ PLIST	1999/06/08 18:52:06
@@ -1 +1,7 @@
 bin/most
+share/doc/most/README
+share/doc/most/changes.txt
+share/doc/most/default.rc
+share/doc/most/lesskeys.rc
+share/doc/most/most-fun.txt
+share/doc/most/most.doc
Comment 1 Steve Price freebsd_committer freebsd_triage 1999-06-09 01:00:20 UTC
State Changed
From-To: open->closed

Update committed, thanks!