From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 28 12:20:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0C0516A4CE for ; Thu, 28 Oct 2004 12:20:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95C8243D49 for ; Thu, 28 Oct 2004 12:20:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9SCKTXE049362 for ; Thu, 28 Oct 2004 12:20:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9SCKT1v049361; Thu, 28 Oct 2004 12:20:29 GMT (envelope-from gnats) Resent-Date: Thu, 28 Oct 2004 12:20:29 GMT Resent-Message-Id: <200410281220.i9SCKT1v049361@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF35716A4CE; Thu, 28 Oct 2004 12:10:48 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CDE043D64; Thu, 28 Oct 2004 12:10:48 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 47BAE3E9FFC; Thu, 28 Oct 2004 20:10:47 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 60119-09; Thu, 28 Oct 2004 20:10:41 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 41CF63E9FFB; Thu, 28 Oct 2004 20:10:41 +0800 (CST) Message-Id: <20041028121041.41CF63E9FFB@utopia.leeym.com> Date: Thu, 28 Oct 2004 20:10:41 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: sanpei@FreeBSD.org Subject: ports/73238: [PATCH] textproc/wdiff: minor fixes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2004 12:20:29 -0000 >Number: 73238 >Category: ports >Synopsis: [PATCH] textproc/wdiff: minor fixes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 28 12:20:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Oct 25 01:17:22 CST 2004 >Description: - utilize INFO and PLIST_FILES, and retire pkg-plist - add WWW in pkg-descr Removed file(s): - pkg-plist Port maintainer (sanpei@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- wdiff-0.5_3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/wdiff/Makefile,v retrieving revision 1.12 diff -u -u -r1.12 Makefile --- Makefile 15 Apr 2004 09:47:39 -0000 1.12 +++ Makefile 28 Oct 2004 12:09:57 -0000 @@ -18,6 +18,8 @@ GNU_CONFIGURE= yes MAN1= wdiff.1 +INFO= wdiff +PLIST_FILES= bin/wdiff post-install: @install-info ${PREFIX}/${INFO_PATH}/wdiff.info ${PREFIX}/${INFO_PATH}/dir Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/textproc/wdiff/pkg-descr,v retrieving revision 1.2 diff -u -u -r1.2 pkg-descr --- pkg-descr 2 Jul 2000 14:09:34 -0000 1.2 +++ pkg-descr 28 Oct 2004 12:09:57 -0000 @@ -19,3 +19,5 @@ - Yoshiro MIHIRA (sanpei@sanpei.org) + +WWW: http://www.gnu.org/software/wdiff/ Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 6 Jan 2000 10:21:31 -0000 1.4 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,4 +0,0 @@ -bin/wdiff -@unexec install-info --delete %D/info/wdiff.info %D/info/dir -info/wdiff.info -@exec install-info %D/info/wdiff.info %D/info/dir --- wdiff-0.5_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: