ports/73238: [PATCH] textproc/wdiff: minor fixes
Yen-Ming Lee
leeym at FreeBSD.org
Thu Oct 28 12:20:29 UTC 2004
>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 at 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 at 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
- at unexec install-info --delete %D/info/wdiff.info %D/info/dir
-info/wdiff.info
- at exec install-info %D/info/wdiff.info %D/info/dir
--- wdiff-0.5_3.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list