diff --git a/x11/gnome3/x11/gnome/keyring/Makefile b/x11/gnome3/x11/gnome/keyring/Makefile index ac97bc75c74..051727969f3 100644 --- a/x11/gnome3/x11/gnome/keyring/Makefile +++ b/x11/gnome3/x11/gnome/keyring/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2011/05/19 21:01:13 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.4 2011/05/26 16:06:09 ajacoutot Exp $ COMMENT= password agent for the GNOME project GNOME_PROJECT= gnome-keyring -GNOME_VERSION= 3.0.2 +GNOME_VERSION= 3.0.3 SHARED_LIBS += gck 0.0 # 0.0 SHARED_LIBS += gcr-3 0.0 # 0.0 diff --git a/x11/gnome3/x11/gnome/keyring/distinfo b/x11/gnome3/x11/gnome/keyring/distinfo index 405ceb50869..e6e0be16c19 100644 --- a/x11/gnome3/x11/gnome/keyring/distinfo +++ b/x11/gnome3/x11/gnome/keyring/distinfo @@ -1,5 +1,5 @@ -MD5 (gnome/gnome-keyring-3.0.2.tar.bz2) = lMFGSfdQahiqxXJ8dQ3ATQ== -RMD160 (gnome/gnome-keyring-3.0.2.tar.bz2) = 3XdgIJFCl982VLwjQpYD4pT7Mjw= -SHA1 (gnome/gnome-keyring-3.0.2.tar.bz2) = Gu2xV35N3jjad5iNsh2mObdQi4Y= -SHA256 (gnome/gnome-keyring-3.0.2.tar.bz2) = 7YNOWm2H/oqQx8eRU689iXl0DV+OrK1qiZHvFHySSvc= -SIZE (gnome/gnome-keyring-3.0.2.tar.bz2) = 1911681 +MD5 (gnome/gnome-keyring-3.0.3.tar.bz2) = SjvwTzRwjp2iSdMHi9NhJA== +RMD160 (gnome/gnome-keyring-3.0.3.tar.bz2) = DNTW/PgnY/PZz3VHF6TGoD7RRSQ= +SHA1 (gnome/gnome-keyring-3.0.3.tar.bz2) = k7wxRC0uKY+J6U9NQkGS+sy/OC0= +SHA256 (gnome/gnome-keyring-3.0.3.tar.bz2) = oGw05HTZPaYr+WqBbljLVzDhgdZSNzDwQfNMWKDV6U4= +SIZE (gnome/gnome-keyring-3.0.3.tar.bz2) = 1911499 diff --git a/x11/gnome3/x11/gnome/keyring/patches/patch-egg_egg-unix-credentials_c b/x11/gnome3/x11/gnome/keyring/patches/patch-egg_egg-unix-credentials_c deleted file mode 100644 index c28b88ded66..00000000000 --- a/x11/gnome3/x11/gnome/keyring/patches/patch-egg_egg-unix-credentials_c +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-egg_egg-unix-credentials_c,v 1.1 2011/05/17 14:03:47 ajacoutot Exp $ ---- egg/egg-unix-credentials.c.orig Sat Jul 3 10:38:55 2010 -+++ egg/egg-unix-credentials.c Sat Jul 3 10:39:12 2010 -@@ -107,7 +107,7 @@ egg_unix_credentials_read (int sock, pid_t *pid, uid_t - - { - #ifdef SO_PEERCRED -- struct ucred cr; -+ struct sockpeercred cr; - socklen_t cr_len = sizeof (cr); - - if (getsockopt (sock, SOL_SOCKET, SO_PEERCRED, &cr, &cr_len) == 0 &&