diff options
author | tnn <tnn> | 2010-01-15 17:55:15 +0000 |
---|---|---|
committer | tnn <tnn> | 2010-01-15 17:55:15 +0000 |
commit | a7b011cfbec0ab7e0399aa7ea35b94078d44ac32 (patch) | |
tree | d1334fb8b91dba41ddf9da672b027aa9f5b58d52 /x11 | |
parent | b996e3c58168650253d7da5e46d8734f1c56047d (diff) | |
download | pkgsrc-a7b011cfbec0ab7e0399aa7ea35b94078d44ac32.tar.gz |
Update to randrproto-1.3.1. Changes:
Punctuation fix.
Clarify that GetOutputPrimary is per-screen.
Update reference to renderproto.txt
Allow inactive outputs to be set as primary
Remove trailing white space from randrproto.txt
Add XORG_DEFAULT_OPTIONS invocation in configure.ac
Bump version to 1.3.1
New properties claimed to be in version 1.4 instead of 1.3.1
Sort properties alphabetically.
Should read "EDID", not "EdidData" (2).
Add Backlight property description.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/randrproto/Makefile | 7 | ||||
-rw-r--r-- | x11/randrproto/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/randrproto/Makefile b/x11/randrproto/Makefile index e49bf549227..88ab83ad007 100644 --- a/x11/randrproto/Makefile +++ b/x11/randrproto/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2009/03/06 14:31:10 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2010/01/15 17:55:15 tnn Exp $ # -DISTNAME= randrproto-1.3.0 +DISTNAME= randrproto-1.3.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 @@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= randrext-[0-9]* GNU_CONFIGURE= yes -PKGCONFIG_OVERRIDE+= ${WRKSRC}/randrproto.pc.in -USE_LANGUAGES= # none, not even C +PKGCONFIG_OVERRIDE+= randrproto.pc.in .include "../../mk/bsd.pkg.mk" diff --git a/x11/randrproto/distinfo b/x11/randrproto/distinfo index 302e6dc706a..5480b3f9783 100644 --- a/x11/randrproto/distinfo +++ b/x11/randrproto/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/03/06 14:31:10 wiz Exp $ +$NetBSD: distinfo,v 1.8 2010/01/15 17:55:15 tnn Exp $ -SHA1 (randrproto-1.3.0.tar.bz2) = 442de2a6a2145e49f9ef12cadbea69140f9ca066 -RMD160 (randrproto-1.3.0.tar.bz2) = 523406a2f2575fa3d5e97898e5138f951fab40f0 -Size (randrproto-1.3.0.tar.bz2) = 74817 bytes +SHA1 (randrproto-1.3.1.tar.bz2) = 36731bae6e815453af4b055c26ad8e9e2653ca05 +RMD160 (randrproto-1.3.1.tar.bz2) = 3b61572ace8c33f57e4fab0995c8c8006b406c54 +Size (randrproto-1.3.1.tar.bz2) = 110435 bytes |