pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/hs-regex-posix Update to regex-posix-0.96.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11f34e3777ae
branches:  trunk
changeset: 373447:11f34e3777ae
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Feb 11 13:12:50 2022 +0000

description:
Update to regex-posix-0.96.0.1

0.96.0.1 (2021-07-19)
* Compatibility with base-4.16 (GHC 9.2)
* Fix stack installation problems on Windows around flag _regex-posix-clib
  (issues #4 and #7).

diffstat:

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

diffs (64 lines):

diff -r a907104f9992 -r 11f34e3777ae textproc/hs-regex-posix/Makefile
--- a/textproc/hs-regex-posix/Makefile  Fri Feb 11 13:11:41 2022 +0000
+++ b/textproc/hs-regex-posix/Makefile  Fri Feb 11 13:12:50 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/01/18 02:48:28 pho Exp $
+# $NetBSD: Makefile,v 1.6 2022/02/11 13:12:50 pho Exp $
 
-DISTNAME=      regex-posix-0.96.0.0
-PKGREVISION=   2
+DISTNAME=      regex-posix-0.96.0.1
 CATEGORIES=    textproc
 
 MAINTAINER=    pho%cielonegro.org@localhost
diff -r a907104f9992 -r 11f34e3777ae textproc/hs-regex-posix/buildlink3.mk
--- a/textproc/hs-regex-posix/buildlink3.mk     Fri Feb 11 13:11:41 2022 +0000
+++ b/textproc/hs-regex-posix/buildlink3.mk     Fri Feb 11 13:12:50 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2022/01/18 02:48:28 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2022/02/11 13:12:50 pho Exp $
 
 BUILDLINK_TREE+=       hs-regex-posix
 
@@ -6,7 +6,7 @@
 HS_REGEX_POSIX_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.hs-regex-posix+= hs-regex-posix>=0.96.0
-BUILDLINK_ABI_DEPENDS.hs-regex-posix+= hs-regex-posix>=0.96.0.0nb2
+BUILDLINK_ABI_DEPENDS.hs-regex-posix+= hs-regex-posix>=0.96.0.1
 BUILDLINK_PKGSRCDIR.hs-regex-posix?=   ../../textproc/hs-regex-posix
 
 .include "../../textproc/hs-regex-base/buildlink3.mk"
diff -r a907104f9992 -r 11f34e3777ae textproc/hs-regex-posix/distinfo
--- a/textproc/hs-regex-posix/distinfo  Fri Feb 11 13:11:41 2022 +0000
+++ b/textproc/hs-regex-posix/distinfo  Fri Feb 11 13:12:50 2022 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:22:02 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/02/11 13:12:50 pho Exp $
 
-BLAKE2s (regex-posix-0.96.0.0.tar.gz) = 9f7efc05aeb5e3a2a5abef320817291b605d952078495080dfbcf8db3a812170
-SHA512 (regex-posix-0.96.0.0.tar.gz) = 91bdc672a535cd1a6a65b1ae2adef43605b792ec9f99150fa239ab4353cddad47988ac7baa65673c53be36e83c8fad1511ba85fb5f7b43c51b4ae526d9af248a
-Size (regex-posix-0.96.0.0.tar.gz) = 12529 bytes
-SHA1 (patch-regex-posix.cabal) = eadf81480fe5704f4153aa57f1438259d6c97ebd
+BLAKE2s (regex-posix-0.96.0.1.tar.gz) = 78790c0bad09f9ac90b1c706d4ab3c72798a28270bdd8708b8098536df45b747
+SHA512 (regex-posix-0.96.0.1.tar.gz) = 4d6383e34fd6144af3004caee70bc83c8894c8e78c147c2e829cdbd9c74af3d1807604db0927554aea20c69a8b5c1eb3dd01d3963b2e615ee39beaa48095125b
+Size (regex-posix-0.96.0.1.tar.gz) = 12853 bytes
diff -r a907104f9992 -r 11f34e3777ae textproc/hs-regex-posix/patches/patch-regex-posix.cabal
--- a/textproc/hs-regex-posix/patches/patch-regex-posix.cabal   Fri Feb 11 13:11:41 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-regex-posix.cabal,v 1.1 2021/04/24 16:41:17 pho Exp $
-
-Fix build with GHC 9.
-
---- regex-posix.cabal.orig     2001-09-09 01:46:40.000000000 +0000
-+++ regex-posix.cabal
-@@ -66,7 +66,7 @@ library
-       FlexibleInstances
- 
-   build-depends: regex-base == 0.94.*
--               , base       >= 4.3 && < 4.14
-+               , base       >= 4.3 && < 5
-                , containers >= 0.4 && < 0.7
-                , bytestring >= 0.9 && < 0.11
-                , array      >= 0.3 && < 0.6



Home | Main Index | Thread Index | Old Index