From owner-freebsd-ports Fri Feb 22 8: 0:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFC7C37B416 for ; Fri, 22 Feb 2002 08:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1MG03F19516; Fri, 22 Feb 2002 08:00:03 -0800 (PST) (envelope-from gnats) Received: from pc5.eken.phys.nagoya-u.ac.jp (pc5.eken.phys.nagoya-u.ac.jp [133.6.121.35]) by hub.freebsd.org (Postfix) with ESMTP id 20B1837B417; Fri, 22 Feb 2002 07:51:01 -0800 (PST) Received: (from yoichi0@localhost) by pc5.eken.phys.nagoya-u.ac.jp (8.11.6/8.11.4) id g1MFovY41811; Sat, 23 Feb 2002 00:50:57 +0900 (JST) (envelope-from yoichi0) Message-Id: <200202221550.g1MFovY41811@pc5.eken.phys.nagoya-u.ac.jp> Date: Sat, 23 Feb 2002 00:50:57 +0900 (JST) From: Yoichi NAKAYAMA Reply-To: Yoichi NAKAYAMA To: FreeBSD-gnats-submit@freebsd.org Cc: yoichi@freebsd.org, jim@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/35210: Update wmbiff Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35210 >Category: ports >Synopsis: Update wmbiff >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: Fri Feb 22 08:00:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Yoichi NAKAYAMA >Release: FreeBSD 4.5-STABLE i386 >Organization: E-labo., Dept. of Physics, Nagoya University, JAPAN >Environment: >Description: Update to 0.3.7 >How-To-Repeat: >Fix: Remove patch-ab,patch-ac and replace patch-aa by attached one. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # wmbiff.diff # files/patch-aa # echo x - wmbiff.diff sed 's/^X//' >wmbiff.diff << 'END-of-wmbiff.diff' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/mail/wmbiff/Makefile,v Xretrieving revision 1.8 Xdiff -u -r1.8 Makefile X--- Makefile 12 Nov 2001 01:49:31 -0000 1.8 X+++ Makefile 22 Feb 2002 15:45:03 -0000 X@@ -6,7 +6,7 @@ X # X X PORTNAME= wmbiff X-PORTVERSION= 0.3.3 X+PORTVERSION= 0.3.7 X CATEGORIES= mail windowmaker afterstep X MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} X MASTER_SITE_SUBDIR= ${PORTNAME} X@@ -21,6 +21,9 @@ X MAN1= wmbiff.1 X MAN5= wmbiffrc.5 X X+MAKE_ARGS= OSTYPE="FreeBSD" MANDIR=${PREFIX}/man \ X+ WITHOUT_CRYPTO=yes LIBDIR="-L${X11BASE}/lib" \ X+ INSTALL_USER=${BINOWN} INSTALL_GROUP=${BINGRP} X post-install: X @${ECHO} "===> Installing sample.wmbiffrc to ${PREFIX}/share/wmbiff" X @${ECHO} "===> Modify it to suit your needs and copy to ~/.wmbiffrc" XIndex: distinfo X=================================================================== XRCS file: /home/ncvs/ports/mail/wmbiff/distinfo,v Xretrieving revision 1.3 Xdiff -u -r1.3 distinfo X--- distinfo 12 Nov 2001 01:49:31 -0000 1.3 X+++ distinfo 22 Feb 2002 15:45:03 -0000 X@@ -1 +1 @@ X-MD5 (wmbiff-0.3.3.tar.gz) = 8e187fd6c79100d0308b36b289041640 X+MD5 (wmbiff-0.3.7.tar.gz) = 797fcbd1725408954e25fcd7e5e9fd4b END-of-wmbiff.diff echo x - files/patch-aa sed 's/^X//' >files/patch-aa << 'END-of-files/patch-aa' X--- Makefile.orig Mon Feb 4 07:48:59 2002 X+++ Makefile Sat Feb 23 00:39:56 2002 X@@ -64,7 +64,7 @@ X X INSTALL?= /usr/bin/install X INSTALL_DIR?= $(INSTALL) -d -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 755 X-INSTALL_PRG?= $(INSTALL) -p -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 755 -s X+INSTALL_PROGRAM?= $(INSTALL) -p -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 755 -s X INSTALL_FILE?= $(INSTALL) -p -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 644 X X END-of-files/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message