pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/darcs
Module Name: pkgsrc
Committed By: wiz
Date: Tue Aug 23 17:55:12 UTC 2022
Modified Files:
pkgsrc/devel/darcs: distinfo
pkgsrc/devel/darcs/patches: patch-darcs.cabal
Log Message:
darcs: allow building against hs-vector 0.14.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/darcs/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/darcs/patches/patch-darcs.cabal
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/darcs/distinfo
diff -u pkgsrc/devel/darcs/distinfo:1.14 pkgsrc/devel/darcs/distinfo:1.15
--- pkgsrc/devel/darcs/distinfo:1.14 Mon Feb 14 14:45:09 2022
+++ pkgsrc/devel/darcs/distinfo Tue Aug 23 17:55:12 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14 2022/02/14 14:45:09 pho Exp $
+$NetBSD: distinfo,v 1.15 2022/08/23 17:55:12 wiz Exp $
BLAKE2s (darcs-2.16.4.tar.gz) = 0a6959e8d42e2f374bebb0e499dee7718b34390a5f93dda6da8f9c9d19de91a6
SHA512 (darcs-2.16.4.tar.gz) = 0f9a924d68416b660b86fd076d4f47915aba0e4a58bd92609e0f05f45913d6251109f3c477e20e0a517ca5fd35735b638690a8a0f7010a52e324c5a21a540a2a
Size (darcs-2.16.4.tar.gz) = 1271864 bytes
SHA1 (patch-Setup.hs) = cb147ff81869ccbab7a301d54dca64d0a7801903
-SHA1 (patch-darcs.cabal) = 7c55d258f2ac72d880841b3982e6107db53e378d
+SHA1 (patch-darcs.cabal) = c67fe5d1338f1dcee7cfee25b2ed1dd0395d40c7
SHA1 (patch-src_Darcs_UI_SelectChanges.hs) = 6da5b49849e7cc88dd4227dbde048855e1bf8837
Index: pkgsrc/devel/darcs/patches/patch-darcs.cabal
diff -u pkgsrc/devel/darcs/patches/patch-darcs.cabal:1.1 pkgsrc/devel/darcs/patches/patch-darcs.cabal:1.2
--- pkgsrc/devel/darcs/patches/patch-darcs.cabal:1.1 Mon Feb 14 14:45:09 2022
+++ pkgsrc/devel/darcs/patches/patch-darcs.cabal Tue Aug 23 17:55:12 2022
@@ -1,8 +1,8 @@
-$NetBSD: patch-darcs.cabal,v 1.1 2022/02/14 14:45:09 pho Exp $
+$NetBSD: patch-darcs.cabal,v 1.2 2022/08/23 17:55:12 wiz Exp $
Fix compatibility with recent libraries.
---- darcs.cabal.orig 2022-02-14 13:04:23.234293940 +0000
+--- darcs.cabal.orig 2001-09-09 01:46:40.000000000 +0000
+++ darcs.cabal
@@ -415,7 +415,7 @@ Library
else
@@ -23,7 +23,8 @@ Fix compatibility with recent libraries.
+ cryptonite >= 0.24,
base16-bytestring >= 0.1.1.7 && < 1.1,
utf8-string >= 1 && < 1.1,
- vector >= 0.11 && < 0.13,
+- vector >= 0.11 && < 0.13,
++ vector >= 0.11 && < 0.14,
tar >= 0.5 && < 0.6,
data-ordlist == 0.4.*,
- attoparsec >= 0.13.0.1 && < 0.14,
Home |
Main Index |
Thread Index |
Old Index