summaryrefslogtreecommitdiff
path: root/x11/xproto/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-05-30 10:41:16 +0000
committerwiz <wiz@pkgsrc.org>2008-05-30 10:41:16 +0000
commit33a62459458cc04ed3d49f655e9cca7baf76ca4d (patch)
tree9687eaddf19160ec3ccd1debf976e0ccb88650dd /x11/xproto/Makefile
parente9ce74bce638034bb90e41316558444e5dc430ee (diff)
downloadpkgsrc-33a62459458cc04ed3d49f655e9cca7baf76ca4d.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/Makefile')
-rw-r--r--x11/xproto/Makefile4
1 files changed, 2 insertions, 2 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