ports/63783: Upgrade of the package

Phil Oleson oz at nixil.net
Fri Mar 5 01:20:09 UTC 2004


>Number:         63783
>Category:       ports
>Synopsis:       Upgrade of the package
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 04 17:20:08 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Phil Oleson
>Release:        FreeBSD 4.7-RELEASE-p22 i386
>Organization:
N/A
>Environment:
System: FreeBSD nixil.net 4.7-RELEASE-p22 FreeBSD 4.7-RELEASE-p22 #29: Tue Mar 2 15:58:41 MST 2004

Port is currently uninstallable as the 4.9.2 tarballs have been removed from the dist sites.
Attached is a patch to upgrade 'most' to the latest revision which is available.

--- most-patch begins here ---
diff -ru most.orig/Makefile most/Makefile
--- most.orig/Makefile	Fri Feb 21 05:48:11 2003
+++ most/Makefile	Thu Mar  4 17:53:37 2004
@@ -6,7 +6,7 @@
 #
 
 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/ \
diff -ru most.orig/distinfo most/distinfo
--- most.orig/distinfo	Wed May  8 10:55:06 2002
+++ most/distinfo	Thu Mar  4 17:55:22 2004
@@ -1 +1 @@
-MD5 (most-4.9.2.tar.gz) = ccf9bb5aea4a337f188c0ee9f35f2efd
+MD5 (most-4.9.4.tar.gz) = 54d21cbd39bbe5fd89f8162eddb4cbd3
diff -ru most.orig/files/patch-aa most/files/patch-aa
--- most.orig/files/patch-aa	Wed May  8 10:55:07 2002
+++ most/files/patch-aa	Thu Mar  4 18:00:56 2004
@@ -1,22 +1,18 @@
---- 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@
- BIN_DIR		= $(prefix)/bin
- MAN_DIR		= $(prefix)/man/man1
--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)
+--- src/Makefile.in.orig	Fri Dec 20 21:32:56 2002
++++ src/Makefile.in	Thu Mar  4 17:59:47 2004
+@@ -74,6 +74,7 @@
+ install: all installdirs
+ 	$(INSTALL) -s $(OBJDIR)/most $(DEST_BINDIR)
+ 	$(INSTALL_DATA) ../most.1 $(DEST_MANDIR)/man1
 +.if !defined(NOPORTDOCS)
- 	$(INSTALL) -d -m 755 $(DESTDIR)$(DOC_DIR)
- 	$(INSTALL_DATA) $(DOC_FILES) $(DESTDIR)$(DOC_DIR)
+ 	@for i in $(DOC_FILES); \
+ 	do \
+ 		i=../$$i; \
+@@ -83,6 +84,7 @@
+ 		  exit 1; \
+ 		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.
+ symlinks:
--- most-patch ends here ---


>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list