update to vte3-0.34.5

This commit is contained in:
jasper 2013-05-14 06:30:54 +00:00
parent c2b78d87d1
commit 1bead0c0ae
3 changed files with 8 additions and 8 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.25 2013/04/16 13:17:01 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.26 2013/05/14 06:30:54 jasper Exp $
SHARED_ONLY= Yes
COMMENT= terminal emulation library
GNOME_PROJECT= vte
GNOME_VERSION= 0.34.4
GNOME_VERSION= 0.34.5
PKGNAME= vte3-${GNOME_VERSION}

View File

@ -1,2 +1,2 @@
SHA256 (vte-0.34.4.tar.xz) = R33o8LhHPhyyfJSI4njfRNFvw4TRdTxcOWHj8EF4YL0=
SIZE (vte-0.34.4.tar.xz) = 982424
SHA256 (vte-0.34.5.tar.xz) = iEf7dbYgqUumLC/9nhZTOWl4EG8pRXS6JKGc7SWac1E=
SIZE (vte-0.34.5.tar.xz) = 984800

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_pty_c,v 1.6 2013/03/26 09:43:06 jasper Exp $
--- src/pty.c.orig Sat Feb 23 22:57:13 2013
+++ src/pty.c Tue Mar 26 10:28:39 2013
@@ -843,11 +843,7 @@ _vte_pty_getpt(GError **error)
$OpenBSD: patch-src_pty_c,v 1.7 2013/05/14 06:30:54 jasper Exp $
--- src/pty.c.orig Mon May 13 19:40:01 2013
+++ src/pty.c Mon May 13 23:05:08 2013
@@ -852,11 +852,7 @@ _vte_pty_getpt(GError **error)
/* Call the system's function for allocating a pty. */
fd = getpt();
#else