diff options
-rw-r--r-- | x11-toolkits/vte/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/vte/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/vte/files/patch-configure | 14 |
3 files changed, 12 insertions, 12 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 1ebf1f996..6c8a180f8 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/vte/Makefile,v 1.107 2010/01/14 02:27:25 avl Exp $ +# $MCom: ports/x11-toolkits/vte/Makefile,v 1.108 2010/01/18 20:17:14 marcus Exp $ # PORTNAME= vte -PORTVERSION= 0.23.5 +PORTVERSION= 0.24.0 PORTREVISION?= 0 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME diff --git a/x11-toolkits/vte/distinfo b/x11-toolkits/vte/distinfo index 80052d4b0..b5a50a48c 100644 --- a/x11-toolkits/vte/distinfo +++ b/x11-toolkits/vte/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/vte-0.23.5.tar.bz2) = d201695a8fc1d2411c372a9ee8c8ea51 -SHA256 (gnome2/vte-0.23.5.tar.bz2) = 2ac934b506c5df93d369541a32eb6feb36c51b72aa8fdecbe34357d6b8ddc87d -SIZE (gnome2/vte-0.23.5.tar.bz2) = 1356175 +MD5 (gnome2/vte-0.24.0.tar.bz2) = c381f6019448a6e84470ec0acfd78c63 +SHA256 (gnome2/vte-0.24.0.tar.bz2) = 910348da4c7d4ccb25b8d3820f01461324b47040d04f9425e09c39547c253e59 +SIZE (gnome2/vte-0.24.0.tar.bz2) = 1311089 diff --git a/x11-toolkits/vte/files/patch-configure b/x11-toolkits/vte/files/patch-configure index e9fe90107..bfc8e7c5c 100644 --- a/x11-toolkits/vte/files/patch-configure +++ b/x11-toolkits/vte/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.orig Tue Feb 13 16:22:38 2007 -+++ configure Tue Feb 13 16:23:19 2007 -@@ -24887,7 +24887,7 @@ fi - +--- configure.orig 2010-03-30 14:43:41.000000000 +0200 ++++ configure 2010-03-30 14:47:26.000000000 +0200 +@@ -14102,7 +14102,7 @@ + # Check for PTY handling functions. -for ac_func in cfmakeraw fork setsid setpgid getpgid getpt grantpt unlockpt ptsname ptsname_r tcgetattr tcsetattr +for ac_func in cfmakeraw fork setsid setpgid getpgid getpt grantpt posix_openpt unlockpt ptsname ptsname_r tcgetattr tcsetattr - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` - echo "$as_me:$LINENO: checking for $ac_func" >&5 + do : + as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` + ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |