pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/dmenu



Module Name:    pkgsrc
Committed By:   leot
Date:           Tue May  2 18:32:34 UTC 2017

Modified Files:
        pkgsrc/x11/dmenu: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/dmenu/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/dmenu/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/dmenu/Makefile
diff -u pkgsrc/x11/dmenu/Makefile:1.11 pkgsrc/x11/dmenu/Makefile:1.12
--- pkgsrc/x11/dmenu/Makefile:1.11      Wed Nov 11 16:13:12 2015
+++ pkgsrc/x11/dmenu/Makefile   Tue May  2 18:32:34 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2015/11/11 16:13:12 leot Exp $
+# $NetBSD: Makefile,v 1.12 2017/05/02 18:32:34 leot Exp $
 #
 
-DISTNAME=      dmenu-4.6
+DISTNAME=      dmenu-4.7
 CATEGORIES=    x11
 MASTER_SITES=  http://dl.suckless.org/tools/
 

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



Home | Main Index | Thread Index | Old Index