summaryrefslogtreecommitdiff
path: root/x11/vte/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2006-03-30 21:18:06 +0000
committerjmmv <jmmv>2006-03-30 21:18:06 +0000
commit9809db2e37bf564b41cbad85cd92feca2d79b8de (patch)
tree707d7956150573bb5a3d1b8da0c661428af2ad82 /x11/vte/Makefile
parent25706e4bf6b0882377ea873d1fb5c20d1871544f (diff)
downloadpkgsrc-9809db2e37bf564b41cbad85cd92feca2d79b8de.tar.gz
Update to 0.12.0:
0.12.0 - Released with no code changes. 0.11.21 - Revert change introduced in 0.11.19 that made vte very unresponsive with tall terminal windows. (bug #333776) - Step up COALESCE_TIMEOUT and DISPLAY_TIMEOUT from 2ms to 10ms. This is more compatible with the update timeout that we are doing at 25ms, but needs testing. 0.11.20 - Revert patch introduced in 0.11.16 that was corrupting the Xft font cache. (bug #309322) 0.11.19 - Revert Shift+Insert to paste PRIMARY. Use Ctrl+Shirt+Insert to paste CLIPBOARD (bug #123844) - Improvements to the update throttling handler. - gnome-pty-helper minor race condition fix. - Use getpwnam to correctly log multiple users with the same UID (bug #319564, Laszlo Peter) - A couple minor build fixes.
Diffstat (limited to 'x11/vte/Makefile')
-rw-r--r--x11/vte/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/vte/Makefile b/x11/vte/Makefile
index 7887e50fb09..b3f308385f9 100644
--- a/x11/vte/Makefile
+++ b/x11/vte/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.29 2006/03/04 21:31:11 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2006/03/30 21:18:06 jmmv Exp $
#
-DISTNAME= vte-0.11.18
+DISTNAME= vte-0.12.0
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vte/0.11/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vte/0.12/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org