Received: by mail.netbsd.org (Postfix, from userid 605) id 1BF2584EDD; Fri, 18 Jan 2019 12:39:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7EFF784EDB for ; Fri, 18 Jan 2019 12:39:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id QtHJigRVJ51t for ; Fri, 18 Jan 2019 12:39:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E74EA84ED1 for ; Fri, 18 Jan 2019 12:39:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E09B5FB16; Fri, 18 Jan 2019 12:39:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154781519596730" MIME-Version: 1.0 Date: Fri, 18 Jan 2019 12:39:55 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/x11/xfce4-screenshooter To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20190118123955.E09B5FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_154781519596730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: youri Date: Fri Jan 18 12:39:55 UTC 2019 Modified Files: pkgsrc/x11/xfce4-screenshooter: Makefile distinfo Log Message: xfce4-screenshooter: update to 1.9.3: * Enhancements: - Allow user to move selection rectangle (bug #14365) - Allow and remember 0sec delay for all regions (bug #13763) * Bugs fixed: - Fix clipboard action handling (Bug #14513) To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/xfce4-screenshooter/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/xfce4-screenshooter/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154781519596730 Content-Disposition: inline Content-Length: 1904 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xfce4-screenshooter/Makefile diff -u pkgsrc/x11/xfce4-screenshooter/Makefile:1.25 pkgsrc/x11/xfce4-screenshooter/Makefile:1.26 --- pkgsrc/x11/xfce4-screenshooter/Makefile:1.25 Sun Dec 9 18:52:52 2018 +++ pkgsrc/x11/xfce4-screenshooter/Makefile Fri Jan 18 12:39:55 2019 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2018/12/09 18:52:52 adam Exp $ +# $NetBSD: Makefile,v 1.26 2019/01/18 12:39:55 youri Exp $ -PKGREVISION= 6 .include "../../meta-pkgs/xfce4/Makefile.common" -DISTNAME= xfce4-screenshooter-1.9.2 +DISTNAME= xfce4-screenshooter-1.9.3 CATEGORIES= misc MASTER_SITES= http://archive.xfce.org/src/apps/xfce4-screenshooter/1.9/ Index: pkgsrc/x11/xfce4-screenshooter/distinfo diff -u pkgsrc/x11/xfce4-screenshooter/distinfo:1.4 pkgsrc/x11/xfce4-screenshooter/distinfo:1.5 --- pkgsrc/x11/xfce4-screenshooter/distinfo:1.4 Tue May 15 22:10:00 2018 +++ pkgsrc/x11/xfce4-screenshooter/distinfo Fri Jan 18 12:39:55 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2018/05/15 22:10:00 youri Exp $ +$NetBSD: distinfo,v 1.5 2019/01/18 12:39:55 youri Exp $ -SHA1 (xfce4-screenshooter-1.9.2.tar.bz2) = 02c21e68c1dd6472318f6264be503397ba6fbf74 -RMD160 (xfce4-screenshooter-1.9.2.tar.bz2) = 9524d12f929396dfbc0f784f2fc13f10df625d72 -SHA512 (xfce4-screenshooter-1.9.2.tar.bz2) = fb60fe89a620122e59352154dbcace8f3e3a2f2f3f2d6cfff521651f4dc021241e9b370f7929fca55b36bbb13ed3ae0c4393a621291b51e451bc2e57b1a798c8 -Size (xfce4-screenshooter-1.9.2.tar.bz2) = 504757 bytes +SHA1 (xfce4-screenshooter-1.9.3.tar.bz2) = 75a9317ff90eadd5e753ce20f0ac0ffe3335630a +RMD160 (xfce4-screenshooter-1.9.3.tar.bz2) = 9cdd5e5cd57d76b578e6fb8db9301d5110134b3d +SHA512 (xfce4-screenshooter-1.9.3.tar.bz2) = ba59fdca3900143a50b3b858986b1152d4574d302d2e041a5287933427a67f64542ca691c130030937344433ea893a1f082086f9c02a9edccaeedbdc0a2a50a2 +Size (xfce4-screenshooter-1.9.3.tar.bz2) = 502188 bytes --_----------=_154781519596730--