Received: by mail.netbsd.org (Postfix, from userid 605) id B88088502B; Thu, 18 Aug 2022 18:26:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B358085032 for ; Thu, 18 Aug 2022 18:26:48 +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 4XuABDIArdHb for ; Thu, 18 Aug 2022 18:26:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1965284CFA for ; Thu, 18 Aug 2022 18:26:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 16F00FB1A; Thu, 18 Aug 2022 18:26:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1660847208161590" MIME-Version: 1.0 Date: Thu, 18 Aug 2022 18:26:48 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/hs-base-compat-batteries To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220818182648.16F00FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1660847208161590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Aug 18 18:26:48 UTC 2022 Modified Files: pkgsrc/devel/hs-base-compat-batteries: Makefile distinfo Log Message: hs-base-compat-batteries: update to 0.12.2. ## Changes in 0.12.2 [2022.08.11] - This coincides with the `base-compat-0.12.2` release. Refer to the [`base-compat` changelog](https://github.com/haskell-compat/base-compat/blob/master/base-compat/CHANGES.markdown#changes-in-0122-20220811) for more details. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/hs-base-compat-batteries/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/hs-base-compat-batteries/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1660847208161590 Content-Disposition: inline Content-Length: 2018 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-base-compat-batteries/Makefile diff -u pkgsrc/devel/hs-base-compat-batteries/Makefile:1.7 pkgsrc/devel/hs-base-compat-batteries/Makefile:1.8 --- pkgsrc/devel/hs-base-compat-batteries/Makefile:1.7 Sat Feb 26 03:57:49 2022 +++ pkgsrc/devel/hs-base-compat-batteries/Makefile Thu Aug 18 18:26:47 2022 @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.7 2022/02/26 03:57:49 pho Exp $ +# $NetBSD: Makefile,v 1.8 2022/08/18 18:26:47 wiz Exp $ -DISTNAME= base-compat-batteries-0.12.1 -PKGREVISION= 2 +DISTNAME= base-compat-batteries-0.12.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Base library compatibility without cpp LICENSE= mit +BUILDLINK_API_DEPENDS.hs-base-compat+= hs-base-compat>=0.12.2 .include "../../devel/hs-base-compat/buildlink3.mk" .include "../../mk/haskell.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/hs-base-compat-batteries/distinfo diff -u pkgsrc/devel/hs-base-compat-batteries/distinfo:1.5 pkgsrc/devel/hs-base-compat-batteries/distinfo:1.6 --- pkgsrc/devel/hs-base-compat-batteries/distinfo:1.5 Fri Feb 11 13:02:00 2022 +++ pkgsrc/devel/hs-base-compat-batteries/distinfo Thu Aug 18 18:26:47 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2022/02/11 13:02:00 pho Exp $ +$NetBSD: distinfo,v 1.6 2022/08/18 18:26:47 wiz Exp $ -BLAKE2s (base-compat-batteries-0.12.1.tar.gz) = 0500ee89be5ef3f964d52cc553de664e678c3f08b2811940938cbfa9692e8584 -SHA512 (base-compat-batteries-0.12.1.tar.gz) = 346ad1e53e4712017e610d1883e91371c1bbdefdce35b2830b8807e207f6fbd2233e2be153d85b6632059f58d3d9c74435537719823533ddddd47d96b231b0cf -Size (base-compat-batteries-0.12.1.tar.gz) = 17623 bytes +BLAKE2s (base-compat-batteries-0.12.2.tar.gz) = ed121ef42cc044de24080bdaffd204bf8fb612336439bb232e1c3620096b4e30 +SHA512 (base-compat-batteries-0.12.2.tar.gz) = 655e25ef307feacdf2e6e2670700c4f46acf0702776bb5eee609472d6b7f87f6118e0b652d44a8daef390e075ecff9b9000839468d4716fb8864495d9f19503a +Size (base-compat-batteries-0.12.2.tar.gz) = 17645 bytes --_----------=_1660847208161590--