pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/shod



Module Name:    pkgsrc
Committed By:   pin
Date:           Sun Apr 30 19:54:25 UTC 2023

Modified Files:
        pkgsrc/wm/shod: Makefile distinfo

Log Message:
wm/shod: update to 2.6.2

v2.6.2
 - No changelog provided

v2.6.1
 - No changelog provided

v2.6.0
 - Added automatic tabbing of related windows.
 - Added automatic reloading of resources.
 - Added exit command in shodc(1).
 - Added (experimental) support for GNUstep windows.
 - Deprecate -m (set modifier) in favor of the newer -A (use Alt) and -W
   (use Super/Winkey).
 - Several bugfixes.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/wm/shod/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/wm/shod/distinfo

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

Modified files:

Index: pkgsrc/wm/shod/Makefile
diff -u pkgsrc/wm/shod/Makefile:1.7 pkgsrc/wm/shod/Makefile:1.8
--- pkgsrc/wm/shod/Makefile:1.7 Tue Oct 11 20:47:37 2022
+++ pkgsrc/wm/shod/Makefile     Sun Apr 30 19:54:25 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2022/10/11 20:47:37 pin Exp $
+# $NetBSD: Makefile,v 1.8 2023/04/30 19:54:25 pin Exp $
 
-DISTNAME=      shod-2.5.0
+DISTNAME=      shod-2.6.2
 CATEGORIES=    wm
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=phillbush/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -34,4 +34,5 @@ DEPENDS+=     sxhkd-[0-9]*:../../x11/sxhkd
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXinerama/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/wm/shod/distinfo
diff -u pkgsrc/wm/shod/distinfo:1.8 pkgsrc/wm/shod/distinfo:1.9
--- pkgsrc/wm/shod/distinfo:1.8 Tue Oct 11 20:47:37 2022
+++ pkgsrc/wm/shod/distinfo     Sun Apr 30 19:54:25 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/10/11 20:47:37 pin Exp $
+$NetBSD: distinfo,v 1.9 2023/04/30 19:54:25 pin Exp $
 
-BLAKE2s (shod-2.5.0.tar.gz) = 5931c0a3f55eff3e8ff78af8e7e4b62c6bbd92787fef837f61f46e91902ccabd
-SHA512 (shod-2.5.0.tar.gz) = ec359ffac14388c77be15a808660f1ad7ac7d78d48e3c5ea5aa190de0bd6625cf982159f13f9228723a06d7053034d622b8bee4a328f721fc18a8ddad534ab59
-Size (shod-2.5.0.tar.gz) = 61980 bytes
+BLAKE2s (shod-2.6.2.tar.gz) = 0e8c6812ea80c91de3827b05fe022c4907107445badd0fc37ae017561aa37178
+SHA512 (shod-2.6.2.tar.gz) = 4291096e32b70bc5cbf6e49912afe8e4fd001b6e01df2817edc16bbad25db23b6ad12fc211273c534a131224e3f990ca3c3235926ac5f0e9212acb62306b0a4d
+Size (shod-2.6.2.tar.gz) = 3012480 bytes



Home | Main Index | Thread Index | Old Index