pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/pandoc
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 29 15:30:03 UTC 2022
Modified Files:
pkgsrc/converters/pandoc: distinfo
Added Files:
pkgsrc/converters/pandoc/patches: patch-pandoc.cabal
Log Message:
pandoc: fix build with current pkgsrc dependencies
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/converters/pandoc/distinfo
cvs rdiff -u -r0 -r1.4 pkgsrc/converters/pandoc/patches/patch-pandoc.cabal
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/pandoc/distinfo
diff -u pkgsrc/converters/pandoc/distinfo:1.5 pkgsrc/converters/pandoc/distinfo:1.6
--- pkgsrc/converters/pandoc/distinfo:1.5 Sat Feb 12 08:16:02 2022
+++ pkgsrc/converters/pandoc/distinfo Mon Aug 29 15:30:03 2022
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2022/02/12 08:16:02 pho Exp $
+$NetBSD: distinfo,v 1.6 2022/08/29 15:30:03 wiz Exp $
BLAKE2s (pandoc-2.17.1.1.tar.gz) = e76b81abde9b9c97776d458d47024ee3cbca3dc732feb3e5e393bb0fdfe8df1b
SHA512 (pandoc-2.17.1.1.tar.gz) = 1402240d094d62e071349d87d0a2ffe3e82269a80c82a39cefc7c2938ac86594011459068c1dd526127d72dd8c20816896d5c38761e9691370fa11190ec51b06
Size (pandoc-2.17.1.1.tar.gz) = 7180959 bytes
+SHA1 (patch-pandoc.cabal) = 5d310ef81d9d2d8c9c06db84ac27d352fa978c2d
Added files:
Index: pkgsrc/converters/pandoc/patches/patch-pandoc.cabal
diff -u /dev/null pkgsrc/converters/pandoc/patches/patch-pandoc.cabal:1.4
--- /dev/null Mon Aug 29 15:30:03 2022
+++ pkgsrc/converters/pandoc/patches/patch-pandoc.cabal Mon Aug 29 15:30:03 2022
@@ -0,0 +1,24 @@
+$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,
Home |
Main Index |
Thread Index |
Old Index