Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Oct 2004 20:10:41 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sanpei@FreeBSD.org
Subject:   ports/73238: [PATCH] textproc/wdiff: minor fixes
Message-ID:  <20041028121041.41CF63E9FFB@utopia.leeym.com>
Resent-Message-ID: <200410281220.i9SCKT1v049361@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041028121041.41CF63E9FFB>