diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-12 06:41:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-12 06:41:39 +0800 |
commit | 83736ed5a961f31493404c69cc2f966a5b0688dd (patch) | |
tree | a25cdc4734ff4591427e8c80866d485a60e475a5 /editors | |
parent | f9a98c3d3db2f83675477e2f119a3cf22aaab15a (diff) | |
download | freebsd-ports-gnome-83736ed5a961f31493404c69cc2f966a5b0688dd.tar.gz freebsd-ports-gnome-83736ed5a961f31493404c69cc2f966a5b0688dd.tar.zst freebsd-ports-gnome-83736ed5a961f31493404c69cc2f966a5b0688dd.zip |
- Update to 2.2.61
PR: 126421
Submitted by: Ports Fury
Diffstat (limited to 'editors')
-rw-r--r-- | editors/zile/Makefile | 9 | ||||
-rw-r--r-- | editors/zile/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 71c427f0098e..18cd1edbedfe 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zile -PORTVERSION= 2.2.60 +PORTVERSION= 2.2.61 CATEGORIES= editors MASTER_SITES= GNU @@ -16,7 +16,7 @@ COMMENT= Small emacs-like text editor USE_GNOME= gnometarget GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-lgnuregex" -CONFIGURE_ARGS= have_getopt_long_only=true +CONFIGURE_ARGS= --without-included-regex MAN1= zile.1 INFO= zile @@ -35,9 +35,10 @@ GNU_REGEX_H= gnuregex.h post-patch: @${REINPLACE_CMD} -e \ 's|<regex\.h>|<${GNU_REGEX_H}>|g ; \ - s|_regex_h|_${GNU_REGEX_H:S/\//_/g:S/./_/g}|g ; \ s|-pedantic||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ - 's|<regex\.h>|<${GNU_REGEX_H}>|g' ${WRKSRC}/src/search.c + 's|"regex\.h"|<${GNU_REGEX_H}>|g' ${WRKSRC}/src/search.c + @${REINPLACE_CMD} -e \ + 's|: install-exec-local|:|g' ${WRKSRC}/lib/Makefile.in .include <bsd.port.post.mk> diff --git a/editors/zile/distinfo b/editors/zile/distinfo index 3c3fa4d1e031..7d91104b8139 100644 --- a/editors/zile/distinfo +++ b/editors/zile/distinfo @@ -1,3 +1,3 @@ -MD5 (zile-2.2.60.tar.gz) = 2b90e6ef99343a999bb6b2cae222ca10 -SHA256 (zile-2.2.60.tar.gz) = 22a6872e1445fefb4292e4e40b5218c7ea8b350aaba0346ee30fd71c583b3033 -SIZE (zile-2.2.60.tar.gz) = 471225 +MD5 (zile-2.2.61.tar.gz) = d7a205b4acc263773b37cb7d5daafd65 +SHA256 (zile-2.2.61.tar.gz) = d91908e8cd4617178cb0aca547a741050c49ed46e5bf0791bc2027ef1578711b +SIZE (zile-2.2.61.tar.gz) = 659826 |