pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/hs-distributive
Module Name: pkgsrc
Committed By: pho
Date: Fri Apr 23 07:33:09 UTC 2021
Modified Files:
pkgsrc/math/hs-distributive: Makefile PLIST buildlink3.mk distinfo
Log Message:
Update to distributive-0.6.2.1
0.6.2.1 [2020.12.30]
* The build-type has been changed from Custom to Simple. To achieve
this, the doctests test suite has been removed in favor of using
cabal-docspec to run the doctests.
0.6.2 [2020.04.10]
* Make the Distributive instance for Tagged poly-kinded.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/hs-distributive/Makefile \
pkgsrc/math/hs-distributive/PLIST pkgsrc/math/hs-distributive/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/hs-distributive/buildlink3.mk
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-distributive/Makefile
diff -u pkgsrc/math/hs-distributive/Makefile:1.3 pkgsrc/math/hs-distributive/Makefile:1.4
--- pkgsrc/math/hs-distributive/Makefile:1.3 Wed Jan 1 05:21:17 2020
+++ pkgsrc/math/hs-distributive/Makefile Fri Apr 23 07:33:09 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/01/01 05:21:17 pho Exp $
+# $NetBSD: Makefile,v 1.4 2021/04/23 07:33:09 pho Exp $
-DISTNAME= distributive-0.6.1
+DISTNAME= distributive-0.6.2.1
CATEGORIES= math devel
MAINTAINER= pho%cielonegro.org@localhost
@@ -9,6 +9,6 @@ LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../devel/hs-base-orphans/buildlink3.mk"
-.include "../../devel/hs-tagged/buildlink3.mk"
.include "../../math/hs-semigroups/buildlink3.mk"
+.include "../../devel/hs-tagged/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/hs-distributive/PLIST
diff -u pkgsrc/math/hs-distributive/PLIST:1.3 pkgsrc/math/hs-distributive/PLIST:1.4
--- pkgsrc/math/hs-distributive/PLIST:1.3 Mon May 11 17:52:10 2020
+++ pkgsrc/math/hs-distributive/PLIST Fri Apr 23 07:33:09 2021
@@ -1,23 +1,23 @@
-@comment $NetBSD: PLIST,v 1.3 2020/05/11 17:52:10 rillig Exp $
-${HS_INTF}/package-description
-${HS_INTF}/package-id
-${HS_IMPL}/Data/Distributive.dyn_hi
-${HS_IMPL}/Data/Distributive.hi
-${HS_IMPL}/Data/Distributive.p_hi
-${HS_IMPL}/Data/Distributive/Generic.dyn_hi
-${HS_IMPL}/Data/Distributive/Generic.hi
-${HS_IMPL}/Data/Distributive/Generic.p_hi
-${HS_IMPL}/libHS${HS_PKGID}.a
-${HS_IMPL}/libHS${HS_PKGID}_p.a
+@comment $NetBSD: PLIST,v 1.4 2021/04/23 07:33:09 pho Exp $
+lib/distributive-${PKGVERSION}/${HS_VERSION}/package-description
+lib/distributive-${PKGVERSION}/${HS_VERSION}/package-id
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Distributive.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Distributive.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Distributive.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Distributive/Generic.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Distributive/Generic.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Distributive/Generic.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
-${HS_DOCS}/LICENSE
-${HS_DOCS}/html/Data-Distributive-Generic.html
-${HS_DOCS}/html/Data-Distributive.html
-${HS_DOCS}/html/distributive.haddock
-${HS_DOCS}/html/doc-index.html
-${HS_DOCS}/html/haddock-bundle.min.js
-${HS_DOCS}/html/index.html
-${HS_DOCS}/html/linuwial.css
-${HS_DOCS}/html/meta.json
-${HS_DOCS}/html/quick-jump.css
-${HS_DOCS}/html/synopsis.png
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/LICENSE
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/Data-Distributive-Generic.html
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/Data-Distributive.html
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/distributive.haddock
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/doc-index.html
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/haddock-bundle.min.js
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/index.html
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/linuwial.css
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/meta.json
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/quick-jump.css
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/synopsis.png
Index: pkgsrc/math/hs-distributive/distinfo
diff -u pkgsrc/math/hs-distributive/distinfo:1.3 pkgsrc/math/hs-distributive/distinfo:1.4
--- pkgsrc/math/hs-distributive/distinfo:1.3 Wed Jan 1 05:21:17 2020
+++ pkgsrc/math/hs-distributive/distinfo Fri Apr 23 07:33:09 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/01/01 05:21:17 pho Exp $
+$NetBSD: distinfo,v 1.4 2021/04/23 07:33:09 pho Exp $
-SHA1 (distributive-0.6.1.tar.gz) = fd50e156bda77d46225a07ace5c74244844d75cb
-RMD160 (distributive-0.6.1.tar.gz) = d0f710e29138150b1c235e0d8b6e283fd14daf69
-SHA512 (distributive-0.6.1.tar.gz) = 6f14660e14ff5dfe90eb44386ed111829d4a621f77908049197ce1802b4d5ddd67ec66dadb92f8726c03f455e077ea6a5b8503e24bd5d205883d53f13cceb630
-Size (distributive-0.6.1.tar.gz) = 11256 bytes
+SHA1 (distributive-0.6.2.1.tar.gz) = 8bcb4c25668fd2ae543f5b722eb0d6a15e77ffbd
+RMD160 (distributive-0.6.2.1.tar.gz) = d579ce67d797b811ec3b15373701873ddcbf5169
+SHA512 (distributive-0.6.2.1.tar.gz) = 387c7b6e0b2f917fd68d52ffbc79b9db21e488629309bfaf0dc77450bfd37c0f7f8a29458532616b5395552f84f3727b462cb2876e5aca79101e2c752b26e0a7
+Size (distributive-0.6.2.1.tar.gz) = 8140 bytes
Index: pkgsrc/math/hs-distributive/buildlink3.mk
diff -u pkgsrc/math/hs-distributive/buildlink3.mk:1.4 pkgsrc/math/hs-distributive/buildlink3.mk:1.5
--- pkgsrc/math/hs-distributive/buildlink3.mk:1.4 Wed Jan 1 05:21:17 2020
+++ pkgsrc/math/hs-distributive/buildlink3.mk Fri Apr 23 07:33:09 2021
@@ -1,17 +1,17 @@
-# $NetBSD: buildlink3.mk,v 1.4 2020/01/01 05:21:17 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2021/04/23 07:33:09 pho Exp $
BUILDLINK_TREE+= hs-distributive
.if !defined(HS_DISTRIBUTIVE_BUILDLINK3_MK)
HS_DISTRIBUTIVE_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.hs-distributive+= hs-distributive>=0.6.1
-BUILDLINK_ABI_DEPENDS.hs-distributive+= hs-distributive>=0.6.1
+BUILDLINK_API_DEPENDS.hs-distributive+= hs-distributive>=0.6.2
+BUILDLINK_ABI_DEPENDS.hs-distributive+= hs-distributive>=0.6.2.1
BUILDLINK_PKGSRCDIR.hs-distributive?= ../../math/hs-distributive
.include "../../devel/hs-base-orphans/buildlink3.mk"
-.include "../../devel/hs-tagged/buildlink3.mk"
.include "../../math/hs-semigroups/buildlink3.mk"
+.include "../../devel/hs-tagged/buildlink3.mk"
.endif # HS_DISTRIBUTIVE_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-distributive
Home |
Main Index |
Thread Index |
Old Index