diff options
author | obache <obache@pkgsrc.org> | 2011-01-27 05:26:49 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-01-27 05:26:49 +0000 |
commit | 469fbce8d354bee1fde386ced0fa3a25dd10807f (patch) | |
tree | 10025073be1b04708821820486b8e3f2aac6b23f /x11/xpad | |
parent | ebf5cd15d49a196b3ce3b234efe4f1f3de37d721 (diff) | |
download | pkgsrc-469fbce8d354bee1fde386ced0fa3a25dd10807f.tar.gz |
Note upstream Bug#591978.
Diffstat (limited to 'x11/xpad')
-rw-r--r-- | x11/xpad/distinfo | 4 | ||||
-rw-r--r-- | x11/xpad/patches/patch-ac | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/xpad/distinfo b/x11/xpad/distinfo index d6001e576c2..6f5790976c9 100644 --- a/x11/xpad/distinfo +++ b/x11/xpad/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2011/01/25 08:33:27 obache Exp $ +$NetBSD: distinfo,v 1.8 2011/01/27 05:26:49 obache Exp $ SHA1 (xpad-4.0.tar.bz2) = 9d9c7c5ed6feb8aac97fc48bfcd662c3b0dbcba5 RMD160 (xpad-4.0.tar.bz2) = f0c571452463f6fcdbd4912e2ce178baa321eca8 Size (xpad-4.0.tar.bz2) = 180340 bytes -SHA1 (patch-ac) = d48f055a6006c39d55e01ccd9888cd2494e46f41 +SHA1 (patch-ac) = 3a820f19db4a46eec8d63cb61912a01508a49940 diff --git a/x11/xpad/patches/patch-ac b/x11/xpad/patches/patch-ac index 8652bfb9e38..ca49fa568ea 100644 --- a/x11/xpad/patches/patch-ac +++ b/x11/xpad/patches/patch-ac @@ -1,7 +1,8 @@ -$NetBSD: patch-ac,v 1.1 2011/01/25 08:33:27 obache Exp $ +$NetBSD: patch-ac,v 1.2 2011/01/27 05:26:50 obache Exp $ * Use API for set window properties. construct property "type" for object can't be set after construction. + https://bugs.launchpad.net/xpad/+bug/591978 --- src/xpad-pad.c.orig 2009-05-11 01:44:09.000000000 +0000 +++ src/xpad-pad.c |