From owner-svn-ports-head@freebsd.org Sat Feb 3 14:00:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 303E1EEBB07; Sat, 3 Feb 2018 14:00:48 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D793D6A117; Sat, 3 Feb 2018 14:00:47 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B88843EA3; Sat, 3 Feb 2018 14:00:47 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w13E0lBV013712; Sat, 3 Feb 2018 14:00:47 GMT (envelope-from nobutaka@FreeBSD.org) Received: (from nobutaka@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w13E0lhd013274; Sat, 3 Feb 2018 14:00:47 GMT (envelope-from nobutaka@FreeBSD.org) Message-Id: <201802031400.w13E0lhd013274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nobutaka set sender to nobutaka@FreeBSD.org using -f From: MANTANI Nobutaka Date: Sat, 3 Feb 2018 14:00:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460813 - in head/x11/mlterm: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nobutaka X-SVN-Commit-Paths: in head/x11/mlterm: . files X-SVN-Commit-Revision: 460813 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Feb 2018 14:00:48 -0000 Author: nobutaka Date: Sat Feb 3 14:00:47 2018 New Revision: 460813 URL: https://svnweb.freebsd.org/changeset/ports/460813 Log: - Update to 3.8.4. - Regenerate patches with make makepatch. Modified: head/x11/mlterm/Makefile head/x11/mlterm/distinfo head/x11/mlterm/files/patch-configure head/x11/mlterm/files/patch-inputmethod_ibus_im__ibus.c Modified: head/x11/mlterm/Makefile ============================================================================== --- head/x11/mlterm/Makefile Sat Feb 3 13:36:44 2018 (r460812) +++ head/x11/mlterm/Makefile Sat Feb 3 14:00:47 2018 (r460813) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mlterm -PORTVERSION= 3.8.3 +PORTVERSION= 3.8.4 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/01release/${PORTNAME}-${PORTVERSION} Modified: head/x11/mlterm/distinfo ============================================================================== --- head/x11/mlterm/distinfo Sat Feb 3 13:36:44 2018 (r460812) +++ head/x11/mlterm/distinfo Sat Feb 3 14:00:47 2018 (r460813) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509800157 -SHA256 (mlterm-3.8.3.tar.gz) = cd4bddb10bd7866255ddf45192add4853c2e8c49b36df6e9a9d2f274af18f9ee -SIZE (mlterm-3.8.3.tar.gz) = 3850354 +TIMESTAMP = 1517665433 +SHA256 (mlterm-3.8.4.tar.gz) = c9f1cc380e8cd1546cf2bb4e1cedc80ca8a2d629567a9553ca32e43b4a3a301e +SIZE (mlterm-3.8.4.tar.gz) = 3881872 Modified: head/x11/mlterm/files/patch-configure ============================================================================== --- head/x11/mlterm/files/patch-configure Sat Feb 3 13:36:44 2018 (r460812) +++ head/x11/mlterm/files/patch-configure Sat Feb 3 14:00:47 2018 (r460813) @@ -1,6 +1,6 @@ ---- configure.orig 2017-01-07 22:24:39 UTC +--- configure.orig 2017-12-02 16:03:25 UTC +++ configure -@@ -21932,7 +21932,7 @@ if test "$utmp" = "yes" -a "$pty_helper" +@@ -21976,7 +21976,7 @@ if test "$utmp" = "yes" -a "$pty_helper" if test "$has_utmp" ; then INSTALL_OPT="-m 2755 -g utmp" else @@ -9,7 +9,7 @@ fi else INSTALL_OPT="-m 755" -@@ -22158,6 +22158,7 @@ $as_echo "yes" >&6; } +@@ -22202,6 +22202,7 @@ $as_echo "yes" >&6; } fi fi if test "$have_vte" = "yes" ; then Modified: head/x11/mlterm/files/patch-inputmethod_ibus_im__ibus.c ============================================================================== --- head/x11/mlterm/files/patch-inputmethod_ibus_im__ibus.c Sat Feb 3 13:36:44 2018 (r460812) +++ head/x11/mlterm/files/patch-inputmethod_ibus_im__ibus.c Sat Feb 3 14:00:47 2018 (r460813) @@ -1,11 +1,11 @@ ---- inputmethod/ibus/im_ibus.c.orig 2017-01-07 22:24:38 UTC +--- inputmethod/ibus/im_ibus.c.orig 2017-12-02 16:03:23 UTC +++ inputmethod/ibus/im_ibus.c -@@ -1008,7 +1008,7 @@ im_info_t* im_ibus_get_info(char* locale +@@ -1033,7 +1033,7 @@ im_info_t *im_ibus_get_info(char *locale } result->id = strdup("ibus"); - result->name = strdup("iBus"); + result->name = strdup("ibus"); - result->num_of_args = 0; + result->num_args = 0; result->args = NULL; result->readable_args = NULL;