diff options
-rw-r--r-- | x11/mlterm/Makefile | 3 | ||||
-rw-r--r-- | x11/mlterm/distinfo | 4 | ||||
-rw-r--r-- | x11/mlterm/files/patch-configure | 10 |
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.) |