diff options
author | wiz <wiz> | 2012-06-03 17:52:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-06-03 17:52:45 +0000 |
commit | 45e59318d59796430795506340592c57af82105d (patch) | |
tree | 08f2ee353a0fc50248d702d362138aa78cca574c /wm | |
parent | 8b404d981055eb55aec391d8f8e0ca65eee3132b (diff) | |
download | pkgsrc-45e59318d59796430795506340592c57af82105d.tar.gz |
Update to 1.0.7.
1.0.7:
This minor maintenance release includes a bunch of fixes from static
analysis of the twm code with various compilers & tools, as well as
other pro-active work attempting to reduce potential bugs, and a set
of build configuration improvements.
1.0.6:
This minor build fix release solves a problem introduced in 1.0.5
that prevented configure from completing when cross-compiling.
1.0.5:
This minor maintenance release provides the last two years'
Worth of build configuration improvements, janitorial cleanups, &
Makefile.am support for automake-1.11 silent builds.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/twm/Makefile | 4 | ||||
-rw-r--r-- | wm/twm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/wm/twm/Makefile b/wm/twm/Makefile index 2a4b383bae1..2018211ff54 100644 --- a/wm/twm/Makefile +++ b/wm/twm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2008/05/24 21:45:14 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2012/06/03 17:52:45 wiz Exp $ -DISTNAME= twm-1.0.4 +DISTNAME= twm-1.0.7 CATEGORIES= x11 wm MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/wm/twm/distinfo b/wm/twm/distinfo index 63d6008b715..0811e75ed9b 100644 --- a/wm/twm/distinfo +++ b/wm/twm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/04/24 03:50:58 bjs Exp $ +$NetBSD: distinfo,v 1.4 2012/06/03 17:52:45 wiz Exp $ -SHA1 (twm-1.0.4.tar.bz2) = 7456e90f19e4747e1785f596b93f692d68a9f079 -RMD160 (twm-1.0.4.tar.bz2) = 41c13e8930fb3be385d20ea74a7f1acd59d68379 -Size (twm-1.0.4.tar.bz2) = 241944 bytes +SHA1 (twm-1.0.7.tar.bz2) = ff535ef8e676f9ca876a6166858798c7fe70d446 +RMD160 (twm-1.0.7.tar.bz2) = a928bc59cac6bd23f0ae78102c2a721c98b41d02 +Size (twm-1.0.7.tar.bz2) = 272483 bytes |