diff options
author | wiz <wiz> | 2013-07-17 21:49:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-07-17 21:49:57 +0000 |
commit | 6e868fe49839460f046eeb10c59513d21620b279 (patch) | |
tree | bb43d08f3eed7659a846a9b9b1422d36fbd37667 /x11/xrandr | |
parent | e2f57aae5c9328f479f98d65192cdf7b013bfbc5 (diff) | |
download | pkgsrc-6e868fe49839460f046eeb10c59513d21620b279.tar.gz |
Update to 1.4.1:
This minor bugfix release makes the property list output more usable,
avoids passing uninitialized values to libXrandr, makes the handling
and documentation of --help and --version more consistent, and fixes
some compiler warnings.
Aaron Plattner (1):
Print spaces between XA_ATOM property values
Alan Coopersmith (3):
Declare capability_name() as returning const char *
Combine usage message strings
xrandr 1.4.1
Andy Ritger (1):
xrandr: calloc XRRModeInfo's passed to libXrandr.
Thomas (1):
Bug 56923 - Make command line options consistent (single vs double dash)
Thomas Klausner (1):
Protect config.h like usual.
Diffstat (limited to 'x11/xrandr')
-rw-r--r-- | x11/xrandr/Makefile | 5 | ||||
-rw-r--r-- | x11/xrandr/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xrandr/Makefile b/x11/xrandr/Makefile index 5cf996dcb14..cf50610d1b6 100644 --- a/x11/xrandr/Makefile +++ b/x11/xrandr/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2013/02/12 22:44:58 wiz Exp $ -# +# $NetBSD: Makefile,v 1.16 2013/07/17 21:49:57 wiz Exp $ -DISTNAME= xrandr-1.4.0 +DISTNAME= xrandr-1.4.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xrandr/distinfo b/x11/xrandr/distinfo index cfbf11f8cd6..b459a7c6ac9 100644 --- a/x11/xrandr/distinfo +++ b/x11/xrandr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2013/02/12 22:44:58 wiz Exp $ +$NetBSD: distinfo,v 1.11 2013/07/17 21:49:57 wiz Exp $ -SHA1 (xrandr-1.4.0.tar.bz2) = 01bdbe3905e19fad93fe9fcb6185f16d22ad33b2 -RMD160 (xrandr-1.4.0.tar.bz2) = 12fcf629092d9d0b2397b00e7179818a6307a413 -Size (xrandr-1.4.0.tar.bz2) = 165459 bytes +SHA1 (xrandr-1.4.1.tar.bz2) = 48d59ff6403c116daaf2c73185a57141ed4089fc +RMD160 (xrandr-1.4.1.tar.bz2) = 3c11681e7f03d68545b652c8e343f51e8bfac335 +Size (xrandr-1.4.1.tar.bz2) = 171963 bytes |