diff options
author | wiz <wiz@pkgsrc.org> | 2013-08-04 07:28:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-08-04 07:28:57 +0000 |
commit | 5544607d5be215f61de0dc7466d527475acbe112 (patch) | |
tree | 196b0f5b0710773f00c02a21bd2166a79c7b2d28 /x11/xload | |
parent | 073a8ac7b8e9c66e16aa199dfb63fa264b78cf99 (diff) | |
download | pkgsrc-5544607d5be215f61de0dc7466d527475acbe112.tar.gz |
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.
Diffstat (limited to 'x11/xload')
-rw-r--r-- | x11/xload/Makefile | 5 | ||||
-rw-r--r-- | x11/xload/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xload/Makefile b/x11/xload/Makefile index f1323514b65..256689743ab 100644 --- a/x11/xload/Makefile +++ b/x11/xload/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2012/10/29 05:07:14 asau Exp $ -# +# $NetBSD: Makefile,v 1.12 2013/08/04 07:28:57 wiz Exp $ -DISTNAME= xload-1.1.1 +DISTNAME= xload-1.1.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xload/distinfo b/x11/xload/distinfo index 72454ee6b3f..f2b276d9c22 100644 --- a/x11/xload/distinfo +++ b/x11/xload/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/06/03 18:18:05 wiz Exp $ +$NetBSD: distinfo,v 1.4 2013/08/04 07:28:57 wiz Exp $ -SHA1 (xload-1.1.1.tar.bz2) = 50f6ee958e6fb609af92cf9403e7bd68720575cb -RMD160 (xload-1.1.1.tar.bz2) = 8c971e743cbd3e7cfe8ac2747d87ae2d4c0981d5 -Size (xload-1.1.1.tar.bz2) = 130887 bytes +SHA1 (xload-1.1.2.tar.bz2) = 4a34135ff51c3bc4029d6644e60e03f17ccf8c81 +RMD160 (xload-1.1.2.tar.bz2) = 32d8999cee6c9fe5b3f1a5be7c0d15d875474ff0 +Size (xload-1.1.2.tar.bz2) = 136745 bytes |