Received: by mail.netbsd.org (Postfix, from userid 605) id 69CC284E19; Sun, 28 Aug 2022 11:54:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F4AA84D91 for ; Sun, 28 Aug 2022 11:54:50 +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 iuulSbv60Be3 for ; Sun, 28 Aug 2022 11:54:50 +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 14BCC84D22 for ; Sun, 28 Aug 2022 11:54:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 01CB0F9F4; Sun, 28 Aug 2022 11:54:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166168768976430" MIME-Version: 1.0 Date: Sun, 28 Aug 2022 11:54:49 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/hs-primitive-extras To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20220828115450.01CB0F9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166168768976430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Aug 28 11:54:49 UTC 2022 Modified Files: pkgsrc/devel/hs-primitive-extras: Makefile distinfo Log Message: (devel/hs-primitive-extras) Updated to 0.10.1.5, ChangeLog unknown To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-primitive-extras/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-primitive-extras/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166168768976430 Content-Disposition: inline Content-Length: 1697 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-primitive-extras/Makefile diff -u pkgsrc/devel/hs-primitive-extras/Makefile:1.3 pkgsrc/devel/hs-primitive-extras/Makefile:1.4 --- pkgsrc/devel/hs-primitive-extras/Makefile:1.3 Sat Aug 20 08:08:18 2022 +++ pkgsrc/devel/hs-primitive-extras/Makefile Sun Aug 28 11:54:49 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2022/08/20 08:08:18 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2022/08/28 11:54:49 mef Exp $ -DISTNAME= primitive-extras-0.10.1.4 -PKGREVISION= 2 +DISTNAME= primitive-extras-0.10.1.5 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/hs-primitive-extras/distinfo diff -u pkgsrc/devel/hs-primitive-extras/distinfo:1.1 pkgsrc/devel/hs-primitive-extras/distinfo:1.2 --- pkgsrc/devel/hs-primitive-extras/distinfo:1.1 Wed Feb 16 09:54:02 2022 +++ pkgsrc/devel/hs-primitive-extras/distinfo Sun Aug 28 11:54:49 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/02/16 09:54:02 pho Exp $ +$NetBSD: distinfo,v 1.2 2022/08/28 11:54:49 mef Exp $ -BLAKE2s (primitive-extras-0.10.1.4.tar.gz) = 5595fc73c62c6bfb118cecd3145d8233ec9788641c30f85b07996353a6a58c05 -SHA512 (primitive-extras-0.10.1.4.tar.gz) = 01e58aa204d0c75fc1d7257b50d1c66181f973c642699a5481e4757d697b293f785712ff167f047b20fa8f7154a7a8469dc3c8d2e93ace9ac11676af0db3fc18 -Size (primitive-extras-0.10.1.4.tar.gz) = 12382 bytes +BLAKE2s (primitive-extras-0.10.1.5.tar.gz) = fd426f3b249feebfb4952781cc5880faff6c55e563d4cf5cd9c1d98b5e19d266 +SHA512 (primitive-extras-0.10.1.5.tar.gz) = 16d6ef7b46ae0042150ea3e0d7bfa666a47d2ff3b0bbecd1b2589577493d8df0c51b980295a86a5585e6f7a8f68f3fe61090957527f326fa93de11668c9a6c0a +Size (primitive-extras-0.10.1.5.tar.gz) = 12333 bytes --_----------=_166168768976430--