Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1714B85AC5 for ; Tue, 31 Oct 2023 09:41:20 +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 t7CrCcuLfVWV for ; Tue, 31 Oct 2023 09:41:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 01B0585AC3 for ; Tue, 31 Oct 2023 09:41:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EF3FEFADC; Tue, 31 Oct 2023 09:41:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698745278238360" MIME-Version: 1.0 Date: Tue, 31 Oct 2023 09:41:18 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/www/hs-http-conduit To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20231031094118.EF3FEFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698745278238360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Tue Oct 31 09:41:18 UTC 2023 Modified Files: pkgsrc/www/hs-http-conduit: Makefile PLIST buildlink3.mk distinfo Log Message: www/hs-http-conduit: Update to 2.3.8.3 2.3.8.3 aeson 2.2 support #512 2.3.8.2 Add missing crypton-connection dependency 2.3.8.1 Drop connection dependency To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/hs-http-conduit/Makefile \ pkgsrc/www/hs-http-conduit/buildlink3.mk cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/hs-http-conduit/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/hs-http-conduit/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698745278238360 Content-Disposition: inline Content-Length: 10542 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/hs-http-conduit/Makefile diff -u pkgsrc/www/hs-http-conduit/Makefile:1.9 pkgsrc/www/hs-http-conduit/Makefile:1.10 --- pkgsrc/www/hs-http-conduit/Makefile:1.9 Mon Oct 9 04:54:58 2023 +++ pkgsrc/www/hs-http-conduit/Makefile Tue Oct 31 09:41:18 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2023/10/09 04:54:58 pho Exp $ +# $NetBSD: Makefile,v 1.10 2023/10/31 09:41:18 pho Exp $ -DISTNAME= http-conduit-2.3.8 -PKGREVISION= 8 +DISTNAME= http-conduit-2.3.8.3 CATEGORIES= www MAINTAINER= pho@cielonegro.org @@ -17,5 +16,6 @@ LICENSE= modified-bsd .include "../../devel/hs-resourcet/buildlink3.mk" .include "../../devel/hs-unliftio-core/buildlink3.mk" .include "../../converters/hs-aeson/buildlink3.mk" +.include "../../textproc/hs-attoparsec-aeson/buildlink3.mk" .include "../../mk/haskell.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/hs-http-conduit/buildlink3.mk diff -u pkgsrc/www/hs-http-conduit/buildlink3.mk:1.9 pkgsrc/www/hs-http-conduit/buildlink3.mk:1.10 --- pkgsrc/www/hs-http-conduit/buildlink3.mk:1.9 Mon Oct 9 04:54:58 2023 +++ pkgsrc/www/hs-http-conduit/buildlink3.mk Tue Oct 31 09:41:18 2023 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.9 2023/10/09 04:54:58 pho Exp $ +# $NetBSD: buildlink3.mk,v 1.10 2023/10/31 09:41:18 pho Exp $ BUILDLINK_TREE+= hs-http-conduit @@ -6,7 +6,7 @@ BUILDLINK_TREE+= hs-http-conduit HS_HTTP_CONDUIT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.hs-http-conduit+= hs-http-conduit>=2.3.8 -BUILDLINK_ABI_DEPENDS.hs-http-conduit+= hs-http-conduit>=2.3.8nb8 +BUILDLINK_ABI_DEPENDS.hs-http-conduit+= hs-http-conduit>=2.3.8.3 BUILDLINK_PKGSRCDIR.hs-http-conduit?= ../../www/hs-http-conduit .include "../../textproc/hs-attoparsec/buildlink3.mk" @@ -18,6 +18,7 @@ BUILDLINK_PKGSRCDIR.hs-http-conduit?= .. .include "../../devel/hs-resourcet/buildlink3.mk" .include "../../devel/hs-unliftio-core/buildlink3.mk" .include "../../converters/hs-aeson/buildlink3.mk" +.include "../../textproc/hs-attoparsec-aeson/buildlink3.mk" .endif # HS_HTTP_CONDUIT_BUILDLINK3_MK BUILDLINK_TREE+= -hs-http-conduit Index: pkgsrc/www/hs-http-conduit/PLIST diff -u pkgsrc/www/hs-http-conduit/PLIST:1.1 pkgsrc/www/hs-http-conduit/PLIST:1.2 --- pkgsrc/www/hs-http-conduit/PLIST:1.1 Wed May 5 11:18:51 2021 +++ pkgsrc/www/hs-http-conduit/PLIST Tue Oct 31 09:41:18 2023 @@ -1,49 +1,51 @@ -@comment $NetBSD: PLIST,v 1.1 2021/05/05 11:18:51 pho Exp $ +@comment $NetBSD: PLIST,v 1.2 2023/10/31 09:41:18 pho Exp $ lib/http-conduit-${PKGVERSION}/${HS_VERSION}/package-description lib/http-conduit-${PKGVERSION}/${HS_VERSION}/package-id -lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Client/Conduit.dyn_hi +${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Client/Conduit.dyn_hi lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Client/Conduit.hi -lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Client/Conduit.p_hi -lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Conduit.dyn_hi +${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Client/Conduit.p_hi +${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Conduit.dyn_hi lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Conduit.hi -lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Conduit.p_hi -lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Simple.dyn_hi +${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Conduit.p_hi +${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Simple.dyn_hi lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Simple.hi -lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Simple.p_hi +${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Simple.p_hi lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a -lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a -lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so +${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a +${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/LICENSE -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/Network-HTTP-Client-Conduit.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/Network-HTTP-Conduit.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/Network-HTTP-Simple.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-A.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-All.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-B.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-C.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-D.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-E.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-F.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-G.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-H.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-I.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-J.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-L.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-M.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-N.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-O.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-P.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-Q.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-R.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-S.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-T.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-U.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-W.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/haddock-bundle.min.js -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/http-conduit.haddock -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/index.html -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/linuwial.css -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/meta.json -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/quick-jump.css -share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/synopsis.png +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/Network-HTTP-Client-Conduit.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/Network-HTTP-Conduit.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/Network-HTTP-Simple.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-A.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-All.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-B.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-C.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-D.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-E.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-F.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-G.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-H.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-I.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-J.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-L.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-M.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-N.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-O.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-P.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-Q.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-R.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-S.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-T.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-U.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index-W.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/doc-index.json +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/haddock-bundle.min.js +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/http-conduit.haddock +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/index.html +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/linuwial.css +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/meta.json +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/quick-jump.css +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/quick-jump.min.js +${PLIST.doc}share/doc/${HS_PLATFORM}/http-conduit-${PKGVERSION}/html/synopsis.png Index: pkgsrc/www/hs-http-conduit/distinfo diff -u pkgsrc/www/hs-http-conduit/distinfo:1.3 pkgsrc/www/hs-http-conduit/distinfo:1.4 --- pkgsrc/www/hs-http-conduit/distinfo:1.3 Tue Oct 26 11:29:31 2021 +++ pkgsrc/www/hs-http-conduit/distinfo Tue Oct 31 09:41:18 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:29:31 nia Exp $ +$NetBSD: distinfo,v 1.4 2023/10/31 09:41:18 pho Exp $ -BLAKE2s (http-conduit-2.3.8.tar.gz) = 2a516be516cfbcc78ed5e33b9faca45e75c937c63de4cf365f5d3086ff984944 -SHA512 (http-conduit-2.3.8.tar.gz) = 44c337f1a0a0ec74a5d6e4e28a3aa5a32609c3a4da9424e99aedc2a8db67fc4684ef10cf82d6bda0761c7ffba4f0222e683946ab6dd8de1ab8225a40cc14cf66 -Size (http-conduit-2.3.8.tar.gz) = 28858 bytes +BLAKE2s (http-conduit-2.3.8.3.tar.gz) = c93e61e7ce5c1adf3369bda613193fb1edb7e06fb7a823768c039c84625fa8a9 +SHA512 (http-conduit-2.3.8.3.tar.gz) = 9b665679b1baa5e487dbd786443317534641421ab90c6a0b16874b9bfdb3077c6e84b8c2afe063b7a356a79be2647ae4b4256a331f02da348664246734d708b5 +Size (http-conduit-2.3.8.3.tar.gz) = 29043 bytes --_----------=_1698745278238360--