[75627] trunk/dports/gnome/gnome-keyring

rmstonecipher at macports.org rmstonecipher at macports.org
Tue Feb 1 12:47:50 PST 2011


Revision: 75627
          http://trac.macports.org/changeset/75627
Author:   rmstonecipher at macports.org
Date:     2011-02-01 12:47:49 -0800 (Tue, 01 Feb 2011)
Log Message:
-----------
gnome/gnome-keyring upgraded version from 2.30.3 to 2.32.1 (maintainer timeout on #28103)

Modified Paths:
--------------
    trunk/dports/gnome/gnome-keyring/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gnome-keyring/files/patch-egg-egg-asn1x.c.diff

Modified: trunk/dports/gnome/gnome-keyring/Portfile
===================================================================
--- trunk/dports/gnome/gnome-keyring/Portfile	2011-02-01 20:18:30 UTC (rev 75626)
+++ trunk/dports/gnome/gnome-keyring/Portfile	2011-02-01 20:47:49 UTC (rev 75627)
@@ -4,8 +4,7 @@
 PortSystem      1.0
 
 name            gnome-keyring
-version         2.30.3
-revision        2
+version         2.32.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     devans openmaintainer
 categories      gnome
@@ -22,13 +21,13 @@
 master_sites    gnome:sources/${name}/${branch}/
 use_bzip2       yes
 
-checksums       md5     54cb1835c02a40f27fda73e58da17cc6 \
-                sha1    0e0a2a1f4127dc6a01583fb3e81386370d9335f0 \
-                rmd160  9bd3cea25e10e1dcd93cfbc75a6a448e8ab338ca
+checksums           md5     9a8aa74e03361676f29d6e73155786fc \
+                    sha1    3d0ecc3e29f426ecfcaa488ea17d3e330fe34eb6 \
+                    rmd160  cb72f171f5918ff26f40feb7bba90dc7e2e120ec
 
 patchfiles      patch-pkcs11-secret-store-Makefile.am.diff \
-                patch-configure.in.diff \
-                patch-pam-gkr-pam-module.c.diff
+                patch-pam-gkr-pam-module.c.diff \
+                patch-egg-egg-asn1x.c.diff
 
 depends_build   port:pkgconfig \
                 port:intltool \

Added: trunk/dports/gnome/gnome-keyring/files/patch-egg-egg-asn1x.c.diff
===================================================================
--- trunk/dports/gnome/gnome-keyring/files/patch-egg-egg-asn1x.c.diff	                        (rev 0)
+++ trunk/dports/gnome/gnome-keyring/files/patch-egg-egg-asn1x.c.diff	2011-02-01 20:47:49 UTC (rev 75627)
@@ -0,0 +1,13 @@
+--- egg/egg-asn1x.c.orig	2011-01-23 16:45:53.000000000 -0600
++++ egg/egg-asn1x.c	2011-01-23 17:02:54.000000000 -0600
+@@ -1988,8 +1988,8 @@
+ 	guchar buf[sizeof (gulong)];
+ 	gint bytes, i, off;
+ 
+-	for (i = 0; i < sizeof (ulong); ++i) {
+-		off = sizeof (ulong) - (i + 1);
++	for (i = 0; i < sizeof (gulong); ++i) {
++		off = sizeof (gulong) - (i + 1);
+ 		buf[i] = (value >> (off * 8)) & 0xFF;
+ 	}
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110201/36a45b7b/attachment-0001.html>


More information about the macports-changes mailing list