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: Wed May 1 07:19:57 UTC 2024
Modified Files:
pkgsrc/math/hs-bifunctors: Makefile PLIST buildlink3.mk distinfo
Log Message:
math/hs-bifunctors: Update to 5.6.2
5.6.2 [2024.03.19]
Support building with template-haskell-2.22.* (GHC 9.10).
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/hs-bifunctors/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/hs-bifunctors/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/hs-bifunctors/buildlink3.mk
cvs rdiff -u -r1.8 -r1.9 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.13 pkgsrc/math/hs-bifunctors/Makefile:1.14
--- pkgsrc/math/hs-bifunctors/Makefile:1.13 Thu Nov 2 06:37:11 2023
+++ pkgsrc/math/hs-bifunctors/Makefile Wed May 1 07:19:57 2024
@@ -1,16 +1,12 @@
-# $NetBSD: Makefile,v 1.13 2023/11/02 06:37:11 pho Exp $
+# $NetBSD: Makefile,v 1.14 2024/05/01 07:19:57 pho Exp $
-DISTNAME= bifunctors-5.6.1
-PKGREVISION= 1
+DISTNAME= bifunctors-5.6.2
CATEGORIES= math
MAINTAINER= szptvlfn%NetBSD.org@localhost
COMMENT= Bifunctors
LICENSE= 2-clause-bsd
-HASKELL_UNRESTRICT_DEPENDENCIES+= \
- th-abstraction
-
.include "../../devel/hs-assoc/buildlink3.mk"
.include "../../math/hs-comonad/buildlink3.mk"
.include "../../devel/hs-th-abstraction/buildlink3.mk"
Index: pkgsrc/math/hs-bifunctors/PLIST
diff -u pkgsrc/math/hs-bifunctors/PLIST:1.4 pkgsrc/math/hs-bifunctors/PLIST:1.5
--- pkgsrc/math/hs-bifunctors/PLIST:1.4 Sun Oct 29 09:48:51 2023
+++ pkgsrc/math/hs-bifunctors/PLIST Wed May 1 07:19:57 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2023/10/29 09:48:51 pho Exp $
-lib/bifunctors-${PKGVERSION}/${HS_VERSION}/package-description
-lib/bifunctors-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.5 2024/05/01 07:19:57 pho Exp $
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Biapplicative.dyn_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Data/Biapplicative.hi
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Biapplicative.p_hi
@@ -49,6 +47,8 @@ ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKG
lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+lib/bifunctors-${PKGVERSION}/${HS_VERSION}/package-description
+lib/bifunctors-${PKGVERSION}/${HS_VERSION}/package-id
share/doc/${HS_PLATFORM}/bifunctors-${PKGVERSION}/LICENSE
${PLIST.doc}share/doc/${HS_PLATFORM}/bifunctors-${PKGVERSION}/html/Data-Biapplicative.html
${PLIST.doc}share/doc/${HS_PLATFORM}/bifunctors-${PKGVERSION}/html/Data-Bifunctor-Biap.html
@@ -66,11 +66,9 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/bif
${PLIST.doc}share/doc/${HS_PLATFORM}/bifunctors-${PKGVERSION}/html/Data-Bifunctor-Wrapped.html
${PLIST.doc}share/doc/${HS_PLATFORM}/bifunctors-${PKGVERSION}/html/bifunctors.haddock
${PLIST.doc}share/doc/${HS_PLATFORM}/bifunctors-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/bifunctors-${PKGVERSION}/html/doc-index.json
${PLIST.doc}share/doc/${HS_PLATFORM}/bifunctors-${PKGVERSION}/html/haddock-bundle.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/bifunctors-${PKGVERSION}/html/index.html
${PLIST.doc}share/doc/${HS_PLATFORM}/bifunctors-${PKGVERSION}/html/linuwial.css
${PLIST.doc}share/doc/${HS_PLATFORM}/bifunctors-${PKGVERSION}/html/meta.json
${PLIST.doc}share/doc/${HS_PLATFORM}/bifunctors-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/bifunctors-${PKGVERSION}/html/quick-jump.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/bifunctors-${PKGVERSION}/html/synopsis.png
Index: pkgsrc/math/hs-bifunctors/buildlink3.mk
diff -u pkgsrc/math/hs-bifunctors/buildlink3.mk:1.12 pkgsrc/math/hs-bifunctors/buildlink3.mk:1.13
--- pkgsrc/math/hs-bifunctors/buildlink3.mk:1.12 Thu Nov 2 06:37:11 2023
+++ pkgsrc/math/hs-bifunctors/buildlink3.mk Wed May 1 07:19:57 2024
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.12 2023/11/02 06:37:11 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.13 2024/05/01 07:19:57 pho Exp $
BUILDLINK_TREE+= hs-bifunctors
.if !defined(HS_BIFUNCTORS_BUILDLINK3_MK)
HS_BIFUNCTORS_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.hs-bifunctors+= hs-bifunctors>=5.6.1
-BUILDLINK_ABI_DEPENDS.hs-bifunctors+= hs-bifunctors>=5.6.1nb1
+BUILDLINK_API_DEPENDS.hs-bifunctors+= hs-bifunctors>=5.6.2
+BUILDLINK_ABI_DEPENDS.hs-bifunctors+= hs-bifunctors>=5.6.2
BUILDLINK_PKGSRCDIR.hs-bifunctors?= ../../math/hs-bifunctors
.include "../../devel/hs-assoc/buildlink3.mk"
Index: pkgsrc/math/hs-bifunctors/distinfo
diff -u pkgsrc/math/hs-bifunctors/distinfo:1.8 pkgsrc/math/hs-bifunctors/distinfo:1.9
--- pkgsrc/math/hs-bifunctors/distinfo:1.8 Sun Oct 29 09:48:51 2023
+++ pkgsrc/math/hs-bifunctors/distinfo Wed May 1 07:19:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/10/29 09:48:51 pho Exp $
+$NetBSD: distinfo,v 1.9 2024/05/01 07:19:57 pho Exp $
-BLAKE2s (bifunctors-5.6.1.tar.gz) = 3716ec988373e1aada57d2539b32d5b3d719c9c3a2f9a8dacda54097492a0764
-SHA512 (bifunctors-5.6.1.tar.gz) = 9fb2767f22a48bab6e713806a5ef806790b61fcda68cf34adc73b5c2216692b7a48eedfc6c0d45e3df46467c55320d2e6c5d8e0d5648232e545d8a9340954367
-Size (bifunctors-5.6.1.tar.gz) = 38170 bytes
+BLAKE2s (bifunctors-5.6.2.tar.gz) = baa3c7ea4dddd1e723191865b468e6b9634b03b6c4a0c46b8baa4e1a15cfd393
+SHA512 (bifunctors-5.6.2.tar.gz) = c63cd579b9ab94e1c89e60ce11a076e9d9b4c7106634e6d18502c7c8d7389a9e31d03aba6d4dc99cb85b4f07e0ab93aa27ccc689d4e89868afe3f1665916317f
+Size (bifunctors-5.6.2.tar.gz) = 38193 bytes
Home |
Main Index |
Thread Index |
Old Index