pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/scrot
Module Name: pkgsrc
Committed By: pin
Date: Thu Aug 1 06:44:23 UTC 2024
Modified Files:
pkgsrc/graphics/scrot: Makefile PLIST distinfo
Removed Files:
pkgsrc/graphics/scrot/patches: patch-src_scrot.c
Log Message:
graphics/scrot: update to 1.11.1
1.11.1
- Minor fix in Makefile.am
1.11
- New feature: zsh and bash completion
- Improvement: more detailed --help output and new --list-options flag
- Improvement: better error reporting on newer imlib2 versions
- Improvement: better handle mutually exclusive options
- Improvement: --stack no longer errors out if no compositor is running
- Improvement: print a warning if output file was changed
- Improvement: default file-name extension is now based on the format used
- Improvement: selection line mode will be automatically set to "edge" mode if no compositors is running
- Improvement: rewrite autogen.sh to be simpler and more robust
- Document: add examples of using scrot with other utilities in manpage
- Document: Correct strftime section in the manual
- Fixes: selection borders appearing in the screenshot
- Fixes: reject filenames with trailing slash
- Fixes: incorrect line opacity mapping
- Fixes: don't return 0 on exec failure
- Fixes: bad extension detection
- Fixes: stricter optional argument parsing
- Fixes: buffer overrun due to bad x,y in imlib_create_image_from_ximage call
- Fixes: printing potentially truncated file-size
- Fixes: various memory leaks
- Fixes: replace dprintf() calls to fix the SmartOS port
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/graphics/scrot/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/scrot/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/scrot/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/scrot/patches/patch-src_scrot.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/scrot/Makefile
diff -u pkgsrc/graphics/scrot/Makefile:1.48 pkgsrc/graphics/scrot/Makefile:1.49
--- pkgsrc/graphics/scrot/Makefile:1.48 Sun Nov 12 13:22:17 2023
+++ pkgsrc/graphics/scrot/Makefile Thu Aug 1 06:44:22 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2023/11/12 13:22:17 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2024/08/01 06:44:22 pin Exp $
-DISTNAME= scrot-1.10
-PKGREVISION= 2
+DISTNAME= scrot-1.11.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=resurrecting-open-source-projects/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
Index: pkgsrc/graphics/scrot/PLIST
diff -u pkgsrc/graphics/scrot/PLIST:1.6 pkgsrc/graphics/scrot/PLIST:1.7
--- pkgsrc/graphics/scrot/PLIST:1.6 Wed Feb 1 12:30:44 2023
+++ pkgsrc/graphics/scrot/PLIST Thu Aug 1 06:44:22 2024
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.6 2023/02/01 12:30:44 nia Exp $
+@comment $NetBSD: PLIST,v 1.7 2024/08/01 06:44:22 pin Exp $
bin/scrot
man/man1/scrot.1
share/doc/scrot/AUTHORS
share/doc/scrot/CONTRIBUTING.md
share/doc/scrot/ChangeLog
-share/doc/scrot/FAQ
+share/doc/scrot/FAQ.md
share/doc/scrot/README.md
share/doc/scrot/TODO.md
share/doc/scrot/scrot.png
Index: pkgsrc/graphics/scrot/distinfo
diff -u pkgsrc/graphics/scrot/distinfo:1.17 pkgsrc/graphics/scrot/distinfo:1.18
--- pkgsrc/graphics/scrot/distinfo:1.17 Tue Jul 4 15:05:19 2023
+++ pkgsrc/graphics/scrot/distinfo Thu Aug 1 06:44:22 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.17 2023/07/04 15:05:19 jperkin Exp $
+$NetBSD: distinfo,v 1.18 2024/08/01 06:44:22 pin Exp $
-BLAKE2s (scrot-1.10.tar.gz) = dae2347f7e2bb8ba640af66dec24727a76236fb70f0fd92f3b3585d82b4d331c
-SHA512 (scrot-1.10.tar.gz) = 4429c46aafd0928901672cad9c947566b7c5dfec644d041c59489325be06d226488978fe96292bf3d9b478470c8de4313da4451eace81ee869e8aa7e478b0d5f
-Size (scrot-1.10.tar.gz) = 178710 bytes
-SHA1 (patch-src_scrot.c) = 71d803dda4912f7f4e5f82534f1f1e27ce547dbe
+BLAKE2s (scrot-1.11.1.tar.gz) = 33779c8da883737c8a419974f4cdcaaab8947a1c19a9298f12fd3600b9eac659
+SHA512 (scrot-1.11.1.tar.gz) = 5a376941dbcf2d18ec580f970e2a13cabb1b209af86362015affcd8a3b23118355f3c37d04f3ecb2401feaed5ea947c478e332f3b49f1b4a83fadf5d77d5e801
+Size (scrot-1.11.1.tar.gz) = 183948 bytes
Home |
Main Index |
Thread Index |
Old Index