diff options
author | nros <nros> | 2015-04-28 18:15:54 +0000 |
---|---|---|
committer | nros <nros> | 2015-04-28 18:15:54 +0000 |
commit | 874c2ad65b48914909e610f00a132bfd4b15e038 (patch) | |
tree | e2cbfc6f096b212442d86e61dd87cf16db0feff8 /wm | |
parent | 988f4357fe5e1a9b936b7ce1f0bd36c6f7fabb9e (diff) | |
download | pkgsrc-874c2ad65b48914909e610f00a132bfd4b15e038.tar.gz |
Update i3 to version 4.10.2.
Changes mentioned in the release notes:
* Cope with non-null-terminated x class properties.
* Get workspace name when renaming current workspace (fixes crash).
* Use a reasonable default sep_block_width if a separator_symbol is given.
* Remove windows from the save set when unmapping.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/i3/Makefile | 5 | ||||
-rw-r--r-- | wm/i3/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/wm/i3/Makefile b/wm/i3/Makefile index e14c75b7aff..081fbdb4ad3 100644 --- a/wm/i3/Makefile +++ b/wm/i3/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2015/04/25 14:24:59 tnn Exp $ +# $NetBSD: Makefile,v 1.10 2015/04/28 18:15:54 nros Exp $ # -DISTNAME= i3-4.10.1 -PKGREVISION= 1 +DISTNAME= i3-4.10.2 CATEGORIES= wm MASTER_SITES= http://i3wm.org/downloads/ EXTRACT_SUFX= .tar.bz2 diff --git a/wm/i3/distinfo b/wm/i3/distinfo index 41ab54c7b2e..997bde7478f 100644 --- a/wm/i3/distinfo +++ b/wm/i3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2015/04/05 17:02:51 nros Exp $ +$NetBSD: distinfo,v 1.6 2015/04/28 18:15:54 nros Exp $ -SHA1 (i3-4.10.1.tar.bz2) = 2e93308f67479555ca276f1e885a6bebc92ba538 -RMD160 (i3-4.10.1.tar.bz2) = 6cadbbc335e646048f003b70cc05d67fea68e86a -Size (i3-4.10.1.tar.bz2) = 942981 bytes +SHA1 (i3-4.10.2.tar.bz2) = dc50d112645b9838d05e5864dc09a160c4cec8a1 +RMD160 (i3-4.10.2.tar.bz2) = 952f2a6a9fad4432065ac6435ac6cfb07affbf78 +Size (i3-4.10.2.tar.bz2) = 942759 bytes SHA1 (patch-Makefile) = 919f0e87efa951bde531b9172b74589d3e1c474a SHA1 (patch-src_log.c) = 75ac4d0681d114e0343ddb015292c6c8ee81c1ae SHA1 (patch-src_main.c) = c03fcb12d404fcdfd14c1892b771ee0c7a86b39d |