diff options
author | wiz <wiz@pkgsrc.org> | 2013-11-12 21:27:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-11-12 21:27:45 +0000 |
commit | c89ba02e380dfafbc4cd63189489f1ee0815fe35 (patch) | |
tree | 5535d58dd55f377eca38b708846df19fe6906d9e /x11 | |
parent | 153f12ede8e992ec9aacd6deb4caaf10270e38c1 (diff) | |
download | pkgsrc-c89ba02e380dfafbc4cd63189489f1ee0815fe35.tar.gz |
Update to 0.1.1:
Release 0.1.1 (2013-11-12)
===========================
- Fix memleak with broken resource databases
- Check exact RENDER version that the server supports
- Use LE_32 macro from <sys/byteorder.h> on Solaris versions without le32toh()
- Use $(AM_V_GEN) when calling gperf
- Fail the build if gperf is needed, but not found
- handle read() errors
- Bugfix: Properly load cursor files where not all cursors are suitable
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcb-util-cursor/Makefile | 4 | ||||
-rw-r--r-- | x11/xcb-util-cursor/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xcb-util-cursor/Makefile b/x11/xcb-util-cursor/Makefile index ac0574c862c..3b01380542c 100644 --- a/x11/xcb-util-cursor/Makefile +++ b/x11/xcb-util-cursor/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2013/08/22 06:59:35 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2013/11/12 21:27:45 wiz Exp $ -DISTNAME= xcb-util-cursor-0.1.0 +DISTNAME= xcb-util-cursor-0.1.1 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xcb-util-cursor/distinfo b/x11/xcb-util-cursor/distinfo index 6d93a9faa6b..e6658e5f953 100644 --- a/x11/xcb-util-cursor/distinfo +++ b/x11/xcb-util-cursor/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2013/08/22 06:59:35 wiz Exp $ +$NetBSD: distinfo,v 1.3 2013/11/12 21:27:45 wiz Exp $ -SHA1 (xcb-util-cursor-0.1.0.tar.bz2) = a7dacd54a0b39433f0e2a19d56364980a660f831 -RMD160 (xcb-util-cursor-0.1.0.tar.bz2) = dd32a4431ec76d38b6bde71bf20b6f5d641dd94d -Size (xcb-util-cursor-0.1.0.tar.bz2) = 289086 bytes +SHA1 (xcb-util-cursor-0.1.1.tar.bz2) = 75ea5d4dc5f185151f171e525023cb76f3b72128 +RMD160 (xcb-util-cursor-0.1.1.tar.bz2) = 3dafa5d3ba7d284c2cdd4c8f57d648dfb595fb46 +Size (xcb-util-cursor-0.1.1.tar.bz2) = 280852 bytes |