Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  8 Jun 1999 11:56:28 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12086: Update: misc/most
Message-ID:  <19990608185628.98BCB145C@norn.ca.eu.org>

next in thread | raw e-mail | index | archive | help

>Number:         12086
>Category:       ports
>Synopsis:       Update: misc/most
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun  8 12:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a
>Environment:

FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #218: Tue Jun  1 19:22:37
 PDT 1999     norn@norn.ca.eu.org:/usr/src/sys/compile/NORN  i386

>Description:

Update to 4.9.0
Files added: patch-aa

>How-To-Repeat:

>Fix:
	
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

-Chris

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990608185628.98BCB145C>