- Update to 3.8.4.
- Regenerate patches with make makepatch.
This commit is contained in:
parent
ee08fc60e5
commit
2bb879dd6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460813
4 changed files with 10 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mlterm
|
||||
PORTVERSION= 3.8.3
|
||||
PORTVERSION= 3.8.4
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= SF/${PORTNAME}/01release/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue