Tue May 2 18:32:34 2017 UTC ()
Update x11/dmenu to 4.7.

Changes:
4.7
===
New features
------------
- Add embedding support with -w option.
  This option can be used to xembed dmenu into an application. This is
  useful in particular for surf.
- config.h: add config option for word delimiters.

Noteworthy fixes
----------------
- die() on calloc failure.
- Sync new drw from libsl and minor fixes.
- arg.h: fixed argv checks order.
- Regression fix: Do not crash on e.g. dmenu < /dev/null
- Shut up glibc about _BSD_SOURCE being deprecated.
- Xinerama: correct variable declarations in preprocessor conditional.
- Small man page improvements.

Thanks in particular to the contributors
----------------------------------------
- Andrew Gregory
- Klemens Nanni
- Lucas Gabriel Vuotto
- Markus Teich
- Quentin Rameau
- S. Gilles
- Thomas Gardner


(leot)
diff -r1.11 -r1.12 pkgsrc/x11/dmenu/Makefile
diff -r1.9 -r1.10 pkgsrc/x11/dmenu/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/x11/dmenu/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/dmenu/Makefile 2015/11/11 16:13:12 1.11
+++ pkgsrc/x11/dmenu/Makefile 2017/05/02 18:32:34 1.12
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.11 2015/11/11 16:13:12 leot Exp $ 1# $NetBSD: Makefile,v 1.12 2017/05/02 18:32:34 leot Exp $
2# 2#
3 3
4DISTNAME= dmenu-4.6 4DISTNAME= dmenu-4.7
5CATEGORIES= x11 5CATEGORIES= x11
6MASTER_SITES= http://dl.suckless.org/tools/ 6MASTER_SITES= http://dl.suckless.org/tools/
7 7
8MAINTAINER= leot@NetBSD.org 8MAINTAINER= leot@NetBSD.org
9HOMEPAGE= http://tools.suckless.org/dmenu 9HOMEPAGE= http://tools.suckless.org/dmenu
10COMMENT= Dynamic menu for X 10COMMENT= Dynamic menu for X
11LICENSE= mit 11LICENSE= mit
12 12
13MAKE_JOBS_SAFE= no 13MAKE_JOBS_SAFE= no
14 14
15NO_CONFIGURE= yes 15NO_CONFIGURE= yes
16USE_LANGUAGES= c99 16USE_LANGUAGES= c99
17 17

cvs diff -r1.9 -r1.10 pkgsrc/x11/dmenu/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/dmenu/distinfo 2015/11/11 16:13:12 1.9
+++ pkgsrc/x11/dmenu/distinfo 2017/05/02 18:32:34 1.10
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.9 2015/11/11 16:13:12 leot Exp $ 1$NetBSD: distinfo,v 1.10 2017/05/02 18:32:34 leot Exp $
2 2
3SHA1 (dmenu-4.6.tar.gz) = 16297db470b370a16d532fba3cfd9743758ada80 3SHA1 (dmenu-4.7.tar.gz) = f0f4a30ed0797099fef8d83990a91c8c3c9847e2
4RMD160 (dmenu-4.6.tar.gz) = abf5433ea6cd8ef1ff65fa3eacce8a67622be047 4RMD160 (dmenu-4.7.tar.gz) = 7a45888f86862cdb475a1b75c6f3c35faeaf6300
5SHA512 (dmenu-4.6.tar.gz) = e54fd10c0b1274eb90173aea442f0bfc496f4dda861a36d94f939e1fd835594f9aa12f3d0f90043d64e519d919b9a5273ab65012230ac022f727ee6bb64862e3 5SHA512 (dmenu-4.7.tar.gz) = 67a184f3ddb018e7b372e049052662955403e3367639b9c2284939d6f105ae74c995fe38f126d8ff75886831c8add8b50e338a1bfb0d8620b7fb1457cf88a00c
6Size (dmenu-4.6.tar.gz) = 15057 bytes 6Size (dmenu-4.7.tar.gz) = 15597 bytes