pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/hs-lucid Update to lucid-2.11.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ba9e4f003a5
branches:  trunk
changeset: 373577:9ba9e4f003a5
user:      pho <pho%pkgsrc.org@localhost>
date:      Sat Feb 12 05:17:21 2022 +0000

description:
Update to lucid-2.11.0

2.11.0
* Change internal attributes to Seq Attribute. This preserves
  ordering. Attributes are merged in a left-biased way, preserving the key
  order as first encountered.

2.9.13
* Change internal attributes representation from HashMap to Map. This
  introduces stable ordering, at a negligible performance cost for
  realistic element sizes. This may affect some test suites.
* doctype no longer accepts attributes. You can use with with doctypeHtml
  now, if needed.

diffstat:

 textproc/hs-lucid/Makefile                  |   5 ++---
 textproc/hs-lucid/buildlink3.mk             |   6 +++---
 textproc/hs-lucid/distinfo                  |   9 +++++----
 textproc/hs-lucid/patches/patch-lucid.cabal |  15 +++++++++++++++
 4 files changed, 25 insertions(+), 10 deletions(-)

diffs (65 lines):

diff -r aca9ae4ee715 -r 9ba9e4f003a5 textproc/hs-lucid/Makefile
--- a/textproc/hs-lucid/Makefile        Sat Feb 12 05:16:24 2022 +0000
+++ b/textproc/hs-lucid/Makefile        Sat Feb 12 05:17:21 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/01/18 02:48:27 pho Exp $
+# $NetBSD: Makefile,v 1.6 2022/02/12 05:17:21 pho Exp $
 
-DISTNAME=      lucid-2.9.12.1
-PKGREVISION=   2
+DISTNAME=      lucid-2.11.0
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r aca9ae4ee715 -r 9ba9e4f003a5 textproc/hs-lucid/buildlink3.mk
--- a/textproc/hs-lucid/buildlink3.mk   Sat Feb 12 05:16:24 2022 +0000
+++ b/textproc/hs-lucid/buildlink3.mk   Sat Feb 12 05:17:21 2022 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.4 2022/01/18 02:48:27 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2022/02/12 05:17:21 pho Exp $
 
 BUILDLINK_TREE+=       hs-lucid
 
 .if !defined(HS_LUCID_BUILDLINK3_MK)
 HS_LUCID_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-lucid+=       hs-lucid>=2.9.12
-BUILDLINK_ABI_DEPENDS.hs-lucid+=       hs-lucid>=2.9.12.1nb2
+BUILDLINK_API_DEPENDS.hs-lucid+=       hs-lucid>=2.11.0
+BUILDLINK_ABI_DEPENDS.hs-lucid+=       hs-lucid>=2.11.0
 BUILDLINK_PKGSRCDIR.hs-lucid?=         ../../textproc/hs-lucid
 
 .include "../../devel/hs-blaze-builder/buildlink3.mk"
diff -r aca9ae4ee715 -r 9ba9e4f003a5 textproc/hs-lucid/distinfo
--- a/textproc/hs-lucid/distinfo        Sat Feb 12 05:16:24 2022 +0000
+++ b/textproc/hs-lucid/distinfo        Sat Feb 12 05:17:21 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:22:01 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/02/12 05:17:21 pho Exp $
 
-BLAKE2s (lucid-2.9.12.1.tar.gz) = 04b209f11f66ba86eaa45e41d7fa2b611b52db33ea4b513e768cf9eedc2a7dbf
-SHA512 (lucid-2.9.12.1.tar.gz) = 2572047a2711ae26b3e736ac73acb5c154d7493d47323853fda0503fa75ded35df9d7819f43879583b097718ee90235c71d8c9839c4a89ceecaa8a830b077651
-Size (lucid-2.9.12.1.tar.gz) = 19988 bytes
+BLAKE2s (lucid-2.11.0.tar.gz) = af7e9f6d3f2fa799e74a8ec45796563e2e8f95071386debc52efd3e8ef386040
+SHA512 (lucid-2.11.0.tar.gz) = bdd3a1beaf787ad28858bd738b7ad6cb440e98ef8134abceb6def7a3f03a9df2a26d50b85532775d5250f9ad48a6b26b9fcc61fa7c4948c5c8639fe5dfea6e6f
+Size (lucid-2.11.0.tar.gz) = 21302 bytes
+SHA1 (patch-lucid.cabal) = 73562dc2199701f37ddb19b794d47f5e2855e423
diff -r aca9ae4ee715 -r 9ba9e4f003a5 textproc/hs-lucid/patches/patch-lucid.cabal
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-lucid/patches/patch-lucid.cabal       Sat Feb 12 05:17:21 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-lucid.cabal,v 1.1 2022/02/12 05:17:22 pho Exp $
+
+Fix build with GHC 9.2
+
+--- lucid.cabal.orig   2021-11-09 15:50:26.000000000 +0000
++++ lucid.cabal
+@@ -33,7 +33,7 @@ library
+                      Lucid.Bootstrap
+ 
+   -- GHC boot libraries
+-  build-depends:     base                   >=4.8      && <4.16
++  build-depends:     base                   >=4.8      && <5
+                    , bytestring             >=0.10.6.0
+                    , containers             >=0.5.6.2
+                    , transformers           >=0.4.2.0



Home | Main Index | Thread Index | Old Index