Date: Sat, 3 Feb 2018 14:00:47 +0000 (UTC) From: MANTANI Nobutaka <nobutaka@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460813 - in head/x11/mlterm: . files Message-ID: <201802031400.w13E0lhd013274@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802031400.w13E0lhd013274>