summaryrefslogtreecommitdiff
path: root/wm/twm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-04-02 19:03:58 +0000
committerwiz <wiz@pkgsrc.org>2022-04-02 19:03:58 +0000
commit953411c4d3ee749387e63617132f08a554dce90d (patch)
tree634ca79f99e2e6e5311dd2e679bd5988573ce14f /wm/twm
parent6201d705b64c0419e5dfa0a3bffa9cf23c1b3b0d (diff)
downloadpkgsrc-953411c4d3ee749387e63617132f08a554dce90d.tar.gz
twm: update to 1.0.12.
Alan Coopersmith (3): Fix spelling/wording issues gitlab CI: add a basic build test twm 1.0.12 Thomas E. Dickey (21): issue #1: twm random window placement handles large windows poorly eliminate a fixed-size buffer in Execute() function. use Debian's package-files as starting point for test-packages updated patch to work with code, reflect a change made in 2016... adapted/updated patch from Debian #956434 adapted/updated patch from Debian #956434 eliminate some unnecessary(?) goto statements add "-V" version-message allow most options to be long/abbreviatable for consistency, remove clutter not needed with Xorg fix the cppcheck style- and format-warnings add/use functions to make warning messages more consistently use the program name as a prefix use new warning-message functions in the remaining places where suitable, make the "-V" version print less cluttered (and more like most programs) add/use new function parseWarning, which honors -v/-q options indent lex/yacc files using xxx-indent (twm-indent uses GNU indent, which include twm.h in header files which rely upon its definitions X11R5 change lost the update for yylineno needed to make parse messages mention newer behavior of -q/-v options issue #8: twm displays all windows as "Untitled" quiet a misleading warning in grammar
Diffstat (limited to 'wm/twm')
-rw-r--r--wm/twm/Makefile4
-rw-r--r--wm/twm/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/wm/twm/Makefile b/wm/twm/Makefile
index cce7288fb9f..73e0e6cb908 100644
--- a/wm/twm/Makefile
+++ b/wm/twm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/06/15 07:22:10 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2022/04/02 19:03:58 wiz Exp $
-DISTNAME= twm-1.0.11
+DISTNAME= twm-1.0.12
CATEGORIES= wm x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz
diff --git a/wm/twm/distinfo b/wm/twm/distinfo
index 7c1febc2153..cee9aca67d7 100644
--- a/wm/twm/distinfo
+++ b/wm/twm/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:25:19 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/04/02 19:03:58 wiz Exp $
-BLAKE2s (twm-1.0.11.tar.xz) = 09b4358d1babe643bb0cd6f9483a168432d3a582fb8c1db4b23cb9be7ea8eb6d
-SHA512 (twm-1.0.11.tar.xz) = 948034bba23e6b6c4412fcd2e46bb11a9980297601218a54a5055165ab0229a44dde0d50f338b24e82d76f390597e2fa09d11ff7f3fe1b1d736b10083c7da20d
-Size (twm-1.0.11.tar.xz) = 261176 bytes
+BLAKE2s (twm-1.0.12.tar.xz) = ce4ab945e419d0aebd52bb5dca129b7109d610988e11aea2e42d3510fb1da504
+SHA512 (twm-1.0.12.tar.xz) = f3d68df7e06516f6b74f19181efcfd9db2479c8ea0c72c3a6ed0dc1b222405b40d81a2dea17b662955e0c1783e87d0d3eb067c3b6e7c6eed8c0d38d03d362260
+Size (twm-1.0.12.tar.xz) = 262624 bytes