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

MANTANI Nobutaka nobutaka at FreeBSD.org
Mon Jun 16 12:13:38 UTC 2014


Author: nobutaka
Date: Mon Jun 16 12:13:36 2014
New Revision: 357972
URL: http://svnweb.freebsd.org/changeset/ports/357972
QAT: https://qat.redports.org/buildarchive/r357972/

Log:
  Update to 3.3.6.

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	Mon Jun 16 12:07:32 2014	(r357971)
+++ head/x11/mlterm/Makefile	Mon Jun 16 12:13:36 2014	(r357972)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mlterm
-PORTVERSION=	3.3.2
-PORTREVISION=	1
+PORTVERSION=	3.3.6
 CATEGORIES=	x11
 MASTER_SITES=	SF/${PORTNAME}/01release/${PORTNAME}-${PORTVERSION}
 
@@ -16,7 +15,7 @@ USE_GNOME=	gtk20 vte
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-imagelib=gdk-pixbuf2 --enable-utmp \
+CONFIGURE_ARGS=	--with-gui=x11 --with-imagelib=gdk-pixbuf2 --enable-utmp \
 		--enable-optimize-redrawing \
 		--with-tools="mlclient,mlconfig,mlterm-menu,mlcc,w3mmlconfig,mlimgloader" \
 		--disable-iiimf

Modified: head/x11/mlterm/distinfo
==============================================================================
--- head/x11/mlterm/distinfo	Mon Jun 16 12:07:32 2014	(r357971)
+++ head/x11/mlterm/distinfo	Mon Jun 16 12:13:36 2014	(r357972)
@@ -1,2 +1,2 @@
-SHA256 (mlterm-3.3.2.tar.gz) = 9622b601fbc550883f438016c3b95061495cb183fc690c1e809d156b5de23771
-SIZE (mlterm-3.3.2.tar.gz) = 3574269
+SHA256 (mlterm-3.3.6.tar.gz) = 4aad120b9b8c6f739e13d5f4855d3ac3cc1ba8edae4a401e5433d52a98e37dc8
+SIZE (mlterm-3.3.6.tar.gz) = 3600399

Modified: head/x11/mlterm/files/patch-configure
==============================================================================
--- head/x11/mlterm/files/patch-configure	Mon Jun 16 12:07:32 2014	(r357971)
+++ head/x11/mlterm/files/patch-configure	Mon Jun 16 12:13:36 2014	(r357972)
@@ -1,8 +1,17 @@
---- configure.orig	2011-07-09 14:35:10.000000000 +0900
-+++ configure	2011-07-09 14:36:32.000000000 +0900
-@@ -20868,6 +20868,7 @@
- 	have_vte=yes
+--- configure.orig	2014-05-25 14:42:27.000000000 +0900
++++ configure	2014-06-16 19:51:51.000000000 +0900
+@@ -21375,7 +21375,7 @@
+ 	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"
+@@ -21529,6 +21529,7 @@
  fi
+ 	fi
  	if test "$have_vte" = "yes" ; then
 +		MAKE_DIRS="gtk ${MAKE_DIRS}"
  		OUTPUT_FILES="gtk/Makefile ${OUTPUT_FILES}"

Modified: head/x11/mlterm/pkg-plist
==============================================================================
--- head/x11/mlterm/pkg-plist	Mon Jun 16 12:07:32 2014	(r357971)
+++ head/x11/mlterm/pkg-plist	Mon Jun 16 12:13:36 2014	(r357972)
@@ -60,8 +60,6 @@ lib/mlterm/libnext.a
 lib/mlterm/libnext.so
 lib/mlterm/libsample.a
 lib/mlterm/libsample.so
-lib/mlterm/libsample2.a
-lib/mlterm/libsample2.so
 %%CAIRO%%lib/mlterm/libtype_cairo.a
 %%CAIRO%%lib/mlterm/libtype_cairo.so
 lib/mlterm/libtype_xft.a


More information about the svn-ports-head mailing list