diff options
author | culot <culot@FreeBSD.org> | 2012-07-20 22:41:24 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-07-20 22:41:24 +0800 |
commit | 9fa85b7564a04527aecd2df9830e8f30633245da (patch) | |
tree | 8c31fc143c64ec6441649f7f284dd84669f43ab6 | |
parent | a273d59564e0238f94f04ec652ac191c4b5275e2 (diff) | |
download | freebsd-ports-gnome-9fa85b7564a04527aecd2df9830e8f30633245da.tar.gz freebsd-ports-gnome-9fa85b7564a04527aecd2df9830e8f30633245da.tar.zst freebsd-ports-gnome-9fa85b7564a04527aecd2df9830e8f30633245da.zip |
- Update to 2.4.8
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, 5 insertions, 4 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index c081b8de08ae..b55ae9d2b1b0 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zile -PORTVERSION= 2.4.7 +PORTVERSION= 2.4.8 CATEGORIES= editors MASTER_SITES= GNU @@ -14,6 +14,7 @@ MAINTAINER= culot@FreeBSD.org COMMENT= Small emacs-like text editor LIB_DEPENDS= gc:${PORTSDIR}/devel/boehm-gc +BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:${PORTSDIR}/misc/help2man USE_GMAKE= yes USE_PERL5_BUILD=yes @@ -35,6 +36,6 @@ post-patch: @${REINPLACE_CMD} -e \ '/need_charset_alias=/s|true|false|g' ${WRKSRC}/lib/Makefile.in @${REINPLACE_CMD} -e \ - 's|@pkgdatadir@|${DOCSDIR}|' ${WRKSRC}/doc/zile.1.in + 's|@pkgdatadir@|${DOCSDIR}|' ${WRKSRC}/doc/man-extras .include <bsd.port.mk> diff --git a/editors/zile/distinfo b/editors/zile/distinfo index a02ebce9d955..6abd2ab915bb 100644 --- a/editors/zile/distinfo +++ b/editors/zile/distinfo @@ -1,2 +1,2 @@ -SHA256 (zile-2.4.7.tar.gz) = 8cf532fe48b5ca09e2cf67abf7abe33642eb7af4e7cd8bd1eb90137d96c467aa -SIZE (zile-2.4.7.tar.gz) = 1254385 +SHA256 (zile-2.4.8.tar.gz) = b793f4e064e3cdcac2f72a42b168c5cc0da6f7d078b8aac458b7d3cbacf7bc49 +SIZE (zile-2.4.8.tar.gz) = 1184855 |