pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/45737: Outdated wm/dwm package in pkgsrc-current (5.9 vs. 6.0); patch included
>Number: 45737
>Category: pkg
>Synopsis: Outdated wm/dwm package in pkgsrc-current (5.9 vs. 6.0); patch
>included
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sat Dec 24 01:45:00 +0000 2011
>Originator: Bug Hunting
>Release:
>Organization:
>Environment:
>Description:
The wm/dwm package in pkgsrc-current currently holds dwm version 5.9, while
the current upstream release is 6.0. Updating is desired.
Changes in the 6.0 release can be taken from
<http://hg.suckless.org/dwm/log/ec4baab78314>, as linked to on
<http://hg.suckless.org/dwm>; a summary as taken from
<http://lists.suckless.org/dev/1112/10386.html> (the release announcement on
the developers mailing list) follows though:
- several Xinerama fixes;
- a new approach to hide clients into negative space rather than positive;
- the return of the nmaster functionality (Mod1-i, Mod1-d);
- better EWHM support for floating windows;
- fixed sloppy focussing of empty screens;
- a new default color scheme (actually a new old one, now bluedark rather than
bluegray).
When the package is updated, the relevant line from doc/TODO (added with
v1.10751) can be deleted. Additionally, doc/CHANGES-2011 should
obviously be updated accordingly as well.
>How-To-Repeat:
With an up-to-date checkout of pkgsrc-current, issue
"cd /usr/pkgsrc/wm/dwm; make package-name"; compare with the current
content of <http://dwm.suckless.org/>.
>Fix:
Apply proposed patch file, generated with
"cd /usr/pkgsrc/; cvs diff -u wm/dwm" and created, tested, and found to work
correctly on NetBSD/i386 (the MD5 sum of this patch file is
6ffe58ef27f2ec2295862b0a1e7c53c5; please verify it before applying):
Index: wm/dwm/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/wm/dwm/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- wm/dwm/Makefile 7 Aug 2011 20:58:40 -0000 1.12
+++ wm/dwm/Makefile 24 Dec 2011 01:33:29 -0000
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.12 2011/08/07 20:58:40 gls Exp $
#
-DISTNAME= dwm-5.9
+DISTNAME= dwm-6.0
CATEGORIES= wm
MASTER_SITES= http://dl.suckless.org/dwm/
Index: wm/dwm/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/wm/dwm/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- wm/dwm/distinfo 7 Aug 2011 20:58:40 -0000 1.12
+++ wm/dwm/distinfo 24 Dec 2011 01:33:29 -0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2011/08/07 20:58:40 gls Exp $
+$NetBSD$
-SHA1 (dwm-5.9.tar.gz) = 45d011b70cee0208c43b756650c6f736e0c8661b
-RMD160 (dwm-5.9.tar.gz) = 92af278597db706fb2a4b63aa9169a3ef612cd2c
-Size (dwm-5.9.tar.gz) = 20517 bytes
+SHA1 (dwm-6.0.tar.gz) = 35346f873a27f219ae266594b3690407f95d06ef
+RMD160 (dwm-6.0.tar.gz) = 6ecd03a2fc8a6f9fd436e8f58dedc305c4a5bbf7
+Size (dwm-6.0.tar.gz) = 20810 bytes
Home |
Main Index |
Thread Index |
Old Index