aboutsummaryrefslogtreecommitdiffstats
path: root/x11/mlterm
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2011-07-09 13:54:29 +0800
committernobutaka <nobutaka@FreeBSD.org>2011-07-09 13:54:29 +0800
commit8b40d959b8d905851718bcab617f5e576e15eb3c (patch)
treea2404c6e80ef2bab4f5f2662a7235ad7cd50e71c /x11/mlterm
parentf297e33191063e226ab4d2fd67518905122d1397 (diff)
downloadfreebsd-ports-gnome-8b40d959b8d905851718bcab617f5e576e15eb3c.tar.gz
freebsd-ports-gnome-8b40d959b8d905851718bcab617f5e576e15eb3c.tar.zst
freebsd-ports-gnome-8b40d959b8d905851718bcab617f5e576e15eb3c.zip
Update to 3.0.5.
Diffstat (limited to 'x11/mlterm')
-rw-r--r--x11/mlterm/Makefile3
-rw-r--r--x11/mlterm/distinfo4
-rw-r--r--x11/mlterm/files/patch-configure10
3 files changed, 13 insertions, 4 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index 22d325094358..06dbb9240e7d 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= mlterm
-PORTVERSION= 3.0.4
-PORTREVISION= 1
+PORTVERSION= 3.0.5
CATEGORIES= x11
MASTER_SITES= SF/${PORTNAME}/01release/${PORTNAME}-${PORTVERSION}
diff --git a/x11/mlterm/distinfo b/x11/mlterm/distinfo
index 8232694c9de6..f32cdfaa93cb 100644
--- a/x11/mlterm/distinfo
+++ b/x11/mlterm/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mlterm-3.0.4.tar.gz) = 852fc62c35791321a4357a8fe4c52de2a7e8a7dd6c8b784037075d9867298894
-SIZE (mlterm-3.0.4.tar.gz) = 2718502
+SHA256 (mlterm-3.0.5.tar.gz) = f9391fa9258d3b5bc0cce47d9b6e3a9058c80773f643972fe64e5d76440e727a
+SIZE (mlterm-3.0.5.tar.gz) = 2722809
diff --git a/x11/mlterm/files/patch-configure b/x11/mlterm/files/patch-configure
new file mode 100644
index 000000000000..64ec99113fe9
--- /dev/null
+++ b/x11/mlterm/files/patch-configure
@@ -0,0 +1,10 @@
+--- 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
+ fi
+ if test "$have_vte" = "yes" ; then
++ MAKE_DIRS="gtk ${MAKE_DIRS}"
+ OUTPUT_FILES="gtk/Makefile ${OUTPUT_FILES}"
+ # "tr ..." is hack for cygwin.
+ # (removing \r which is output by win32 native pkg-config.)