diff options
author | wiz <wiz> | 2015-04-17 06:57:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-04-17 06:57:41 +0000 |
commit | 21b714c74a5fc2bb31553f8c09bd2bfe2382a37b (patch) | |
tree | 5c0cf02a0cbcb18e51f8acea2cb11b3563917bcf /wm/twm | |
parent | 1bf91482a2a457e8260cbd3d6aa13b94b686b1ee (diff) | |
download | pkgsrc-21b714c74a5fc2bb31553f8c09bd2bfe2382a37b.tar.gz |
Update to 1.0.9:
Alan Coopersmith (5):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Only use results from GetWindowProperty if it returned success
Remove custom version of system(3c) for Solaris
twm 1.0.9
Gaetan Nadon (1):
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Laurent Carlier (1):
Update manpage with the proper location of system.twmrc file
Diffstat (limited to 'wm/twm')
-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 fdf1d76821f..1d0b72fb5c1 100644 --- a/wm/twm/Makefile +++ b/wm/twm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2013/09/07 05:53:39 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/04/17 06:57:41 wiz Exp $ -DISTNAME= twm-1.0.8 +DISTNAME= twm-1.0.9 CATEGORIES= x11 wm MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/wm/twm/distinfo b/wm/twm/distinfo index 115c2a7735d..f0456ced811 100644 --- a/wm/twm/distinfo +++ b/wm/twm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2013/09/07 05:53:39 wiz Exp $ +$NetBSD: distinfo,v 1.6 2015/04/17 06:57:41 wiz Exp $ -SHA1 (twm-1.0.8.tar.bz2) = b568e6242c5a2b9a05d0a198b96f3d43cf792931 -RMD160 (twm-1.0.8.tar.bz2) = 4b8e957afb93e807abeaa5b785d55d7bc7cdee5e -Size (twm-1.0.8.tar.bz2) = 275201 bytes +SHA1 (twm-1.0.9.tar.bz2) = 09e8a8f0d1072e11eb0d6e354d75a555b9952755 +RMD160 (twm-1.0.9.tar.bz2) = e0f5706a99b2221a0bc9af72378f6a81b428181e +Size (twm-1.0.9.tar.bz2) = 284160 bytes |