Date: Sat, 23 Feb 2002 00:50:57 +0900 (JST) From: Yoichi NAKAYAMA <yoichi@freebsd.org> To: FreeBSD-gnats-submit@freebsd.org Cc: yoichi@freebsd.org, jim@freebsd.org Subject: ports/35210: Update wmbiff Message-ID: <200202221550.g1MFovY41811@pc5.eken.phys.nagoya-u.ac.jp>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202221550.g1MFovY41811>