svn commit: r499443 - in head/x11/mlterm: . files

MANTANI Nobutaka nobutaka at FreeBSD.org
Sat Apr 20 13:59:56 UTC 2019


Author: nobutaka
Date: Sat Apr 20 13:59:54 2019
New Revision: 499443
URL: https://svnweb.freebsd.org/changeset/ports/499443

Log:
  Update to 3.8.8.

Modified:
  head/x11/mlterm/Makefile
  head/x11/mlterm/distinfo
  head/x11/mlterm/files/patch-configure
  head/x11/mlterm/pkg-plist

Modified: head/x11/mlterm/Makefile
==============================================================================
--- head/x11/mlterm/Makefile	Sat Apr 20 13:37:50 2019	(r499442)
+++ head/x11/mlterm/Makefile	Sat Apr 20 13:59:54 2019	(r499443)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mlterm
-PORTVERSION=	3.8.7
+PORTVERSION=	3.8.8
 CATEGORIES=	x11
 MASTER_SITES=	SF/${PORTNAME}/01release/${PORTNAME}-${PORTVERSION}
 

Modified: head/x11/mlterm/distinfo
==============================================================================
--- head/x11/mlterm/distinfo	Sat Apr 20 13:37:50 2019	(r499442)
+++ head/x11/mlterm/distinfo	Sat Apr 20 13:59:54 2019	(r499443)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1541856986
-SHA256 (mlterm-3.8.7.tar.gz) = 7412cb5b3efae155a64e3b527bfc3e30dcf960571525146837683233f3c14782
-SIZE (mlterm-3.8.7.tar.gz) = 3994292
+TIMESTAMP = 1555766609
+SHA256 (mlterm-3.8.8.tar.gz) = f3eca9ddafcc463e4723be1fabe7ffe0993c3d050dc93f6f745f43ccc57603cb
+SIZE (mlterm-3.8.8.tar.gz) = 4035215

Modified: head/x11/mlterm/files/patch-configure
==============================================================================
--- head/x11/mlterm/files/patch-configure	Sat Apr 20 13:37:50 2019	(r499442)
+++ head/x11/mlterm/files/patch-configure	Sat Apr 20 13:59:54 2019	(r499443)
@@ -1,15 +1,6 @@
---- configure.orig	2017-12-02 16:03:25 UTC
+--- configure.orig	2019-03-31 13:10:47 UTC
 +++ configure
-@@ -21976,7 +21976,7 @@ if test "$utmp" = "yes" -a "$pty_helper"
- 	if test "$has_utmp" ; then
- 		INSTALL_OPT="-m 2755 -g utmp"
- 	else
--		INSTALL_OPT="-m 4755 -o root"
-+		INSTALL_OPT="-m 4755"
- 	fi
- else
- 	INSTALL_OPT="-m 755"
-@@ -22202,6 +22202,7 @@ $as_echo "yes" >&6; }
+@@ -19448,6 +19448,7 @@ $as_echo "yes" >&6; }
  fi
  	fi
  	if test "$have_vte" = "yes" ; then
@@ -17,3 +8,12 @@
  		OUTPUT_FILES="gtk/Makefile ${OUTPUT_FILES}"
  
  	fi
+@@ -25538,7 +25539,7 @@ if test "$INSTALL_OPT" = ""; then
+ 		if test "$has_utmp" ; then
+ 			INSTALL_OPT="-m 2755 -g utmp"
+ 		else
+-			INSTALL_OPT="-m 4755 -o root"
++			INSTALL_OPT="-m 4755"
+ 		fi
+ 	else
+ 		INSTALL_OPT="-m 755"

Modified: head/x11/mlterm/pkg-plist
==============================================================================
--- head/x11/mlterm/pkg-plist	Sat Apr 20 13:37:50 2019	(r499442)
+++ head/x11/mlterm/pkg-plist	Sat Apr 20 13:59:54 2019	(r499443)
@@ -18,14 +18,14 @@ etc/mlterm/vfont
 etc/mlterm/xim
 lib/libmef.a
 lib/libmef.so
-lib/libmef.so.2
-lib/libmef.so.2.0.0
+lib/libmef.so.3
+lib/libmef.so.%%GTK3_VERSION%%
 lib/libmlterm_coreotl.a
 lib/libmlterm_coreotl.so
 lib/libpobl.a
 lib/libpobl.so
-lib/libpobl.so.1
-lib/libpobl.so.1.0.0
+lib/libpobl.so.2
+lib/libpobl.so.2.0.0
 lib/libvte-mlterm.a
 lib/libvte-mlterm.so
 lib/libvte-mlterm.so.9
@@ -72,8 +72,6 @@ lib/mlterm/libind_oriya.a
 lib/mlterm/libind_oriya.so
 lib/mlterm/libind_punjabi.a
 lib/mlterm/libind_punjabi.so
-lib/mlterm/libind_tamil.a
-lib/mlterm/libind_tamil.so
 lib/mlterm/libind_telugu.a
 lib/mlterm/libind_telugu.so
 %%M17NLIB%%lib/mlterm/libim-m17nlib.a


More information about the svn-ports-all mailing list