From tkato432@yahoo.com  Mon Mar  9 17:01:04 2009
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A0C2D106564A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  9 Mar 2009 17:01:02 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165])
	by mx1.freebsd.org (Postfix) with ESMTP id 734F68FC0A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  9 Mar 2009 17:01:02 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from localhost.localdomain (ZT039064.ppp.dion.ne.jp [59.128.39.64])
	by msa102lp.auone-net.jp (au one net msa) with ESMTP id 48CDE4AC031
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 10 Mar 2009 02:00:59 +0900 (JST)
Message-Id: <20090310020018.651e09e2.tkato432@yahoo.com>
Date: Tue, 10 Mar 2009 02:00:18 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: editors/zile to 2.3.4

>Number:         132470
>Category:       ports
>Synopsis:       Update port: editors/zile to 2.3.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 09 17:10:03 UTC 2009
>Closed-Date:    Sat Mar 14 14:09:59 UTC 2009
>Last-Modified:  Sat Mar 14 14:20:08 UTC 2009
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.1-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 2.3.4

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/editors/zile/Makefile editors/zile/Makefile
--- /usr/ports/editors/zile/Makefile	2009-01-14 23:57:06.000000000 +0900
+++ editors/zile/Makefile	2009-03-06 19:56:45.000000000 +0900
@@ -6,19 +6,24 @@
 #
 
 PORTNAME=	zile
-PORTVERSION=	2.3.0
+PORTVERSION=	2.3.4
 CATEGORIES=	editors
 MASTER_SITES=	GNU
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Small emacs-like text editor
 
+BUILD_DEPENDS=	help2man:${PORTSDIR}/misc/help2man
+
+USE_LUA=	5.0+
+LUA_COMPS=	lua:build
+USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	LIBS="-lgnuregex"
+CONFIGURE_ENV=	LIBS="-lgnuregex" \
+		ac_cv_path_LUA="${LUA_CMD}"
 CONFIGURE_ARGS=	--without-included-regex
 
 MAN1=		zile.1
-INFO=		zile
 PLIST_FILES=	bin/zile %%DATADIR%%/FAQ %%DATADIR%%/dotzile.sample
 PLIST_DIRS=	%%DATADIR%%
 
@@ -31,4 +36,9 @@
 	@${REINPLACE_CMD} -e \
 		's|: install-exec-local|:|g' ${WRKSRC}/lib/Makefile.in
 
+pre-build:
+	@${RM} -f ${WRKSRC}/src/tbl_funcs.h
+	@(cd ${BUILD_WRKSRC}/src; ${SETENV} ${MAKE_ENV} ${GMAKE} \
+		${MAKE_FLAGS} ${MAKEFILE} tbl_funcs.h)
+
 .include <bsd.port.mk>
diff -urN /usr/ports/editors/zile/distinfo editors/zile/distinfo
--- /usr/ports/editors/zile/distinfo	2009-01-14 23:57:06.000000000 +0900
+++ editors/zile/distinfo	2009-03-06 19:59:28.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (zile-2.3.0.tar.gz) = c35fd88c9045eaffb83aa46abe7e9d27
-SHA256 (zile-2.3.0.tar.gz) = 4cd7208cea60218fc84ee7f59504e1460524ec1f9a7bbfb79d0ee3a756a6ee96
-SIZE (zile-2.3.0.tar.gz) = 706902
+MD5 (zile-2.3.4.tar.gz) = c296056172e99498f5e6459325f0c6b7
+SHA256 (zile-2.3.4.tar.gz) = dd85ae2312eb0e8d2b791b57856c51f2951b73d472f09ce6caa7af4b6f9140d4
+SIZE (zile-2.3.4.tar.gz) = 622075
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Mar 9 18:53:06 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132470 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Mar 14 14:09:58 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132470 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/132470: commit references a PR
Date: Sat, 14 Mar 2009 14:11:17 +0000 (UTC)

 miwi        2009-03-14 14:10:17 UTC
 
   FreeBSD ports repository
 
   Modified files:
     editors/zile         Makefile distinfo 
   Log:
   - Update to 2.3.4
   
   PR:             132470
   Submitted by:   Ports Fury
   
   Revision  Changes    Path
   1.63      +13 -3     ports/editors/zile/Makefile
   1.56      +3 -3      ports/editors/zile/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
