Date: Thu, 4 Apr 2002 10:14:39 +0200 (CEST) From: Oliver Braun <obraun@informatik.unibw-muenchen.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: rhwang@bigpanda.com Subject: ports/36736: Update port: misc/most to 4.9.2 Message-ID: <20020404081439.6C3395A545@nemesis.informatik.unibw-muenchen.de>
next in thread | raw e-mail | index | archive | help
>Number: 36736 >Category: ports >Synopsis: Update port: misc/most to 4.9.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Apr 04 00:20:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 21 12:00:59 CET 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386 >Description: [CC maintainer] update misc/most from 4.9.0 to 4.9.2 Regards, Olli >How-To-Repeat: >Fix: diff -ruN most.old/Makefile most/Makefile --- most.old/Makefile Wed Aug 15 11:39:36 2001 +++ most/Makefile Thu Apr 4 10:04:55 2002 @@ -6,7 +6,7 @@ # PORTNAME= most -PORTVERSION= 4.9.0 +PORTVERSION= 4.9.2 CATEGORIES= misc MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/ diff -ruN most.old/distinfo most/distinfo --- most.old/distinfo Wed Aug 15 11:39:36 2001 +++ most/distinfo Thu Apr 4 10:05:09 2002 @@ -1 +1 @@ -MD5 (most-4.9.0.tar.gz) = e2b80cda82f022100282e06918606c85 +MD5 (most-4.9.2.tar.gz) = ccf9bb5aea4a337f188c0ee9f35f2efd diff -ruN most.old/files/patch-aa most/files/patch-aa --- most.old/files/patch-aa Wed Aug 15 11:39:36 2001 +++ most/files/patch-aa Thu Apr 4 10:06:58 2002 @@ -1,22 +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 @@ +--- 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 = $(prefix)/etc/most.conf + SYS_INITFILE = @sysconfdir@/most.conf -@@ -87,8 +87,10 @@ +@@ -67,8 +67,10 @@ install: all $(BIN_DIR) - $(INSTALL) -s $(OBJDIR)/most $(BIN_DIR) - $(INSTALL_DATA) ../most.1 $(MAN_DIR) + $(INSTALL) -s $(OBJDIR)/most $(DESTDIR)$(BIN_DIR) + $(INSTALL_DATA) ../most.1 $(DESTDIR)$(MAN_DIR) +.if !defined(NOPORTDOCS) - $(INSTALL) -d $(DOC_DIR) -m 755 - $(INSTALL_DATA) $(DOC_FILES) $(DOC_DIR) + $(INSTALL) -d -m 755 $(DESTDIR)$(DOC_DIR) + $(INSTALL_DATA) $(DOC_FILES) $(DESTDIR)$(DOC_DIR) +.endif $(BIN_DIR): - - ../mkinsdir.sh $(BIN_DIR) + - ../mkinsdir.sh $(DESTDIR)$(BIN_DIR) # The symlinks target is for my own private use. It simply creates the object >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?20020404081439.6C3395A545>