summaryrefslogtreecommitdiff
path: root/x11/mlterm/Makefile
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2013-03-10 16:12:57 +0000
committertsutsui <tsutsui@pkgsrc.org>2013-03-10 16:12:57 +0000
commit283118db222878ef4d48959a0e219819c19f8d03 (patch)
treee076fc921593b4c2a4f97cb40fb1eee8bc3825c7 /x11/mlterm/Makefile
parent926903bdb95403e02d9fb4faa065d7ee7a75cd53 (diff)
downloadpkgsrc-283118db222878ef4d48959a0e219819c19f8d03.tar.gz
Update mlterm to 3.1.8.
Changes per doc/en/ReleaseNote: ver 3.1.8 * Support framebuffer on FreeBSD. (Experimental) * 'key' configuration file accepts Button1 - Button5. * Remove "conf_menu_path_1", "conf_menu_path_2", "conf_menu_path_3" and "button3_behavior" options which are integrated to shortcuts. [Migration] (~/.mlterm/main) (~/.mlterm/key) conf_menu_path_1=... => Control+Button1="menu:..." conf_menu_path_2=... => Control+Button2="menu:..." conf_menu_path_2=... => Control+Button3="menu:..." button3_behavior=... => Button3="exesel:..." * Add "set_shortcut" command to configuration protocol. * Bug fixes: Fix the bug of DECCRA. Fix the bug which broke input string of "ExecCmd" field of the connection dialog in win32. Fix the bug which didn't redraw a part of full-width characters when window is exposed. Enable to change "vertical_mode" option dynamically in framebuffer.
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 b0e6d755b89..bf939e67fcb 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.80 2013/02/16 11:25:22 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2013/03/10 16:12:57 tsutsui Exp $
-DISTNAME= mlterm-3.1.7
-PKGREVISION= 2
+DISTNAME= mlterm-3.1.8
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}