diff options
author | wiz <wiz@pkgsrc.org> | 2008-05-30 10:41:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-05-30 10:41:16 +0000 |
commit | 01217b4e9a0c2b0c28ff3a8a0a6ce39ee936598a (patch) | |
tree | 9687eaddf19160ec3ccd1debf976e0ccb88650dd /x11/xproto | |
parent | 4f0b53cca7a5106d9b055d63d378f233530269c0 (diff) | |
download | pkgsrc-01217b4e9a0c2b0c28ff3a8a0a6ce39ee936598a.tar.gz |
Update to 7.0.13:
Alan Hourihane (1):
avoid checking for fds_bits on mingw
Colin Harrison (2):
Use winsock2.h
Use Sleep() instead of sleep() on windows
James Cloos (2):
Fix typo in XF86Keysym.h
Add more dead key syms
Jeremy Huddleston (3):
Apple: Cleaned up some Apple definitions
Apple: Define _DARWIN_C_SOURCE otherwise _XOPEN_SOURCE,
_POSIX_SOURCE, or _POSIX_C_SOURCE will cause fd_mask to not
be defined due to the strict namespace
Apple: Added a comment to explain _DARWIN_C_SOURCE
Markus Kuhn (1):
Added comment to slightly discourage the definition of ever
more Unicode keysyms
Peter Hutterer (2):
Add GenericEvent and xGenericEvent definitions.
Bump to 7.0.13.
Diffstat (limited to 'x11/xproto')
-rw-r--r-- | x11/xproto/Makefile | 4 | ||||
-rw-r--r-- | x11/xproto/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xproto/Makefile b/x11/xproto/Makefile index b4ef8fa6681..346db72fb7b 100644 --- a/x11/xproto/Makefile +++ b/x11/xproto/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2008/05/24 21:45:18 tnn Exp $ +# $NetBSD: Makefile,v 1.13 2008/05/30 10:41:16 wiz Exp $ # -DISTNAME= xproto-7.0.12 +DISTNAME= xproto-7.0.13 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xproto/distinfo b/x11/xproto/distinfo index 553d5ba0aac..00fb8082741 100644 --- a/x11/xproto/distinfo +++ b/x11/xproto/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2008/03/07 20:03:18 wiz Exp $ +$NetBSD: distinfo,v 1.11 2008/05/30 10:41:16 wiz Exp $ -SHA1 (xproto-7.0.12.tar.bz2) = 4733d20c0f99988eafc41db5d155adbe7001930f -RMD160 (xproto-7.0.12.tar.bz2) = a764e891504a6e28fe5cc9fd0c351b3e4ac0d53a -Size (xproto-7.0.12.tar.bz2) = 150119 bytes +SHA1 (xproto-7.0.13.tar.bz2) = ed09b262381a725ca54585bb9ff7b98f8a8cfea0 +RMD160 (xproto-7.0.13.tar.bz2) = 24d55b70cd36dab9e5f08f7de59825c52b81beee +Size (xproto-7.0.13.tar.bz2) = 148633 bytes SHA1 (patch-aa) = d3afb9b492c36d360fba129925f5a5e504400282 SHA1 (patch-ab) = c1ab51ee280b41f17f7780b880ae6cb70c0e4150 SHA1 (patch-ac) = f53e93c62711b7c12c525b1267951b63c8783875 |