Wed Jan 23 07:57:45 2013 UTC ()
Update to 1.1.1:

This minor maintenance release includes several years of build improvements,
cleanups, and bug fixes; including making the build configuration scripts
compatible with automake-1.13.

Alan Coopersmith (5):
      config: Add missing AC_CONFIG_SRCDIR
      Mark usage with _X_NORETURN to quiet -Wmissing-noreturn warning
      Combine usage message strings
      Add -version option
      xsetroot 1.1.1

Gaetan Nadon (4):
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: remove trailing spaces and tabs
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory


(wiz)
diff -r1.7 -r1.8 pkgsrc/x11/xsetroot/Makefile
diff -r1.4 -r1.5 pkgsrc/x11/xsetroot/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/x11/xsetroot/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xsetroot/Makefile 2012/10/29 05:07:20 1.7
+++ pkgsrc/x11/xsetroot/Makefile 2013/01/23 07:57:45 1.8
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.7 2012/10/29 05:07:20 asau Exp $ 1# $NetBSD: Makefile,v 1.8 2013/01/23 07:57:45 wiz Exp $
2# 2#
3 3
4DISTNAME= xsetroot-1.1.0 4DISTNAME= xsetroot-1.1.1
5CATEGORIES= x11 5CATEGORIES= x11
6MASTER_SITES= ${MASTER_SITE_XORG:=app/} 6MASTER_SITES= ${MASTER_SITE_XORG:=app/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 10HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= X root window parameter setting program 11COMMENT= X root window parameter setting program
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
15 15
16CONFIGURE_ENV+= APP_MAN_SUFFIX=1 16CONFIGURE_ENV+= APP_MAN_SUFFIX=1
17 17

cvs diff -r1.4 -r1.5 pkgsrc/x11/xsetroot/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xsetroot/distinfo 2012/06/03 18:26:02 1.4
+++ pkgsrc/x11/xsetroot/distinfo 2013/01/23 07:57:45 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2012/06/03 18:26:02 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2013/01/23 07:57:45 wiz Exp $
2 2
3SHA1 (xsetroot-1.1.0.tar.bz2) = 1ef9ddd80c7013dc6d33e5c421537eb8b0427da4 3SHA1 (xsetroot-1.1.1.tar.bz2) = 63bfcf55e95553df1e28f538bf009883568115d1
4RMD160 (xsetroot-1.1.0.tar.bz2) = 00af111d4a41ce4ffc87d7a0b79f417fc2348120 4RMD160 (xsetroot-1.1.1.tar.bz2) = e23b70ea7f526b05626fa9bdf58300fb31f9aef7
5Size (xsetroot-1.1.0.tar.bz2) = 108707 bytes 5Size (xsetroot-1.1.1.tar.bz2) = 119977 bytes