diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-30 12:52:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-30 12:52:39 +0000 |
commit | bcb940289802d7920bd29b9800c42397d8ad67bc (patch) | |
tree | e478b3bfecaa6e5b65d6dd775befd182627ea839 /x11 | |
parent | ed7b0d29dea1793090c97ddd47fe47415f31ebc8 (diff) | |
download | pkgsrc-bcb940289802d7920bd29b9800c42397d8ad67bc.tar.gz |
Update to 2.3.1:
Just a simple maintenance release. User-visible changes include
one invalid #define fixed in the header file and the conditional
removal of the "Pointer" typedef to avoid name clashes and the
matching changes of the struct tmask.
Note: unless _XITYPEDEF_POINTER is defined, the Pointer typedef is
still there, so we're not breaking anything here. And the struct
tmask is only used by the server anyway and shouldn't be in the
header to begin with.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/inputproto/Makefile | 5 | ||||
-rw-r--r-- | x11/inputproto/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/inputproto/Makefile b/x11/inputproto/Makefile index 4922e51873c..63afbf37cd7 100644 --- a/x11/inputproto/Makefile +++ b/x11/inputproto/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2013/03/07 06:35:54 wiz Exp $ -# +# $NetBSD: Makefile,v 1.17 2014/05/30 12:52:39 wiz Exp $ -DISTNAME= inputproto-2.3 +DISTNAME= inputproto-2.3.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/inputproto/distinfo b/x11/inputproto/distinfo index f1aa1023876..fb890139e45 100644 --- a/x11/inputproto/distinfo +++ b/x11/inputproto/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2013/03/07 06:35:54 wiz Exp $ +$NetBSD: distinfo,v 1.14 2014/05/30 12:52:39 wiz Exp $ -SHA1 (inputproto-2.3.tar.bz2) = 4eacc1883593d3f0040e410be3afc8483c7d2409 -RMD160 (inputproto-2.3.tar.bz2) = 43a6517f4c3f97a218fd729344e0fea3ee60b5a7 -Size (inputproto-2.3.tar.bz2) = 195642 bytes +SHA1 (inputproto-2.3.1.tar.bz2) = 126b6ad57b5432e154485f900920765eae8fda45 +RMD160 (inputproto-2.3.1.tar.bz2) = be567b38c4557c72e75eb95db67659a8e4bb4ec8 +Size (inputproto-2.3.1.tar.bz2) = 196435 bytes |