diff options
author | wiz <wiz@pkgsrc.org> | 2013-07-23 06:45:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-07-23 06:45:24 +0000 |
commit | 2a8f85e494232c856a1d8b61bc3c226a960e4239 (patch) | |
tree | 60609ccd24358127ce99af6e917535ee57b91d54 /x11 | |
parent | b7d211ad19fd90b1c6936cbea1d4cdef2c28a85d (diff) | |
download | pkgsrc-2a8f85e494232c856a1d8b61bc3c226a960e4239.tar.gz |
Update to 2.3.2:
This minor maintenance release contains two small bug fixes to the
definition of the padding fields in the protocol headers, to make
them match the specification & implementation, along with some build
configuration cleanup.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (4):
Xvproto.h: fix xvQueryEncodingsReply to match actual wire protocol
Trim trailing whitespace
config: Add missing AC_CONFIG_SRCDIR
videoproto 2.3.2
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Julien Cristau (1):
Xvproto: fix xvEncodingInfo to match actual wire protocol
Diffstat (limited to 'x11')
-rw-r--r-- | x11/videoproto/Makefile | 5 | ||||
-rw-r--r-- | x11/videoproto/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/videoproto/Makefile b/x11/videoproto/Makefile index 8aaa93b40ea..1d0c4d9c773 100644 --- a/x11/videoproto/Makefile +++ b/x11/videoproto/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2012/10/29 05:06:54 asau Exp $ -# +# $NetBSD: Makefile,v 1.7 2013/07/23 06:45:24 wiz Exp $ -DISTNAME= videoproto-2.3.1 +DISTNAME= videoproto-2.3.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/videoproto/distinfo b/x11/videoproto/distinfo index 5f499ad709f..82218058955 100644 --- a/x11/videoproto/distinfo +++ b/x11/videoproto/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/09/10 19:19:06 joerg Exp $ +$NetBSD: distinfo,v 1.4 2013/07/23 06:45:24 wiz Exp $ -SHA1 (videoproto-2.3.1.tar.bz2) = bb8b366687a7f345e3a8697bac516cb436cbf4b2 -RMD160 (videoproto-2.3.1.tar.bz2) = c86504e542312852debf01466f3860e97d3ccb8d -Size (videoproto-2.3.1.tar.bz2) = 100391 bytes +SHA1 (videoproto-2.3.2.tar.bz2) = aa60e3b93c6a78ad03f1c502b910e7c45faaedbc +RMD160 (videoproto-2.3.2.tar.bz2) = 757708123766bd377fd18c7311d00562d3f5025a +Size (videoproto-2.3.2.tar.bz2) = 118862 bytes |