diff options
author | culot <culot@FreeBSD.org> | 2012-03-22 17:30:48 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-03-22 17:30:48 +0800 |
commit | d13984802c6794ff37b3151f067965af5c687e69 (patch) | |
tree | 11220f266ea5916cd20e2506ea0fe7ce891daebd /editors/zile | |
parent | 8b2f91b48ca8915c329da220af416ea5c748d8d3 (diff) | |
download | freebsd-ports-graphics-d13984802c6794ff37b3151f067965af5c687e69.tar.gz freebsd-ports-graphics-d13984802c6794ff37b3151f067965af5c687e69.tar.zst freebsd-ports-graphics-d13984802c6794ff37b3151f067965af5c687e69.zip |
- Update to 2.4.7
Changes: http://git.savannah.gnu.org/cgit/zile.git/tree/NEWS
Feature safe: yes
Diffstat (limited to 'editors/zile')
-rw-r--r-- | editors/zile/Makefile | 4 | ||||
-rw-r--r-- | editors/zile/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 32d7fff4229..c081b8de08a 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zile -PORTVERSION= 2.4.6 +PORTVERSION= 2.4.7 CATEGORIES= editors MASTER_SITES= GNU @@ -35,6 +35,6 @@ post-patch: @${REINPLACE_CMD} -e \ '/need_charset_alias=/s|true|false|g' ${WRKSRC}/lib/Makefile.in @${REINPLACE_CMD} -e \ - 's|@pkgdatadir@/dotzile-extra.el|${DOCSDIR}/dotzile.sample|' ${WRKSRC}/doc/zile.1.in + 's|@pkgdatadir@|${DOCSDIR}|' ${WRKSRC}/doc/zile.1.in .include <bsd.port.mk> diff --git a/editors/zile/distinfo b/editors/zile/distinfo index d79f9fef796..a02ebce9d95 100644 --- a/editors/zile/distinfo +++ b/editors/zile/distinfo @@ -1,2 +1,2 @@ -SHA256 (zile-2.4.6.tar.gz) = d8a8e6b4624084902a9a6b91cbd6c64a970c0d5bbef79acb6bacb7abf05c607d -SIZE (zile-2.4.6.tar.gz) = 1257698 +SHA256 (zile-2.4.7.tar.gz) = 8cf532fe48b5ca09e2cf67abf7abe33642eb7af4e7cd8bd1eb90137d96c467aa +SIZE (zile-2.4.7.tar.gz) = 1254385 |