Date: Tue, 10 Mar 2009 02:00:18 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/132470: Update port: editors/zile to 2.3.4 Message-ID: <20090310020018.651e09e2.tkato432@yahoo.com> Resent-Message-ID: <200903091710.n29HA369030883@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132470 >Category: ports >Synopsis: Update port: editors/zile to 2.3.4 >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: Mon Mar 09 17:10:03 UTC 2009 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090310020018.651e09e2.tkato432>