pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-async



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Feb 11 13:26:15 UTC 2022

Modified Files:
        pkgsrc/devel/hs-async: Makefile buildlink3.mk distinfo
Added Files:
        pkgsrc/devel/hs-async/patches: patch-async.cabal

Log Message:
Update to async-2.2.4

No changelogs are provided by the upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/hs-async/Makefile \
    pkgsrc/devel/hs-async/buildlink3.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-async/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-async/patches/patch-async.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/hs-async/Makefile
diff -u pkgsrc/devel/hs-async/Makefile:1.5 pkgsrc/devel/hs-async/Makefile:1.6
--- pkgsrc/devel/hs-async/Makefile:1.5  Tue Jan 18 02:48:04 2022
+++ pkgsrc/devel/hs-async/Makefile      Fri Feb 11 13:26:15 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/01/18 02:48:04 pho Exp $
+# $NetBSD: Makefile,v 1.6 2022/02/11 13:26:15 pho Exp $
 
-DISTNAME=      async-2.2.3
-PKGREVISION=   2
+DISTNAME=      async-2.2.4
 CATEGORIES=    devel
 
 MAINTAINER=    pho%cielonegro.org@localhost
Index: pkgsrc/devel/hs-async/buildlink3.mk
diff -u pkgsrc/devel/hs-async/buildlink3.mk:1.5 pkgsrc/devel/hs-async/buildlink3.mk:1.6
--- pkgsrc/devel/hs-async/buildlink3.mk:1.5     Tue Jan 18 02:48:04 2022
+++ pkgsrc/devel/hs-async/buildlink3.mk Fri Feb 11 13:26:15 2022
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.5 2022/01/18 02:48:04 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2022/02/11 13:26:15 pho Exp $
 
 BUILDLINK_TREE+=       hs-async
 
 .if !defined(HS_ASYNC_BUILDLINK3_MK)
 HS_ASYNC_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-async+=       hs-async>=2.2.3
-BUILDLINK_ABI_DEPENDS.hs-async+=       hs-async>=2.2.3nb2
+BUILDLINK_API_DEPENDS.hs-async+=       hs-async>=2.2.4
+BUILDLINK_ABI_DEPENDS.hs-async+=       hs-async>=2.2.4
 BUILDLINK_PKGSRCDIR.hs-async?=         ../../devel/hs-async
 
 .include "../../devel/hs-hashable/buildlink3.mk"

Index: pkgsrc/devel/hs-async/distinfo
diff -u pkgsrc/devel/hs-async/distinfo:1.4 pkgsrc/devel/hs-async/distinfo:1.5
--- pkgsrc/devel/hs-async/distinfo:1.4  Tue Oct 26 10:14:52 2021
+++ pkgsrc/devel/hs-async/distinfo      Fri Feb 11 13:26:15 2022
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:14:52 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/02/11 13:26:15 pho Exp $
 
-BLAKE2s (async-2.2.3.tar.gz) = dc610b553a9e6cc0c1d7aca06180db2594132afed4747e2d801fb1a6676079fd
-SHA512 (async-2.2.3.tar.gz) = 99a7cd04d05362b6d007ec75a32cf0a6c11f4b3e46ab706349289f5bb0ad128fd2a9809e4d30634917a0a608b0d611c6d4e936ea36535c7c5ec167fead5f3248
-Size (async-2.2.3.tar.gz) = 14056 bytes
+BLAKE2s (async-2.2.4.tar.gz) = cf10cb25f0c6b23d1b83d24f4c1802930e5099e78ae694346a592a1d7eea68dd
+SHA512 (async-2.2.4.tar.gz) = 24f37f974dd7573138475d04c0fccb97fcbd8b3de56f7d06199b8f936fd9a29cd0ba0574212a753a81de8958b3292ecee79d0e8d0d2f51eb91874424e6219569
+Size (async-2.2.4.tar.gz) = 14148 bytes
+SHA1 (patch-async.cabal) = 46621b144c37164744bc204a7c7e3e2fc055372d

Added files:

Index: pkgsrc/devel/hs-async/patches/patch-async.cabal
diff -u /dev/null pkgsrc/devel/hs-async/patches/patch-async.cabal:1.1
--- /dev/null   Fri Feb 11 13:26:15 2022
+++ pkgsrc/devel/hs-async/patches/patch-async.cabal     Fri Feb 11 13:26:15 2022
@@ -0,0 +1,15 @@
+$NetBSD: patch-async.cabal,v 1.1 2022/02/11 13:26:15 pho Exp $
+
+Fix build with hashable-1.4
+
+--- async.cabal.orig   2001-09-09 01:46:40.000000000 +0000
++++ async.cabal
+@@ -65,7 +65,7 @@ library
+         other-extensions: Trustworthy
+     exposed-modules:     Control.Concurrent.Async
+     build-depends:       base     >= 4.3     && < 4.17,
+-                         hashable >= 1.1.2.0 && < 1.4,
++                         hashable >= 1.1.2.0 && < 1.5,
+                          stm      >= 2.2     && < 2.6
+ 
+ test-suite test-async



Home | Main Index | Thread Index | Old Index