Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5C5D985099 for ; Fri, 27 Oct 2023 15:09:45 +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 sL3e1YkKQb01 for ; Fri, 27 Oct 2023 15:09:44 +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 7541384E5F for ; Fri, 27 Oct 2023 15:09:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6E3ACFADC; Fri, 27 Oct 2023 15:09:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169841938498370" MIME-Version: 1.0 Date: Fri, 27 Oct 2023 15:09:44 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-boring To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20231027150944.6E3ACFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169841938498370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Fri Oct 27 15:09:44 UTC 2023 Modified Files: pkgsrc/devel/hs-boring: Makefile PLIST buildlink3.mk distinfo Log Message: devel/hs-boring: Update to 0.2.1 0.2.1 * Add instances for SNat, SSymbol, and SChar (singletons introduced in base-4.18.0.0) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-boring/Makefile \ pkgsrc/devel/hs-boring/buildlink3.mk cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-boring/PLIST \ pkgsrc/devel/hs-boring/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169841938498370 Content-Disposition: inline Content-Length: 4084 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-boring/Makefile diff -u pkgsrc/devel/hs-boring/Makefile:1.3 pkgsrc/devel/hs-boring/Makefile:1.4 --- pkgsrc/devel/hs-boring/Makefile:1.3 Mon Oct 9 04:54:09 2023 +++ pkgsrc/devel/hs-boring/Makefile Fri Oct 27 15:09:44 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2023/10/09 04:54:09 pho Exp $ +# $NetBSD: Makefile,v 1.4 2023/10/27 15:09:44 pho Exp $ -DISTNAME= boring-0.2 -PKGREVISION= 2 +DISTNAME= boring-0.2.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/hs-boring/buildlink3.mk diff -u pkgsrc/devel/hs-boring/buildlink3.mk:1.3 pkgsrc/devel/hs-boring/buildlink3.mk:1.4 --- pkgsrc/devel/hs-boring/buildlink3.mk:1.3 Mon Oct 9 04:54:09 2023 +++ pkgsrc/devel/hs-boring/buildlink3.mk Fri Oct 27 15:09:44 2023 @@ -1,12 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.3 2023/10/09 04:54:09 pho Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2023/10/27 15:09:44 pho Exp $ BUILDLINK_TREE+= hs-boring .if !defined(HS_BORING_BUILDLINK3_MK) HS_BORING_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.hs-boring+= hs-boring>=0.2 -BUILDLINK_ABI_DEPENDS.hs-boring+= hs-boring>=0.2nb2 +BUILDLINK_API_DEPENDS.hs-boring+= hs-boring>=0.2.1 +BUILDLINK_ABI_DEPENDS.hs-boring+= hs-boring>=0.2.1 BUILDLINK_PKGSRCDIR.hs-boring?= ../../devel/hs-boring .include "../../devel/hs-tagged/buildlink3.mk" Index: pkgsrc/devel/hs-boring/PLIST diff -u pkgsrc/devel/hs-boring/PLIST:1.1 pkgsrc/devel/hs-boring/PLIST:1.2 --- pkgsrc/devel/hs-boring/PLIST:1.1 Sat Jan 28 20:18:22 2023 +++ pkgsrc/devel/hs-boring/PLIST Fri Oct 27 15:09:44 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2023/01/28 20:18:22 pho Exp $ +@comment $NetBSD: PLIST,v 1.2 2023/10/27 15:09:44 pho Exp $ lib/boring-${PKGVERSION}/${HS_VERSION}/package-description lib/boring-${PKGVERSION}/${HS_VERSION}/package-id ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Boring.dyn_hi @@ -7,13 +7,15 @@ ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKG lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so -${PLIST.doc}share/doc/${HS_PLATFORM}/boring-${PKGVERSION}/LICENSE +share/doc/${HS_PLATFORM}/boring-${PKGVERSION}/LICENSE ${PLIST.doc}share/doc/${HS_PLATFORM}/boring-${PKGVERSION}/html/Data-Boring.html ${PLIST.doc}share/doc/${HS_PLATFORM}/boring-${PKGVERSION}/html/boring.haddock ${PLIST.doc}share/doc/${HS_PLATFORM}/boring-${PKGVERSION}/html/doc-index.html +${PLIST.doc}share/doc/${HS_PLATFORM}/boring-${PKGVERSION}/html/doc-index.json ${PLIST.doc}share/doc/${HS_PLATFORM}/boring-${PKGVERSION}/html/haddock-bundle.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/boring-${PKGVERSION}/html/index.html ${PLIST.doc}share/doc/${HS_PLATFORM}/boring-${PKGVERSION}/html/linuwial.css ${PLIST.doc}share/doc/${HS_PLATFORM}/boring-${PKGVERSION}/html/meta.json ${PLIST.doc}share/doc/${HS_PLATFORM}/boring-${PKGVERSION}/html/quick-jump.css +${PLIST.doc}share/doc/${HS_PLATFORM}/boring-${PKGVERSION}/html/quick-jump.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/boring-${PKGVERSION}/html/synopsis.png Index: pkgsrc/devel/hs-boring/distinfo diff -u pkgsrc/devel/hs-boring/distinfo:1.1 pkgsrc/devel/hs-boring/distinfo:1.2 --- pkgsrc/devel/hs-boring/distinfo:1.1 Sat Jan 28 20:18:22 2023 +++ pkgsrc/devel/hs-boring/distinfo Fri Oct 27 15:09:44 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/01/28 20:18:22 pho Exp $ +$NetBSD: distinfo,v 1.2 2023/10/27 15:09:44 pho Exp $ -BLAKE2s (boring-0.2.tar.gz) = cd6cb48edcafd908d91ccf5aee3b4ab44bc74700adc9551d6f440ba18774e9f8 -SHA512 (boring-0.2.tar.gz) = 8c935afafcbe276ce2e9d378a83aecd59f48ba54fc0e922f10a13032189346e6b93d272d6c407d4c047b500dc4db13201b6b2f77f843ce589cc2f735228f4368 -Size (boring-0.2.tar.gz) = 5501 bytes +BLAKE2s (boring-0.2.1.tar.gz) = 49c6f8213188dc9bff79a88bd8817d27901f58611580b83305dacba6a9834c6f +SHA512 (boring-0.2.1.tar.gz) = 25f3dd8b44f7b35962e9b02304215b2547525b74200d4ee2bc9990c66bd40e9a3383ba7300ab2746e1704684db86788f2cea03163f9a84b62214d9d3691edd80 +Size (boring-0.2.1.tar.gz) = 5668 bytes --_----------=_169841938498370--