Sat Jun 11 13:33:22 2022 UTC ()
scrot: update to 1.7. take maintainership.

Version 1.7

 * Fixed: code style, add missing final newline.
 * Fixed: autogen.sh: fix some shellcheck issues.
 * Replace insecure c-strings functions (following libbsd integration).
 * New option: --select=hole (-shole), hole selection area.
 * New option: --select=hide (-shide), hide selection area, support image.
 * New option: --select=blur (-sblur), blur selection area.
 * New option: (-) add redirection to standard output (format PNG).
 * Improvement option: --stack, add an optional join direction (v/h).
 * Fixed: free memory image and font resources.
 * Bug fixed: segfault if mouse cursor image was not obtained.
 * Use err/warn functions (following libbsd integration).
 * Others various code improvement.
 * Added new library dependency: libbsd.
 * Autotools: added option --without-libbsd.
 * Improvement: Autotools: remove unused files, remove obsolete macros, assume
   C89 functions exist, delete scrot.spec.
 * Improvement: remove unused C macro, use strndup function, use designated
   initializers (C99).
 * Improvement: Doc: polish the txt2man manual, CONTRIBUTING.md, TODO.md.
 * Others various code improvement.
 * New option: --file (-F), provide the filename as an option.
 * Fixed: code style guideline violations (WebKit).
 * Use strlcpy/strlcat (following libbsd integration).
 * Fixed a mistake in README.md.
 * Convert all source files to the WebKit style.
 * New option: --ignorekeyboard (-i), Don't exit for keyboard input. ESC still
   exits.


(nia)
diff -r1.42 -r1.43 pkgsrc/graphics/scrot/Makefile
diff -r1.13 -r1.14 pkgsrc/graphics/scrot/distinfo

cvs diff -r1.42 -r1.43 pkgsrc/graphics/scrot/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/scrot/Makefile 2021/08/14 08:12:46 1.42
+++ pkgsrc/graphics/scrot/Makefile 2022/06/11 13:33:22 1.43
@@ -1,21 +1,25 @@ @@ -1,21 +1,25 @@
1# $NetBSD: Makefile,v 1.42 2021/08/14 08:12:46 nia Exp $ 1# $NetBSD: Makefile,v 1.43 2022/06/11 13:33:22 nia Exp $
2 2
3DISTNAME= scrot-1.6 3DISTNAME= scrot-1.7
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= ${MASTER_SITE_GITHUB:=resurrecting-open-source-projects/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=resurrecting-open-source-projects/}
6GITHUB_RELEASE= ${PKGVERSION_NOREV} 6GITHUB_RELEASE= ${PKGVERSION_NOREV}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= nia@NetBSD.org
9HOMEPAGE= https://github.com/resurrecting-open-source-projects/scrot 9HOMEPAGE= https://github.com/resurrecting-open-source-projects/scrot
10COMMENT= Command line screen capture util like "import", but using imlib2 10COMMENT= Command line screen capture util like "import", but using imlib2
11LICENSE= mit 11LICENSE= mit
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
15 15
 16.include "../../mk/bsd.prefs.mk"
 17.if ${OPSYS} == "Linux"
 18. include "../../devel/libbsd/buildlink3.mk"
 19.endif
16.include "../../graphics/imlib2/buildlink3.mk" 20.include "../../graphics/imlib2/buildlink3.mk"
17.include "../../x11/libXcomposite/buildlink3.mk" 21.include "../../x11/libXcomposite/buildlink3.mk"
18.include "../../x11/libXext/buildlink3.mk" 22.include "../../x11/libXext/buildlink3.mk"
19.include "../../x11/libXfixes/buildlink3.mk" 23.include "../../x11/libXfixes/buildlink3.mk"
20.include "../../x11/libX11/buildlink3.mk" 24.include "../../x11/libX11/buildlink3.mk"
21.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/graphics/scrot/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/scrot/distinfo 2021/10/26 10:46:54 1.13
+++ pkgsrc/graphics/scrot/distinfo 2022/06/11 13:33:22 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2021/10/26 10:46:54 nia Exp $ 1$NetBSD: distinfo,v 1.14 2022/06/11 13:33:22 nia Exp $
2 2
3BLAKE2s (scrot-1.6.tar.gz) = edce4b38b884cca0605907e4b1ff309380f6c9a6b815c74a0d32519718e23e99 3BLAKE2s (scrot-1.7.tar.gz) = f4d7d487ca9cde1099dc40b60f4af3ed05be6bd86eff802a42000d750b8a5e1b
4SHA512 (scrot-1.6.tar.gz) = 5ecdefe2a8dce5150ef7d7af0cc8cc8a8396dccff2a321c02d633629a60ac6fc90286268b74afad7987ca16ccce30d0b1f87e7b7217738af52d1a6003c316606 4SHA512 (scrot-1.7.tar.gz) = 3ef2b547d561a85213ef0075af3034020f00168253d3b84ef94578f0b8534f9a7389c808f8fcd0c619358a14f41601fee407d08d63c397b9892ba9fc2db23f88
5Size (scrot-1.6.tar.gz) = 182032 bytes 5Size (scrot-1.7.tar.gz) = 178463 bytes