diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-21 13:19:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-21 13:19:12 +0000 |
commit | 2bcc1e252c8637e53be0cdfcf1593f99b64f958e (patch) | |
tree | fc0833c062533edded0c8f41138bd8079b2a90d8 /x11/xconsole | |
parent | 057084c8f57e5b9c3753545fdc92dcdbf07d1bde (diff) | |
download | pkgsrc-2bcc1e252c8637e53be0cdfcf1593f99b64f958e.tar.gz |
Update to 1.0.5:
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 (8):
Strip trailing whitespace
Remove old Xorg & XFree86 CVS version tags
Mark functions _X_NORETURN that gcc warnings suggest
unifdef umips
unifdef CRAY
unifdef -U__UNIXOS2__
Fix implicit conversion from size_t to int warnings in Deiconified()
xconsole 1.0.5
Arvind Umrao (1):
Open /dev/console with NOCTTY and O_NONBLOCK flags
Eric S. Raymond (1):
Don't rely on being able to set tab stops.
Gaetan Nadon (4):
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: replace hard coded man page section with substitution strings
config: move man pages into their own directory
Jeremy Huddleston (1):
Require xt >= 1.0 for appdefaultdir
Diffstat (limited to 'x11/xconsole')
-rw-r--r-- | x11/xconsole/Makefile | 4 | ||||
-rw-r--r-- | x11/xconsole/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xconsole/Makefile b/x11/xconsole/Makefile index c2cfbb3d183..4bddbadfc15 100644 --- a/x11/xconsole/Makefile +++ b/x11/xconsole/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2012/10/29 05:07:00 asau Exp $ +# $NetBSD: Makefile,v 1.10 2013/01/21 13:19:12 wiz Exp $ # -DISTNAME= xconsole-1.0.4 +DISTNAME= xconsole-1.0.5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xconsole/distinfo b/x11/xconsole/distinfo index b96cbc8c2d0..9d820e7ec02 100644 --- a/x11/xconsole/distinfo +++ b/x11/xconsole/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/06/03 18:11:17 wiz Exp $ +$NetBSD: distinfo,v 1.4 2013/01/21 13:19:12 wiz Exp $ -SHA1 (xconsole-1.0.4.tar.bz2) = 195299d4948ba4c62e961ddd0bd4572283244715 -RMD160 (xconsole-1.0.4.tar.bz2) = 831da269cb68aad84610ec70084f38c11ddadda3 -Size (xconsole-1.0.4.tar.bz2) = 115082 bytes +SHA1 (xconsole-1.0.5.tar.bz2) = 0049a65edde5e9dd4774abec69adb78689270c90 +RMD160 (xconsole-1.0.5.tar.bz2) = 2457bfeb8a1702b9e7061d89ba9c9aa5d88d881e +Size (xconsole-1.0.5.tar.bz2) = 126538 bytes |