diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-14 17:12:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-14 17:12:09 +0800 |
commit | 5d5271ff974db14d724d889a126ab1669eb634e7 (patch) | |
tree | 6f1ffbfd1002a9712380d6f94af41ea4cf2ade90 /editors/zile | |
parent | 2ac53571ee83849ef61bf9893463e3c519e1358e (diff) | |
download | freebsd-ports-gnome-5d5271ff974db14d724d889a126ab1669eb634e7.tar.gz freebsd-ports-gnome-5d5271ff974db14d724d889a126ab1669eb634e7.tar.zst freebsd-ports-gnome-5d5271ff974db14d724d889a126ab1669eb634e7.zip |
- Update to 2.3.0
PR: 130461
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'editors/zile')
-rw-r--r-- | editors/zile/Makefile | 8 | ||||
-rw-r--r-- | editors/zile/distinfo | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 1f19cd065577..8e826d2d52c1 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -6,27 +6,25 @@ # PORTNAME= zile -PORTVERSION= 2.2.61 +PORTVERSION= 2.3.0 CATEGORIES= editors MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= Small emacs-like text editor -USE_GNOME= gnometarget GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-lgnuregex" CONFIGURE_ARGS= --without-included-regex MAN1= zile.1 INFO= zile -PLIST_FILES= bin/zile %%DATADIR%%/AUTODOC %%DATADIR%%/FAQ %%DATADIR%%/HELP \ - %%DATADIR%%/TUTORIAL %%DATADIR%%/dotzile.sample +PLIST_FILES= bin/zile %%DATADIR%%/FAQ %%DATADIR%%/dotzile.sample PLIST_DIRS= %%DATADIR%% post-patch: @${REINPLACE_CMD} -e \ - 's|<regex\.h>|<${GNU_REGEX_H}>|g ; \ + 's|<regex\.h>|<gnu/regex.h>|g ; \ s|-pedantic||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|"regex\.h"|<gnu/regex.h>|g' ${WRKSRC}/src/search.c diff --git a/editors/zile/distinfo b/editors/zile/distinfo index 7d91104b8139..324f40ef5a1e 100644 --- a/editors/zile/distinfo +++ b/editors/zile/distinfo @@ -1,3 +1,3 @@ -MD5 (zile-2.2.61.tar.gz) = d7a205b4acc263773b37cb7d5daafd65 -SHA256 (zile-2.2.61.tar.gz) = d91908e8cd4617178cb0aca547a741050c49ed46e5bf0791bc2027ef1578711b -SIZE (zile-2.2.61.tar.gz) = 659826 +MD5 (zile-2.3.0.tar.gz) = c35fd88c9045eaffb83aa46abe7e9d27 +SHA256 (zile-2.3.0.tar.gz) = 4cd7208cea60218fc84ee7f59504e1460524ec1f9a7bbfb79d0ee3a756a6ee96 +SIZE (zile-2.3.0.tar.gz) = 706902 |