summaryrefslogtreecommitdiff
path: root/x11/mlterm/Makefile
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2015-08-30 16:06:12 +0000
committertsutsui <tsutsui@pkgsrc.org>2015-08-30 16:06:12 +0000
commitd0124802f6417a0e21fd38e2da4e8bcd02c83833 (patch)
treeb25bfb1baef91497c9c6dca3dec43023606ff579 /x11/mlterm/Makefile
parent2a294e7da2b06ddde8850e3b56d561dd4097d2e2 (diff)
downloadpkgsrc-d0124802f6417a0e21fd38e2da4e8bcd02c83833.tar.gz
Update mlterm to 3.5.1.
pkgsrc changes: - remove post-3.5.0 patch Changes noted in doc/en/ReleaseNote: ver 3.5.1 * Support font fallback on cairo. * Improve romaji-kana conversion in using wnn as an input method. (Merge https://gist.github.com/tsutsui/1d4f9af3b4a53c906eb4) * KBD_INPUT_NUM or MOUSE_INPUT_NUM environmental variables enable to specify N of /dev/input/eventN on Linux/framebuffer. * Update unicode properties to 8.0.0. * Add "layout_inner_border" / --lborder option. * Add "use_extended_scroll_shortcut" to OSC 5379 and 5380. * Add "Scroll by Shift+Up or Shift+Down" to "Others" tab of mlconfig. * Add "Font width" (Narrow/Widen/Default) entry to "Font" tab of mlconfig. * Bug fixes: Change the version of libvte 2.91 compatible library from 9.0.0 to 0.0.0 Clean up utmp entry in exiting on NetBSD.
Diffstat (limited to 'x11/mlterm/Makefile')
-rw-r--r--x11/mlterm/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index 17fbe6b0169..963f367ccb0 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.120 2015/06/30 09:57:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.121 2015/08/30 16:06:12 tsutsui Exp $
-DISTNAME= mlterm-3.5.0
-PKGREVISION= 1
+DISTNAME= mlterm-3.5.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}