pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/hs-bifunctors



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb 12 05:19:37 UTC 2022

Modified Files:
        pkgsrc/math/hs-bifunctors: Makefile buildlink3.mk distinfo

Log Message:
Update to bifunctors-5.5.11

5.5.11 [2021.04.30]
    Allow building with template-haskell-2.18 (GHC 9.2).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/hs-bifunctors/Makefile \
    pkgsrc/math/hs-bifunctors/buildlink3.mk \
    pkgsrc/math/hs-bifunctors/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/hs-bifunctors/Makefile
diff -u pkgsrc/math/hs-bifunctors/Makefile:1.4 pkgsrc/math/hs-bifunctors/Makefile:1.5
--- pkgsrc/math/hs-bifunctors/Makefile:1.4      Tue Jan 18 02:48:17 2022
+++ pkgsrc/math/hs-bifunctors/Makefile  Sat Feb 12 05:19:37 2022
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.4 2022/01/18 02:48:17 pho Exp $
+# $NetBSD: Makefile,v 1.5 2022/02/12 05:19:37 pho Exp $
 
-DISTNAME=      bifunctors-5.5.10
-PKGREVISION=   2
+DISTNAME=      bifunctors-5.5.11
 CATEGORIES=    math
 
 MAINTAINER=    szptvlfn%NetBSD.org@localhost
 COMMENT=       Bifunctors
 LICENSE=       2-clause-bsd
 
-.include "../../mk/haskell.mk"
 .include "../../devel/hs-base-orphans/buildlink3.mk"
 .include "../../math/hs-comonad/buildlink3.mk"
 .include "../../devel/hs-tagged/buildlink3.mk"
 .include "../../devel/hs-th-abstraction/buildlink3.mk"
+.include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/hs-bifunctors/buildlink3.mk
diff -u pkgsrc/math/hs-bifunctors/buildlink3.mk:1.4 pkgsrc/math/hs-bifunctors/buildlink3.mk:1.5
--- pkgsrc/math/hs-bifunctors/buildlink3.mk:1.4 Tue Jan 18 02:48:17 2022
+++ pkgsrc/math/hs-bifunctors/buildlink3.mk     Sat Feb 12 05:19:37 2022
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.4 2022/01/18 02:48:17 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2022/02/12 05:19:37 pho Exp $
 
 BUILDLINK_TREE+=       hs-bifunctors
 
 .if !defined(HS_BIFUNCTORS_BUILDLINK3_MK)
 HS_BIFUNCTORS_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-bifunctors+=  hs-bifunctors>=5.5.10
-BUILDLINK_ABI_DEPENDS.hs-bifunctors+=  hs-bifunctors>=5.5.10nb2
+BUILDLINK_API_DEPENDS.hs-bifunctors+=  hs-bifunctors>=5.5.11
+BUILDLINK_ABI_DEPENDS.hs-bifunctors+=  hs-bifunctors>=5.5.11
 BUILDLINK_PKGSRCDIR.hs-bifunctors?=    ../../math/hs-bifunctors
 
 .include "../../devel/hs-base-orphans/buildlink3.mk"
Index: pkgsrc/math/hs-bifunctors/distinfo
diff -u pkgsrc/math/hs-bifunctors/distinfo:1.4 pkgsrc/math/hs-bifunctors/distinfo:1.5
--- pkgsrc/math/hs-bifunctors/distinfo:1.4      Tue Oct 26 10:55:43 2021
+++ pkgsrc/math/hs-bifunctors/distinfo  Sat Feb 12 05:19:37 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:55:43 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/02/12 05:19:37 pho Exp $
 
-BLAKE2s (bifunctors-5.5.10.tar.gz) = 0774e7e3af788b3bf7d86dc30e637f23d78c5612f718e5bbf5f0d43457de0ae8
-SHA512 (bifunctors-5.5.10.tar.gz) = d2f1db9ce38b6404c9461973d7b977398c746a062443bb12298578ac85d4f9c1b272be2ff7dc5d782dea393b21ee2ad0eefe33aaa9a11233c20d111c615ce7c5
-Size (bifunctors-5.5.10.tar.gz) = 45810 bytes
+BLAKE2s (bifunctors-5.5.11.tar.gz) = 2b03c96fefbbf9bcfcd3a4e8a9787782782fba23de48f7d87a3ed0510fa52eee
+SHA512 (bifunctors-5.5.11.tar.gz) = 09f66d1a086a72a822e804521c2258acb16fd5a4a29c3758b97987f27a271f58e3dd4103518b31b3bdf44465c87fe5573a0bba168ba109287ca3370b8ab491a1
+Size (bifunctors-5.5.11.tar.gz) = 46003 bytes



Home | Main Index | Thread Index | Old Index