diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-17 16:56:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-17 16:56:01 +0000 |
commit | 3fa557a2a866589b6d0f9c7aeb85da9bdecfb719 (patch) | |
tree | 6da07b879d2df6c6c596b86a79bb7108ab92e0f7 /x11 | |
parent | 0c1b5f7af70fc520ea776799810eddec55fa0f4e (diff) | |
download | pkgsrc-3fa557a2a866589b6d0f9c7aeb85da9bdecfb719.tar.gz |
Update to 1.2.1.
If I understand the very terse release announcement correctly, this
just fixes what patch-aa in pkgsrc already fixed.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXrandr/Makefile | 5 | ||||
-rw-r--r-- | x11/libXrandr/distinfo | 9 | ||||
-rw-r--r-- | x11/libXrandr/patches/patch-aa | 13 |
3 files changed, 6 insertions, 21 deletions
diff --git a/x11/libXrandr/Makefile b/x11/libXrandr/Makefile index dc1fca6ba9d..63c601cb675 100644 --- a/x11/libXrandr/Makefile +++ b/x11/libXrandr/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2007/02/26 18:22:24 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2007/03/17 16:56:01 wiz Exp $ # -DISTNAME= libXrandr-1.2.0 -PKGREVISION= 1 +DISTNAME= libXrandr-1.2.1 CATEGORIES= x11 devel MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXrandr/distinfo b/x11/libXrandr/distinfo index 4eaa6a8a18a..c577ab52625 100644 --- a/x11/libXrandr/distinfo +++ b/x11/libXrandr/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.3 2007/02/26 18:22:24 joerg Exp $ +$NetBSD: distinfo,v 1.4 2007/03/17 16:56:01 wiz Exp $ -SHA1 (libXrandr-1.2.0.tar.bz2) = a32722ad9fcb6475533499b1646a125458fe142c -RMD160 (libXrandr-1.2.0.tar.bz2) = 013249fc35e8a5d72a191fd9af0c6db06423880c -Size (libXrandr-1.2.0.tar.bz2) = 220762 bytes -SHA1 (patch-aa) = c3bf5474746f002524fc9baccb683884357986d5 +SHA1 (libXrandr-1.2.1.tar.bz2) = 0754b37abba41b1347208f6673863c2829607615 +RMD160 (libXrandr-1.2.1.tar.bz2) = fb156717bd27b8446afb0c7c1da6a14a34f487d0 +Size (libXrandr-1.2.1.tar.bz2) = 220679 bytes diff --git a/x11/libXrandr/patches/patch-aa b/x11/libXrandr/patches/patch-aa deleted file mode 100644 index e7dc9c150d3..00000000000 --- a/x11/libXrandr/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2007/02/26 18:22:25 joerg Exp $ - ---- include/X11/extensions/Xrandr.h.orig 2007-02-26 17:31:23.000000000 +0000 -+++ include/X11/extensions/Xrandr.h -@@ -296,7 +296,7 @@ XRRDeleteOutputProperty (Display *dpy, R - int - XRRGetOutputProperty (Display *dpy, RROutput output, - Atom property, long offset, long length, -- Bool delete, Bool pending, Atom req_type, -+ Bool _delete, Bool pending, Atom req_type, - Atom *actual_type, int *actual_format, - unsigned long *nitems, unsigned long *bytes_after, - unsigned char **prop); |