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:   nia
Date:           Tue Nov 24 17:13:09 UTC 2020

Modified Files:
        pkgsrc/graphics/scrot: Makefile distinfo

Log Message:
scrot: Update to 1.4

Sat Jul 18 23:23:00 -03:00 2020  Joao Eriberto Mota Filho <eriberto%eriberto.pro.br@localhost>
Version 1.4

  [ ideal ]

  * Fix SIGSEGV, if running without DISPLAY environment variable.

  [ Jeroen Roovers ]

  * README.md: mention libXcomposite in build requirements.
  * Removed libXcursor references.

  [ Joao Eriberto Mota Filho ]

  * Added a new logo 128x128.
  * Added rights for "ideal", Jeroen Roovers and spycapitan.
  * Fixed spelling errors in manpage.
  * Prepare for new release.
  * Updated manpage.
  * Using create-man.sh 2.0 from txt2man package from Debian.

  [ spycapitan ]

  * Call XCloseDisplay on exit. This is the right thing in every X server
    program, to release acquired resources.
  * Fixed autoselect.
  * Fixed capturing partially hidden windows on the edge of the desktop.
  * Fixed required number.
  * Fixed SIGSEGV, option --note.
  * Minor fix: variable is assigned that is never used.
  * New Feature: capture stack/overlapping windows. Depends of libXcomposite
    (X11). New option: --stack or -k.
  * Stack windows: client list spec EWMH.

Sun Apr 16 00:08:00 -03:00 2020  Joao Eriberto Mota Filho <eriberto%eriberto.pro.br@localhost>
Version 1.3

  [ Joao Eriberto Mota Filho ]

  * Added rights for Hinigatsu and Sean Brennan.
  * Created full-check.yml to provide CI tests.
  * Prepare for new release.
  * Updated manpage.
  * Using an updated README.md as replace for README.

  [ Hinigatsu ]

  * Added delay option to autoselect.
  * Fixed bug #39, mouse pointer not captured with -a -p options.

  [ Sean Brennan ]

  * Added -D option to specify the display to use.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/graphics/scrot/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/scrot/distinfo

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.38 pkgsrc/graphics/scrot/Makefile:1.39
--- pkgsrc/graphics/scrot/Makefile:1.38 Fri Jan 10 21:14:11 2020
+++ pkgsrc/graphics/scrot/Makefile      Tue Nov 24 17:13:08 2020
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.38 2020/01/10 21:14:11 joerg Exp $
+# $NetBSD: Makefile,v 1.39 2020/11/24 17:13:08 nia Exp $
 
-DISTNAME=      scrot-1.2
+DISTNAME=      scrot-1.4
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=resurrecting-open-source-projects/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}
-EXTRACT_USING= bsdtar
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/resurrecting-open-source-projects/scrot

Index: pkgsrc/graphics/scrot/distinfo
diff -u pkgsrc/graphics/scrot/distinfo:1.8 pkgsrc/graphics/scrot/distinfo:1.9
--- pkgsrc/graphics/scrot/distinfo:1.8  Mon Aug 19 17:41:56 2019
+++ pkgsrc/graphics/scrot/distinfo      Tue Nov 24 17:13:08 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/08/19 17:41:56 fox Exp $
+$NetBSD: distinfo,v 1.9 2020/11/24 17:13:08 nia Exp $
 
-SHA1 (scrot-1.2.tar.gz) = a05d57cd475d31ec99e98b5d0b51b7d74c9ddf2f
-RMD160 (scrot-1.2.tar.gz) = 944e2693a0c4079178c15f7344bb9fe4eea95e91
-SHA512 (scrot-1.2.tar.gz) = b89e7a94e6317fdb7bd260190c6d68a2dfefc08691b4574337afdfff84f55b8b9c955a6ac60642ae9749c1deaa16bee7b855fbd15833a95f602536693daf8c37
-Size (scrot-1.2.tar.gz) = 36839 bytes
+SHA1 (scrot-1.4.tar.gz) = d15f6cda88a03576cb6b9a55d2017d0feabb9b4c
+RMD160 (scrot-1.4.tar.gz) = f2056dcfcc9c5ac539d7ca12140b3d02a90100da
+SHA512 (scrot-1.4.tar.gz) = 8423e7b2658f3e0ccf30f61e122016469226328adf8b1e511aeb031dd2655ae66582651e2d046c7c35d23efb98656369a02b59e711980481ddc4db24c299ee11
+Size (scrot-1.4.tar.gz) = 157779 bytes



Home | Main Index | Thread Index | Old Index