Received: by mail.netbsd.org (Postfix, from userid 605) id 7267C84DA2; Mon, 19 Aug 2019 17:41:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EFC5184D6F for ; Mon, 19 Aug 2019 17:41: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 b5fT2uBItEdP for ; Mon, 19 Aug 2019 17:41:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7011B84CD4 for ; Mon, 19 Aug 2019 17:41:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6A53EFBF4; Mon, 19 Aug 2019 17:41:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156623651637420" MIME-Version: 1.0 Date: Mon, 19 Aug 2019 17:41:56 +0000 From: "Santhosh Raju" Subject: CVS commit: pkgsrc/graphics/scrot To: pkgsrc-changes@NetBSD.org Reply-To: fox@netbsd.org X-Mailer: log_accum Message-Id: <20190819174156.6A53EFBF4@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. --_----------=_156623651637420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fox Date: Mon Aug 19 17:41:56 UTC 2019 Modified Files: pkgsrc/graphics/scrot: Makefile distinfo Removed Files: pkgsrc/graphics/scrot/patches: patch-src_getopt.c Log Message: scrot: Update to 1.2 Removes patch-src_getopt.c since the changes have been integrated to upstream. Changes since 1.1.1: Sun Aug 19 08:35:00 -03:00 2019 Joao Eriberto Mota Filho Version 1.2 [ Daniel T. Borelli ] * Changed the cursor to indicate the selection mode. * Fixed GCC >=8.0 warning: -Wstringop-truncation. * Evaluate return of strftime. [ Jade Auer ] * Added a gitignore to prevent accidentally including any files generated by autotools. [ Santhosh Raju ] * Fixes ambiguous else warning by providing proper braces for if in src/getopt.c. * Fixed missing warnings. [ Joao Eriberto Mota Filho ] * Added rights for Santhosh Raju. * Prepare for new release. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/scrot/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/scrot/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/scrot/patches/patch-src_getopt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156623651637420 Content-Disposition: inline Content-Length: 1684 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/scrot/Makefile diff -u pkgsrc/graphics/scrot/Makefile:1.35 pkgsrc/graphics/scrot/Makefile:1.36 --- pkgsrc/graphics/scrot/Makefile:1.35 Sun Aug 18 16:52:03 2019 +++ pkgsrc/graphics/scrot/Makefile Mon Aug 19 17:41:56 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2019/08/18 16:52:03 fox Exp $ +# $NetBSD: Makefile,v 1.36 2019/08/19 17:41:56 fox Exp $ -DISTNAME= scrot-1.1.1 +DISTNAME= scrot-1.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=resurrecting-open-source-projects/} GITHUB_TAG= ${PKGVERSION_NOREV} Index: pkgsrc/graphics/scrot/distinfo diff -u pkgsrc/graphics/scrot/distinfo:1.7 pkgsrc/graphics/scrot/distinfo:1.8 --- pkgsrc/graphics/scrot/distinfo:1.7 Sun Aug 18 16:52:03 2019 +++ pkgsrc/graphics/scrot/distinfo Mon Aug 19 17:41:56 2019 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.7 2019/08/18 16:52:03 fox Exp $ +$NetBSD: distinfo,v 1.8 2019/08/19 17:41:56 fox Exp $ -SHA1 (scrot-1.1.1.tar.gz) = f55835cd5ce3cc16154ca700ed664409a79a497e -RMD160 (scrot-1.1.1.tar.gz) = dbdef82be484bc071acac01339841b8a21812426 -SHA512 (scrot-1.1.1.tar.gz) = 6444fec6d793053b120a6f81bb1696b2c3d1a48f2b7d3949f63ab7e97cbd60d87962b87e52bf43acfae12c3381d59f7924c0f7c71d5372876d14a698f9b9f138 -Size (scrot-1.1.1.tar.gz) = 36473 bytes -SHA1 (patch-src_getopt.c) = 8008e9c52cfe5c3dd76fd47ce96a9e0d2d36783f +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 --_----------=_156623651637420--