diff options
author | wiz <wiz@pkgsrc.org> | 2015-03-15 20:42:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-03-15 20:42:43 +0000 |
commit | bba70581c044ceef6ffc67df74424c771d9250fa (patch) | |
tree | 1ef1e4a7801ffbd98dc14698bcfffadb00f72d6f /x11/randrproto | |
parent | 21b6c778873e74c9fac156c0af98fb8d655bb4d4 (diff) | |
download | pkgsrc-bba70581c044ceef6ffc67df74424c771d9250fa.tar.gz |
Update to 1.4.1:
This release adds an optional "GUID" property for outputs, and corrects
various errors in the previous version of the spec.
Aaron Plattner (3):
Add a "GUID" property
spec: Move the GUID property into a new section since xrandr-1.4.0 was already released
spec: RRCrtcChangeMask and RROutputChangeMask are not things
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (15):
spec: add missing brackets between requests in encoding section
spec: Correct length for RRCreateMode in encoding section
spec: Fix typos in text
spec: Update data type sections
spec: Correct size of outputs in RRSetCrtcConfig encoding
spec: Correct length calculation in encoding of gamma lists
spec: correct sub-code values for RRProvider*Notify event encoding
spec: Make description of RRProviderChangeNotify match encoding & header
spec: Make encoding of RRGetProviders match description & header
spec: Make encoding of RRGetProviderInfo match header
spec: Add PROVIDER_CAPS encoding to Appendix A
spec: Add config-timestamp to descriptions of OffloadSink & OutputSource
spec: Correct lengths in encoding of OffloadSink & OutputSource
Bug 73176 - randrproto typo (s/fundmentally/fundamentally)
randrproto 1.4.1
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Gaetan Nadon (1):
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Diffstat (limited to 'x11/randrproto')
-rw-r--r-- | x11/randrproto/Makefile | 5 | ||||
-rw-r--r-- | x11/randrproto/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/randrproto/Makefile b/x11/randrproto/Makefile index 56b08cd22a6..cd9edab5e5c 100644 --- a/x11/randrproto/Makefile +++ b/x11/randrproto/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2012/10/29 05:06:48 asau Exp $ -# +# $NetBSD: Makefile,v 1.15 2015/03/15 20:42:43 wiz Exp $ -DISTNAME= randrproto-1.4.0 +DISTNAME= randrproto-1.4.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/randrproto/distinfo b/x11/randrproto/distinfo index 5a4b1267826..710058612e3 100644 --- a/x11/randrproto/distinfo +++ b/x11/randrproto/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2012/07/12 14:16:49 wiz Exp $ +$NetBSD: distinfo,v 1.11 2015/03/15 20:42:43 wiz Exp $ -SHA1 (randrproto-1.4.0.tar.bz2) = 65d2fc4440adf1557cde2b36901a3de21ab189c1 -RMD160 (randrproto-1.4.0.tar.bz2) = 7d448c3f6b94c323b465e3df386c2fa1eaccafcd -Size (randrproto-1.4.0.tar.bz2) = 133300 bytes +SHA1 (randrproto-1.4.1.tar.bz2) = 7cd1daf5c56336079303d675b5a6788c90204016 +RMD160 (randrproto-1.4.1.tar.bz2) = 6c140449b37e2cfef88b37d3eeb39b10b773d7c3 +Size (randrproto-1.4.1.tar.bz2) = 143474 bytes |