1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Update to 3.0.5.

This commit is contained in:
MANTANI Nobutaka 2011-07-09 05:54:29 +00:00
parent 6425a79098
commit 1c497f7937
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277377
3 changed files with 13 additions and 4 deletions

View File

@ -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}

View File

@ -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

View File

@ -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.)