From tkato@prontomail.com  Sun Nov 16 05:47:35 2003
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1804A16A4D1
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 16 Nov 2003 05:46:26 -0800 (PST)
Received: from hfep03.dion.ne.jp (hfep03.dion.ne.jp [203.181.105.69])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 989A943F75
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 16 Nov 2003 05:46:24 -0800 (PST)
	(envelope-from tkato@prontomail.com)
Received: from localhost ([219.108.124.144]) by hfep03.dion.ne.jp with SMTP
          id <20031116134621174.EDMY@hfep03.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Sun, 16 Nov 2003 22:46:21 +0900
Message-Id: <20031116224520.616f0d51.tkato@prontomail.com>
Date: Sun, 16 Nov 2003 22:45:20 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: editors/zile

>Number:         59330
>Category:       ports
>Synopsis:       Update port: editors/zile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 16 05:50:15 PST 2003
>Closed-Date:    Sun Nov 16 06:36:28 PST 2003
>Last-Modified:  Sun Nov 16 06:36:28 PST 2003
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
>Description:
- Utilize INFO/DATADIR

New file:
files/patch-doc::zile.texi

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/editors/zile/Makefile editors/zile/Makefile
--- /usr/ports/editors/zile/Makefile	Mon Jun  9 01:33:25 2003
+++ editors/zile/Makefile	Thu Nov 13 01:06:25 2003
@@ -7,6 +7,7 @@
 
 PORTNAME=	zile
 PORTVERSION=	1.6.2
+PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -21,9 +22,10 @@
 		LDFLAGS="-L${LOCALBASE}/lib"
 
 MAN1=		zile.1
+INFO=		zile
 
 post-extract:
-	${RM} -f ${WRKSRC}/doc/zile.info
+	@${RM} -f ${WRKSRC}/doc/zile.info
 
 post-install:
 	install-info ${PREFIX}/info/zile.info ${PREFIX}/info/dir
diff -urN /usr/ports/editors/zile/files/patch-doc::zile.texi editors/zile/files/patch-doc::zile.texi
--- /usr/ports/editors/zile/files/patch-doc::zile.texi	Thu Jan  1 09:00:00 1970
+++ editors/zile/files/patch-doc::zile.texi	Wed Nov 12 18:56:13 2003
@@ -0,0 +1,13 @@
+--- doc/zile.texi.orig	Mon Apr 15 00:35:14 2002
++++ doc/zile.texi	Wed Nov 12 18:56:00 2003
+@@ -1,6 +1,10 @@
+ \input texinfo   @c -*-texinfo-*-
+ @setfilename zile.info
+ @settitle The Zile Manual
++@dircategory Editors
++@direntry
++* Zile: (zile).		A customizable, self-documenting real-time display editor.
++@end direntry
+ 
+ @c If "finalout" is commented out, the printed output will show
+ @c black boxes that mark lines that are too long.  Thus, it is
diff -urN /usr/ports/editors/zile/pkg-plist editors/zile/pkg-plist
--- /usr/ports/editors/zile/pkg-plist	Mon Jun  9 01:33:25 2003
+++ editors/zile/pkg-plist	Wed Nov 12 18:43:52 2003
@@ -1,15 +1,12 @@
 @comment $FreeBSD: ports/editors/zile/pkg-plist,v 1.4 2003/06/08 01:18:51 naddy Exp $
 bin/zile
-@unexec install-info --delete %D/info/zile.info %D/info/dir
-info/zile.info
-@exec install-info %D/info/zile.info %D/info/dir
-share/zile/AUTODOC
-share/zile/FAQ
-share/zile/HELP
-share/zile/LATEST_VERSION
-share/zile/MINIHELP1
-share/zile/MINIHELP2
-share/zile/MINIHELP3
-share/zile/TUTORIAL
-share/zile/zilerc.sample
-@dirrm share/zile
+%%DATADIR%%/AUTODOC
+%%DATADIR%%/FAQ
+%%DATADIR%%/HELP
+%%DATADIR%%/LATEST_VERSION
+%%DATADIR%%/MINIHELP1
+%%DATADIR%%/MINIHELP2
+%%DATADIR%%/MINIHELP3
+%%DATADIR%%/TUTORIAL
+%%DATADIR%%/zilerc.sample
+@dirrm %%DATADIR%%
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Sun Nov 16 06:36:21 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=59330 
>Unformatted:
