Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 52AAF84DA5 for ; Fri, 30 Jun 2023 13:31:29 +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 q8l9B3EZhJSG for ; Fri, 30 Jun 2023 13:31:28 +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 C57FE84D6C for ; Fri, 30 Jun 2023 13:31:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BF2DCFA89; Fri, 30 Jun 2023 13:31:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688131888145150" MIME-Version: 1.0 Date: Fri, 30 Jun 2023 13:31:28 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/databases/gramps5 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20230630133128.BF2DCFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688131888145150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Fri Jun 30 13:31:28 UTC 2023 Modified Files: pkgsrc/databases/gramps5: Makefile distinfo Log Message: databases/gramps5: Update to 5.1.6 upstream changes are bugfixes To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/gramps5/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/gramps5/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688131888145150 Content-Disposition: inline Content-Length: 1544 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/gramps5/Makefile diff -u pkgsrc/databases/gramps5/Makefile:1.9 pkgsrc/databases/gramps5/Makefile:1.10 --- pkgsrc/databases/gramps5/Makefile:1.9 Thu Jun 30 11:18:08 2022 +++ pkgsrc/databases/gramps5/Makefile Fri Jun 30 13:31:28 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2022/06/30 11:18:08 nia Exp $ +# $NetBSD: Makefile,v 1.10 2023/06/30 13:31:28 gdt Exp $ -DISTNAME= gramps-5.1.5 -PKGREVISION= 1 +DISTNAME= gramps-5.1.6 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gramps/} Index: pkgsrc/databases/gramps5/distinfo diff -u pkgsrc/databases/gramps5/distinfo:1.4 pkgsrc/databases/gramps5/distinfo:1.5 --- pkgsrc/databases/gramps5/distinfo:1.4 Sun Feb 6 15:23:34 2022 +++ pkgsrc/databases/gramps5/distinfo Fri Jun 30 13:31:28 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2022/02/06 15:23:34 gdt Exp $ +$NetBSD: distinfo,v 1.5 2023/06/30 13:31:28 gdt Exp $ -BLAKE2s (gramps-5.1.5.tar.gz) = eb126e8f477a3b019e0a062e747c8dd53cd7675f462181fb9d73ebeb8adb0528 -SHA512 (gramps-5.1.5.tar.gz) = 8e36e8da7cfb41cc0c77881993cfc212a15bf9775dad3c8be131889b70360117e023b6837b91dad28fc03198080290a08c8089856c753246ff14c7fc3bca38be -Size (gramps-5.1.5.tar.gz) = 17425167 bytes +BLAKE2s (gramps-5.1.6.tar.gz) = 82dc532d9a86bc921b7cdfd788e0b529c7f7ea9b5a05855f3e918eb11b161b63 +SHA512 (gramps-5.1.6.tar.gz) = 419bbfa54ca3bf33e71fd579c84a56eebe4afc78ccd50c23b2d62869684709ccbf373e8da0e65835d9fc21a29d2d144597d6cf8c425e14c91574535d4b1ab64d +Size (gramps-5.1.6.tar.gz) = 17429153 bytes --_----------=_1688131888145150--