Mon Aug 29 15:30:03 2022 UTC ()
pandoc: fix build with current pkgsrc dependencies


(wiz)
diff -r1.5 -r1.6 pkgsrc/converters/pandoc/distinfo
diff -r0 -r1.4 pkgsrc/converters/pandoc/patches/patch-pandoc.cabal

cvs diff -r1.5 -r1.6 pkgsrc/converters/pandoc/distinfo (expand / switch to unified diff)

--- pkgsrc/converters/pandoc/distinfo 2022/02/12 08:16:02 1.5
+++ pkgsrc/converters/pandoc/distinfo 2022/08/29 15:30:03 1.6
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.5 2022/02/12 08:16:02 pho Exp $ 1$NetBSD: distinfo,v 1.6 2022/08/29 15:30:03 wiz Exp $
2 2
3BLAKE2s (pandoc-2.17.1.1.tar.gz) = e76b81abde9b9c97776d458d47024ee3cbca3dc732feb3e5e393bb0fdfe8df1b 3BLAKE2s (pandoc-2.17.1.1.tar.gz) = e76b81abde9b9c97776d458d47024ee3cbca3dc732feb3e5e393bb0fdfe8df1b
4SHA512 (pandoc-2.17.1.1.tar.gz) = 1402240d094d62e071349d87d0a2ffe3e82269a80c82a39cefc7c2938ac86594011459068c1dd526127d72dd8c20816896d5c38761e9691370fa11190ec51b06 4SHA512 (pandoc-2.17.1.1.tar.gz) = 1402240d094d62e071349d87d0a2ffe3e82269a80c82a39cefc7c2938ac86594011459068c1dd526127d72dd8c20816896d5c38761e9691370fa11190ec51b06
5Size (pandoc-2.17.1.1.tar.gz) = 7180959 bytes 5Size (pandoc-2.17.1.1.tar.gz) = 7180959 bytes
 6SHA1 (patch-pandoc.cabal) = 5d310ef81d9d2d8c9c06db84ac27d352fa978c2d

File Added: pkgsrc/converters/pandoc/patches/Attic/patch-pandoc.cabal
$NetBSD: patch-pandoc.cabal,v 1.4 2022/08/29 15:30:03 wiz Exp $

Allow current pkgsrc dependencies.

--- pandoc.cabal.orig	2022-01-31 19:10:53.000000000 +0000
+++ pandoc.cabal
@@ -454,7 +454,7 @@ library
   build-depends: Glob                  >= 0.7      && < 0.11,
                  JuicyPixels           >= 3.1.6.1  && < 3.4,
                  SHA                   >= 1.6      && < 1.7,
-                 aeson                 >= 0.7      && < 2.1,
+                 aeson                 >= 0.7,
                  aeson-pretty          >= 0.8.9    && < 0.9,
                  array                 >= 0.5      && < 0.6,
                  attoparsec            >= 0.12     && < 0.15,
@@ -481,7 +481,7 @@ library
                  filepath              >= 1.1      && < 1.5,
                  haddock-library       >= 1.10     && < 1.11,
                  hslua                 >= 2.1      && < 2.2,
-                 hslua-aeson           >= 2.1      && < 2.2,
+                 hslua-aeson           >= 2.1,
                  hslua-marshalling     >= 2.1      && < 2.2,
                  hslua-module-path     >= 1.0      && < 1.1,
                  hslua-module-system   >= 1.0      && < 1.1,