Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 71D9684D7A for ; Sun, 18 Jun 2023 13:50:33 +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 NwVYi_otxvHP for ; Sun, 18 Jun 2023 13:50:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DA49584D57 for ; Sun, 18 Jun 2023 13:50:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0ACA1FA89; Sun, 18 Jun 2023 13:50:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687096232277550" MIME-Version: 1.0 Date: Sun, 18 Jun 2023 13:50:32 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-git2r To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230618135032.0ACA1FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687096232277550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jun 18 13:50:31 UTC 2023 Modified Files: pkgsrc/devel/R-git2r: Makefile distinfo Log Message: (devel/R-git2r) Updated 0.30.1 to 0.32.0 # git2r 0.32.0 (2023-04-12) ## CHANGES * Updated the bundled libgit2 source code to version 1.6.3. * Fix build failure of bundled libgit2 when structure for nanosecond type is mssing. # git2r 0.31.0 (2023-01-26) ## CHANGES * Removed unused macro 'AC_PROG_CC' from the build configuration script. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-git2r/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-git2r/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687096232277550 Content-Disposition: inline Content-Length: 1479 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-git2r/Makefile diff -u pkgsrc/devel/R-git2r/Makefile:1.4 pkgsrc/devel/R-git2r/Makefile:1.5 --- pkgsrc/devel/R-git2r/Makefile:1.4 Thu Apr 21 13:59:08 2022 +++ pkgsrc/devel/R-git2r/Makefile Sun Jun 18 13:50:31 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2022/04/21 13:59:08 mef Exp $ +# $NetBSD: Makefile,v 1.5 2023/06/18 13:50:31 mef Exp $ R_PKGNAME= git2r -R_PKGVER= 0.30.1 +R_PKGVER= 0.32.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/R-git2r/distinfo diff -u pkgsrc/devel/R-git2r/distinfo:1.6 pkgsrc/devel/R-git2r/distinfo:1.7 --- pkgsrc/devel/R-git2r/distinfo:1.6 Thu Apr 21 13:59:08 2022 +++ pkgsrc/devel/R-git2r/distinfo Sun Jun 18 13:50:31 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2022/04/21 13:59:08 mef Exp $ +$NetBSD: distinfo,v 1.7 2023/06/18 13:50:31 mef Exp $ -BLAKE2s (R/git2r_0.30.1.tar.gz) = 186b2469fd518b39a28c4e7befacf9bdad8b384850f5e2aa0b343f6e77b01f00 -SHA512 (R/git2r_0.30.1.tar.gz) = c35557d2b05cd2211fe0cf02e6a73ad252ac1aafd920c22bb3eef8a63320b5e6b7c452f3318115c198d9bf94f7f2fe00251eea9675f8c4b70434109dbbc4fc52 -Size (R/git2r_0.30.1.tar.gz) = 1309723 bytes +BLAKE2s (R/git2r_0.32.0.tar.gz) = 5b5231d72af5c851316e131446781ee0e49b32503db2a8f1e69a5a4a5b31d9cc +SHA512 (R/git2r_0.32.0.tar.gz) = d6542b99162fe131ddc3f2b3e22ba15db3cf6a9ced47a421333a752c84887bd34e14a80dd9b6726006b4408ee2b00a09575bb97ebb5672c731de30023adf1494 +Size (R/git2r_0.32.0.tar.gz) = 1345719 bytes --_----------=_1687096232277550--