Sun Aug 4 07:28:57 2013 UTC ()
Update to 1.1.2:

This release, like the previous one, brings more modernization and cleanup
of code for long dead OS variants.

Alan Coopersmith (18):
      Combine usage message strings
      unifdef -UCRAY
      unifdef -UAIXV3
      unifdef -UMOTOROLA
      unifdef -Uumips
      unifdef -Usony
      unifdef -Ualliant
      unifdef -UUTEK
      unifdef -Uhcx
      unifdef -Usequent
      unifdef -U__UNIXOS2__
      unifdef -UX_NOT_POSIX
      Make getloadavg() the first choice on Unix systems that have it
      Cleanup trailing whitespace
      Use 'imdent' to make the deeply nested #ifdef levels easier to follow
      Use C99 struct initializers for XKeyboardControl values
      Add noreturn attribute to usage() as suggested by -Wmissing-noreturn
      xload 1.1.2

Eric S. Raymond (1):
      Eliminate use of tab stops.  Helps with translation to DocBook.


(wiz)
diff -r1.11 -r1.12 pkgsrc/x11/xload/Makefile
diff -r1.3 -r1.4 pkgsrc/x11/xload/distinfo

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

--- pkgsrc/x11/xload/Makefile 2012/10/29 05:07:14 1.11
+++ pkgsrc/x11/xload/Makefile 2013/08/04 07:28:57 1.12
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2012/10/29 05:07:14 asau Exp $ 1# $NetBSD: Makefile,v 1.12 2013/08/04 07:28:57 wiz Exp $
2# 
3 2
4DISTNAME= xload-1.1.1 3DISTNAME= xload-1.1.2
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= System load average display for X 10COMMENT= System load average display for X
12 11
13GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
14USE_TOOLS+= pkg-config xgettext 13USE_TOOLS+= pkg-config xgettext
15 14
16CONFIGURE_ENV+= APP_MAN_SUFFIX=1 15CONFIGURE_ENV+= APP_MAN_SUFFIX=1
17 16

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

--- pkgsrc/x11/xload/distinfo 2012/06/03 18:18:05 1.3
+++ pkgsrc/x11/xload/distinfo 2013/08/04 07:28:57 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2012/06/03 18:18:05 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2013/08/04 07:28:57 wiz Exp $
2 2
3SHA1 (xload-1.1.1.tar.bz2) = 50f6ee958e6fb609af92cf9403e7bd68720575cb 3SHA1 (xload-1.1.2.tar.bz2) = 4a34135ff51c3bc4029d6644e60e03f17ccf8c81
4RMD160 (xload-1.1.1.tar.bz2) = 8c971e743cbd3e7cfe8ac2747d87ae2d4c0981d5 4RMD160 (xload-1.1.2.tar.bz2) = 32d8999cee6c9fe5b3f1a5be7c0d15d875474ff0
5Size (xload-1.1.1.tar.bz2) = 130887 bytes 5Size (xload-1.1.2.tar.bz2) = 136745 bytes