summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/zile/Makefile17
-rw-r--r--editors/zile/distinfo11
-rw-r--r--editors/zile/patches/patch-aa14
3 files changed, 13 insertions, 29 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile
index e68e7ec3e95..b519d360506 100644
--- a/editors/zile/Makefile
+++ b/editors/zile/Makefile
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.38 2020/09/26 12:41:02 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2020/11/24 09:57:43 nia Exp $
-DISTNAME= zile-2.4.14
-#PKGREVISION= 1
-PKGREVISION= 1
+DISTNAME= zile-2.4.15
CATEGORIES= editors
-MASTER_SITES= http://ftp.gnu.org/gnu/zile/
+MASTER_SITES= ${MASTER_SITE_GNU:=zile/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gnu.org/software/zile/
COMMENT= Emacs-like text editor
LICENSE= gnu-gpl-v3
+TOOL_DEPENDS+= help2man-[0-9]*:../../converters/help2man
+TOOL_DEPENDS+= p5-Locale-Msgfmt-[0-9]*:../../devel/p5-Locale-Msgfmt
+
USE_TOOLS+= pkg-config perl gmake makeinfo
GNU_CONFIGURE= yes
@@ -19,11 +20,9 @@ CONFIGURE_ARGS+= --disable-silent-rules
INFO_FILES= yes
-BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man
-BUILD_DEPENDS+= p5-Locale-Msgfmt-[0-9]*:../../devel/p5-Locale-Msgfmt
-
# we only want the charset.alias file, so no buildlinkery for libiconv
-DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
+DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
+
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../devel/boehm-gc/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
diff --git a/editors/zile/distinfo b/editors/zile/distinfo
index 6934a2c9a9c..4841a6f083d 100644
--- a/editors/zile/distinfo
+++ b/editors/zile/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.13 2020/07/03 11:37:44 hauke Exp $
+$NetBSD: distinfo,v 1.14 2020/11/24 09:57:43 nia Exp $
-SHA1 (zile-2.4.14.tar.gz) = 0cfd3fb38eb4f2b867755a1c4e3bc16a222b4caa
-RMD160 (zile-2.4.14.tar.gz) = 9db14b79606375f3229e176588495066f1c2fba4
-SHA512 (zile-2.4.14.tar.gz) = 0dea56fd13a82015ec73de3139a4b2c27ad4c001ed535f1bae557ee49f9d8a188610a08160998d0a36b95fec42b46a019fd43634ef6502ebd27e162164de98cc
-Size (zile-2.4.14.tar.gz) = 1385314 bytes
-SHA1 (patch-aa) = a46b85b65e2bb46ddbba28761e1b956fb9541b8f
+SHA1 (zile-2.4.15.tar.gz) = b09afbcefb9825e7c6c0b548d053b06c9cf69c30
+RMD160 (zile-2.4.15.tar.gz) = 78db464fa37635b9c5887ec0012a3896a8c78ed1
+SHA512 (zile-2.4.15.tar.gz) = e2a04c280ae0c0038e6ef18abec0be55063a472f77a511bf31459712be24659edcaa2d1c861d7c00bdab87a1881af03d14eb561047c386cbff5f90b13b1a2575
+Size (zile-2.4.15.tar.gz) = 1490611 bytes
SHA1 (patch-ab) = 55f6e35e748d2efa4841925456da8e474d14df17
diff --git a/editors/zile/patches/patch-aa b/editors/zile/patches/patch-aa
deleted file mode 100644
index a157fd719cf..00000000000
--- a/editors/zile/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2012/02/11 09:54:21 hiramatsu Exp $
-
-Do not install charset.alias.
-
---- lib/Makefile.in.orig 2012-02-11 05:50:56.000000000 +0000
-+++ lib/Makefile.in
-@@ -2167,6 +2167,7 @@ install-exec-localcharset: all-local
- else \
- need_charset_alias=false ; \
- fi ; \
-+ need_charset_alias=false`# provided by pkgsrc/converters/libiconv`; \
- if $$need_charset_alias; then \
- $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
- fi ; \