Received: by mail.netbsd.org (Postfix, from userid 605) id 86D0E84E68; Mon, 9 Jan 2023 12:42:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B709484E63 for ; Mon, 9 Jan 2023 12:42:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id G9BJQYDlwvOp for ; Mon, 9 Jan 2023 12:42:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3A78984CD9 for ; Mon, 9 Jan 2023 12:42:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2CBB1FA90; Mon, 9 Jan 2023 12:42:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673268166177290" MIME-Version: 1.0 Date: Mon, 9 Jan 2023 12:42:46 +0000 From: "Paolo Vincenzo Olivo" Subject: CVS commit: pkgsrc/x11/autocutsel To: pkgsrc-changes@NetBSD.org Reply-To: vins@netbsd.org X-Mailer: log_accum Message-Id: <20230109124246.2CBB1FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673268166177290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: vins Date: Mon Jan 9 12:42:46 UTC 2023 Modified Files: pkgsrc/x11/autocutsel: Makefile distinfo Log Message: x11/autocutsel: update to version 10.0.1 Changes: * v0.10.1: 2021-03-03 - fixed allocation error (Jeremie Courreges-Anglas) - updated configure scripts To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/autocutsel/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/autocutsel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673268166177290 Content-Disposition: inline Content-Length: 1554 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/autocutsel/Makefile diff -u pkgsrc/x11/autocutsel/Makefile:1.4 pkgsrc/x11/autocutsel/Makefile:1.5 --- pkgsrc/x11/autocutsel/Makefile:1.4 Sat Jan 18 23:35:47 2020 +++ pkgsrc/x11/autocutsel/Makefile Mon Jan 9 12:42:45 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2020/01/18 23:35:47 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2023/01/09 12:42:45 vins Exp $ # -DISTNAME= autocutsel-0.10.0 +DISTNAME= autocutsel-0.10.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=sigmike/} GITHUB_PROJECT= autocutsel Index: pkgsrc/x11/autocutsel/distinfo diff -u pkgsrc/x11/autocutsel/distinfo:1.5 pkgsrc/x11/autocutsel/distinfo:1.6 --- pkgsrc/x11/autocutsel/distinfo:1.5 Tue Oct 26 11:33:43 2021 +++ pkgsrc/x11/autocutsel/distinfo Mon Jan 9 12:42:45 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:33:43 nia Exp $ +$NetBSD: distinfo,v 1.6 2023/01/09 12:42:45 vins Exp $ -BLAKE2s (autocutsel-0.10.0.tar.gz) = 4837467b86c6cf086ddd37ef15c39c515ef262601100108487018064a68eccd9 -SHA512 (autocutsel-0.10.0.tar.gz) = 89a51a541960133a1a4212de531c1de5512484e98713f680749b404a3cf0c712e9d0e664b10a5ad3ed634997d6432b6d7c26fcaeed39892078f0c42ec4b0551f -Size (autocutsel-0.10.0.tar.gz) = 19114 bytes +BLAKE2s (autocutsel-0.10.1.tar.gz) = 507509a99488d08c4bf2ffd259b37f8540443202d302d9d0ce40efc78e595a4d +SHA512 (autocutsel-0.10.1.tar.gz) = 89d295daecc777e82867b6b3de0d9b61f3f3292a18563ed2b4fddfb03b39d46c04f5a7dfc56bda27d410404cfb78d0188cf398e17a4a2be0555abb190a754cfc +Size (autocutsel-0.10.1.tar.gz) = 19022 bytes --_----------=_1673268166177290--