diff options
author | culot <culot@FreeBSD.org> | 2012-02-21 20:43:46 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-02-21 20:43:46 +0800 |
commit | b85cc116894f0fc1ab5333bf90a6a65b3c37546f (patch) | |
tree | cd9b36d0c968a164696573acb7198941b09b2f8d | |
parent | 8b38e4f901be9685128408d03a10d564a7024762 (diff) | |
download | freebsd-ports-gnome-b85cc116894f0fc1ab5333bf90a6a65b3c37546f.tar.gz freebsd-ports-gnome-b85cc116894f0fc1ab5333bf90a6a65b3c37546f.tar.zst freebsd-ports-gnome-b85cc116894f0fc1ab5333bf90a6a65b3c37546f.zip |
- Update to 2.4.6
Changes: http://git.savannah.gnu.org/cgit/zile.git/tree/NEWS
-rw-r--r-- | editors/zile/Makefile | 5 | ||||
-rw-r--r-- | editors/zile/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 2aa17864edf2..32d7fff42295 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zile -PORTVERSION= 2.4.5 +PORTVERSION= 2.4.6 CATEGORIES= editors MASTER_SITES= GNU @@ -35,7 +35,6 @@ post-patch: @${REINPLACE_CMD} -e \ '/need_charset_alias=/s|true|false|g' ${WRKSRC}/lib/Makefile.in @${REINPLACE_CMD} -e \ - 's|/home/rrt/local/share/zile/dotzile-extra.el|${DOCSDIR}/dotzile.sample|' ${WRKSRC}/doc/zile.1 - @${REINPLACE_CMD} -e 's|2.4.2|2.4.3|' ${WRKSRC}/doc/zile.1 + 's|@pkgdatadir@/dotzile-extra.el|${DOCSDIR}/dotzile.sample|' ${WRKSRC}/doc/zile.1.in .include <bsd.port.mk> diff --git a/editors/zile/distinfo b/editors/zile/distinfo index 084756cd5e35..d79f9fef7967 100644 --- a/editors/zile/distinfo +++ b/editors/zile/distinfo @@ -1,2 +1,2 @@ -SHA256 (zile-2.4.5.tar.gz) = 19e5c65b98edb9b65227f2f05624a13b0e0941dab509d983ef0f6207f79067f2 -SIZE (zile-2.4.5.tar.gz) = 1259220 +SHA256 (zile-2.4.6.tar.gz) = d8a8e6b4624084902a9a6b91cbd6c64a970c0d5bbef79acb6bacb7abf05c607d +SIZE (zile-2.4.6.tar.gz) = 1257698 |