Received: by mail.netbsd.org (Postfix, from userid 605) id 0D93384DB1; Fri, 23 Apr 2021 04:53:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 451C984DAF for ; Fri, 23 Apr 2021 04:53:26 +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 LurEjEnHIM_F for ; Fri, 23 Apr 2021 04:53:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 71A1084CD8 for ; Fri, 23 Apr 2021 04:53:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 63E4EFA95; Fri, 23 Apr 2021 04:53:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619153605263420" MIME-Version: 1.0 Date: Fri, 23 Apr 2021 04:53:25 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/math/hs-integer-logarithms To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20210423045325.63E4EFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619153605263420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Fri Apr 23 04:53:25 UTC 2021 Modified Files: pkgsrc/math/hs-integer-logarithms: Makefile PLIST buildlink3.mk distinfo Removed Files: pkgsrc/math/hs-integer-logarithms/patches: patch-integer-logarithms.cabal Log Message: Update to integer-logarithms-1.0.3.1 * GHC-9.0 support To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/hs-integer-logarithms/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/hs-integer-logarithms/PLIST \ pkgsrc/math/hs-integer-logarithms/buildlink3.mk cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/hs-integer-logarithms/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619153605263420 Content-Disposition: inline Content-Length: 6829 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/hs-integer-logarithms/Makefile diff -u pkgsrc/math/hs-integer-logarithms/Makefile:1.3 pkgsrc/math/hs-integer-logarithms/Makefile:1.4 --- pkgsrc/math/hs-integer-logarithms/Makefile:1.3 Thu Feb 18 15:07:27 2021 +++ pkgsrc/math/hs-integer-logarithms/Makefile Fri Apr 23 04:53:25 2021 @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:27 mef Exp $ +# $NetBSD: Makefile,v 1.4 2021/04/23 04:53:25 pho Exp $ -DISTNAME= integer-logarithms-1.0.3 +DISTNAME= integer-logarithms-1.0.3.1 CATEGORIES= math MAINTAINER= pho@cielonegro.org COMMENT= Integer logarithms LICENSE= mit -BUILDLINK_API_DEPENDS.ghc+= ghc<8.10 .include "../../mk/haskell.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/math/hs-integer-logarithms/PLIST diff -u pkgsrc/math/hs-integer-logarithms/PLIST:1.1 pkgsrc/math/hs-integer-logarithms/PLIST:1.2 --- pkgsrc/math/hs-integer-logarithms/PLIST:1.1 Mon May 11 17:52:10 2020 +++ pkgsrc/math/hs-integer-logarithms/PLIST Fri Apr 23 04:53:25 2021 @@ -1,31 +1,31 @@ -@comment $NetBSD: PLIST,v 1.1 2020/05/11 17:52:10 rillig Exp $ -${HS_INTF}/package-description -${HS_INTF}/package-id -${HS_IMPL}/GHC/Integer/Logarithms/Compat.dyn_hi -${HS_IMPL}/GHC/Integer/Logarithms/Compat.hi -${HS_IMPL}/GHC/Integer/Logarithms/Compat.p_hi -${HS_IMPL}/Math/NumberTheory/Logarithms.dyn_hi -${HS_IMPL}/Math/NumberTheory/Logarithms.hi -${HS_IMPL}/Math/NumberTheory/Logarithms.p_hi -${HS_IMPL}/Math/NumberTheory/Powers/Integer.dyn_hi -${HS_IMPL}/Math/NumberTheory/Powers/Integer.hi -${HS_IMPL}/Math/NumberTheory/Powers/Integer.p_hi -${HS_IMPL}/Math/NumberTheory/Powers/Natural.dyn_hi -${HS_IMPL}/Math/NumberTheory/Powers/Natural.hi -${HS_IMPL}/Math/NumberTheory/Powers/Natural.p_hi -${HS_IMPL}/libHS${HS_PKGID}.a -${HS_IMPL}/libHS${HS_PKGID}_p.a +@comment $NetBSD: PLIST,v 1.2 2021/04/23 04:53:25 pho Exp $ +lib/integer-logarithms-${PKGVERSION}/${HS_VERSION}/package-description +lib/integer-logarithms-${PKGVERSION}/${HS_VERSION}/package-id +lib/${HS_PLATFORM}/${HS_PKGID}/GHC/Integer/Logarithms/Compat.dyn_hi +lib/${HS_PLATFORM}/${HS_PKGID}/GHC/Integer/Logarithms/Compat.hi +lib/${HS_PLATFORM}/${HS_PKGID}/GHC/Integer/Logarithms/Compat.p_hi +lib/${HS_PLATFORM}/${HS_PKGID}/Math/NumberTheory/Logarithms.dyn_hi +lib/${HS_PLATFORM}/${HS_PKGID}/Math/NumberTheory/Logarithms.hi +lib/${HS_PLATFORM}/${HS_PKGID}/Math/NumberTheory/Logarithms.p_hi +lib/${HS_PLATFORM}/${HS_PKGID}/Math/NumberTheory/Powers/Integer.dyn_hi +lib/${HS_PLATFORM}/${HS_PKGID}/Math/NumberTheory/Powers/Integer.hi +lib/${HS_PLATFORM}/${HS_PKGID}/Math/NumberTheory/Powers/Integer.p_hi +lib/${HS_PLATFORM}/${HS_PKGID}/Math/NumberTheory/Powers/Natural.dyn_hi +lib/${HS_PLATFORM}/${HS_PKGID}/Math/NumberTheory/Powers/Natural.hi +lib/${HS_PLATFORM}/${HS_PKGID}/Math/NumberTheory/Powers/Natural.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 -${HS_DOCS}/LICENSE -${HS_DOCS}/html/GHC-Integer-Logarithms-Compat.html -${HS_DOCS}/html/Math-NumberTheory-Logarithms.html -${HS_DOCS}/html/Math-NumberTheory-Powers-Integer.html -${HS_DOCS}/html/Math-NumberTheory-Powers-Natural.html -${HS_DOCS}/html/doc-index.html -${HS_DOCS}/html/haddock-bundle.min.js -${HS_DOCS}/html/index.html -${HS_DOCS}/html/integer-logarithms.haddock -${HS_DOCS}/html/linuwial.css -${HS_DOCS}/html/meta.json -${HS_DOCS}/html/quick-jump.css -${HS_DOCS}/html/synopsis.png +share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/LICENSE +share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/GHC-Integer-Logarithms-Compat.html +share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/Math-NumberTheory-Logarithms.html +share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/Math-NumberTheory-Powers-Integer.html +share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/Math-NumberTheory-Powers-Natural.html +share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/doc-index.html +share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/haddock-bundle.min.js +share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/index.html +share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/integer-logarithms.haddock +share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/linuwial.css +share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/meta.json +share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/quick-jump.css +share/doc/${HS_PLATFORM}/integer-logarithms-${PKGVERSION}/html/synopsis.png Index: pkgsrc/math/hs-integer-logarithms/buildlink3.mk diff -u pkgsrc/math/hs-integer-logarithms/buildlink3.mk:1.1 pkgsrc/math/hs-integer-logarithms/buildlink3.mk:1.2 --- pkgsrc/math/hs-integer-logarithms/buildlink3.mk:1.1 Tue Dec 31 14:04:52 2019 +++ pkgsrc/math/hs-integer-logarithms/buildlink3.mk Fri Apr 23 04:53:25 2021 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2019/12/31 14:04:52 pho Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2021/04/23 04:53:25 pho Exp $ BUILDLINK_TREE+= hs-integer-logarithms @@ -6,7 +6,7 @@ BUILDLINK_TREE+= hs-integer-logarithms HS_INTEGER_LOGARITHMS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.hs-integer-logarithms+= hs-integer-logarithms>=1.0.3 -BUILDLINK_ABI_DEPENDS.hs-integer-logarithms+= hs-integer-logarithms>=1.0.3 +BUILDLINK_ABI_DEPENDS.hs-integer-logarithms+= hs-integer-logarithms>=1.0.3.1 BUILDLINK_PKGSRCDIR.hs-integer-logarithms?= ../../math/hs-integer-logarithms .endif # HS_INTEGER_LOGARITHMS_BUILDLINK3_MK Index: pkgsrc/math/hs-integer-logarithms/distinfo diff -u pkgsrc/math/hs-integer-logarithms/distinfo:1.2 pkgsrc/math/hs-integer-logarithms/distinfo:1.3 --- pkgsrc/math/hs-integer-logarithms/distinfo:1.2 Wed Jan 8 19:06:44 2020 +++ pkgsrc/math/hs-integer-logarithms/distinfo Fri Apr 23 04:53:25 2021 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.2 2020/01/08 19:06:44 pho Exp $ +$NetBSD: distinfo,v 1.3 2021/04/23 04:53:25 pho Exp $ -SHA1 (integer-logarithms-1.0.3.tar.gz) = cccdce7725227dd7fbad4ed5d8485941bc38bbb7 -RMD160 (integer-logarithms-1.0.3.tar.gz) = ac15eb20926ddbe7e8fb66c1d3239ced8dcae16b -SHA512 (integer-logarithms-1.0.3.tar.gz) = b211127620bb52398ae7e64281f991d9dd016d5f74ff5d939275afea15689b01f82577efeaa2dfcdf4230cfea841f6c14f731ba16d38192f48e2e7ae90e704f3 -Size (integer-logarithms-1.0.3.tar.gz) = 8840 bytes -SHA1 (patch-integer-logarithms.cabal) = 117470e89ea684c11ab4457aa12ddf756b11691c +SHA1 (integer-logarithms-1.0.3.1.tar.gz) = bd44f1e31b204cd965c14a912a38db3cf21e92a7 +RMD160 (integer-logarithms-1.0.3.1.tar.gz) = 5d960498748e2a7a24c252fbb6582aecdd661c3b +SHA512 (integer-logarithms-1.0.3.1.tar.gz) = 670aff419de8d6afd1b7e1a40b68290bcf7aefad788c3b08aebfa5ca3e709f5d22543fce82fb75dc18b3ba0ef6d8a8f61735cde647a7a6c9392a60ec365534b3 +Size (integer-logarithms-1.0.3.1.tar.gz) = 9023 bytes --_----------=_1619153605263420--