Tue May 21 08:42:50 2013 UTC ()
Update to 1.3.1:

This minor maintenance release adds a -version option to the command line,
and provides some minor code cleanups and build improvements.

Alan Coopersmith (9):
      Mark usage() as _X_NORETURN
      Declare 'len' as size_t to avoid unneccessary back-and-forth conversions
      Combine usage messages into a single string
      Add -version option to print version number
      Add xrandr to SEE ALSO section of man page
      Rename i & count in inner loop to avoid shadowing same named vars in outer loop
      Convert sprintf calls to snprintf
      Mark num_known_extensions as a const, since the size is fixed at compile time
      xdpyinfo 1.3.1

Jon TURNEY (1):
      Include Xwindows.h on WIN32 to avoid type clashes


(wiz)
diff -r1.11 -r1.12 pkgsrc/x11/xdpyinfo/Makefile
diff -r1.6 -r1.7 pkgsrc/x11/xdpyinfo/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/x11/xdpyinfo/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xdpyinfo/Makefile 2012/10/29 05:07:01 1.11
+++ pkgsrc/x11/xdpyinfo/Makefile 2013/05/21 08:42:50 1.12
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2012/10/29 05:07:01 asau Exp $ 1# $NetBSD: Makefile,v 1.12 2013/05/21 08:42:50 wiz Exp $
2# 
3 2
4DISTNAME= xdpyinfo-1.3.0 3DISTNAME= xdpyinfo-1.3.1
5CATEGORIES= x11 4CATEGORIES= x11
6MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= Display information utility for X 10COMMENT= Display information utility for X
12 11
13GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
14USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
15 14
16# Missing x11/libdmx 15# Missing x11/libdmx
17.include "../../x11/libX11/buildlink3.mk" 16.include "../../x11/libX11/buildlink3.mk"

cvs diff -r1.6 -r1.7 pkgsrc/x11/xdpyinfo/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xdpyinfo/distinfo 2012/07/29 19:48:35 1.6
+++ pkgsrc/x11/xdpyinfo/distinfo 2013/05/21 08:42:50 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2012/07/29 19:48:35 wiz Exp $ 1$NetBSD: distinfo,v 1.7 2013/05/21 08:42:50 wiz Exp $
2 2
3SHA1 (xdpyinfo-1.3.0.tar.bz2) = 39936ff600434614d3ee53038d814246a03f4acf 3SHA1 (xdpyinfo-1.3.1.tar.bz2) = 8b208d16754bb1ad8daa958e6e57ead363fb82ea
4RMD160 (xdpyinfo-1.3.0.tar.bz2) = ae868364c828800f761639d173a2fe4b5da3393e 4RMD160 (xdpyinfo-1.3.1.tar.bz2) = 70b6388818ab7f08a5595cdd22f24d06bc80745a
5Size (xdpyinfo-1.3.0.tar.bz2) = 127611 bytes 5Size (xdpyinfo-1.3.1.tar.bz2) = 136412 bytes