pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/hs-scientific



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 30 04:35:20 UTC 2025

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

Log Message:
math/hs-scientific: update to scientific-0.3.8.0

No release notes have been provided by the upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/math/hs-scientific/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/math/hs-scientific/buildlink3.mk
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/hs-scientific/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-scientific/Makefile
diff -u pkgsrc/math/hs-scientific/Makefile:1.27 pkgsrc/math/hs-scientific/Makefile:1.28
--- pkgsrc/math/hs-scientific/Makefile:1.27     Thu May  9 01:32:27 2024
+++ pkgsrc/math/hs-scientific/Makefile  Thu Jan 30 04:35:20 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2024/05/09 01:32:27 pho Exp $
+# $NetBSD: Makefile,v 1.28 2025/01/30 04:35:20 pho Exp $
 
-DISTNAME=      scientific-0.3.7.0
-PKGREVISION=   6
+DISTNAME=      scientific-0.3.8.0
 CATEGORIES=    math
 
 MAINTAINER=    szptvlfn%NetBSD.org@localhost
@@ -9,16 +8,10 @@ COMMENT=      Numbers represented using scien
 LICENSE=       modified-bsd
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
-       base                    \
-       bytestring              \
-       deepseq                 \
-       hashable                \
-       primitive               \
-       template-haskell        \
-       text
+       hashable
 
-.include "../../mk/haskell.mk"
 .include "../../devel/hs-hashable/buildlink3.mk"
 .include "../../math/hs-integer-logarithms/buildlink3.mk"
 .include "../../devel/hs-primitive/buildlink3.mk"
+.include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/hs-scientific/buildlink3.mk
diff -u pkgsrc/math/hs-scientific/buildlink3.mk:1.24 pkgsrc/math/hs-scientific/buildlink3.mk:1.25
--- pkgsrc/math/hs-scientific/buildlink3.mk:1.24        Thu May  9 01:32:27 2024
+++ pkgsrc/math/hs-scientific/buildlink3.mk     Thu Jan 30 04:35:20 2025
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.24 2024/05/09 01:32:27 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.25 2025/01/30 04:35:20 pho Exp $
 
 BUILDLINK_TREE+=       hs-scientific
 
 .if !defined(HS_SCIENTIFIC_BUILDLINK3_MK)
 HS_SCIENTIFIC_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-scientific+=  hs-scientific>=0.3.7
-BUILDLINK_ABI_DEPENDS.hs-scientific+=  hs-scientific>=0.3.7.0nb6
+BUILDLINK_API_DEPENDS.hs-scientific+=  hs-scientific>=0.3.8
+BUILDLINK_ABI_DEPENDS.hs-scientific+=  hs-scientific>=0.3.8.0
 BUILDLINK_PKGSRCDIR.hs-scientific?=    ../../math/hs-scientific
 
 .include "../../devel/hs-hashable/buildlink3.mk"

Index: pkgsrc/math/hs-scientific/distinfo
diff -u pkgsrc/math/hs-scientific/distinfo:1.11 pkgsrc/math/hs-scientific/distinfo:1.12
--- pkgsrc/math/hs-scientific/distinfo:1.11     Wed Jan 25 16:33:11 2023
+++ pkgsrc/math/hs-scientific/distinfo  Thu Jan 30 04:35:20 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/01/25 16:33:11 pho Exp $
+$NetBSD: distinfo,v 1.12 2025/01/30 04:35:20 pho Exp $
 
-BLAKE2s (scientific-0.3.7.0.tar.gz) = ab3bdb603d7aa58c5920f9ead0d4377958b08b0bba2fcfb30fa7d958052c7755
-SHA512 (scientific-0.3.7.0.tar.gz) = dbd13060a6d1d101138715b4106382a78d115cff247859cb6f83aca3cdb6f6caf8a2c52d7ae99be64845c5e4a7959940bbf31df6265b15079c236f193b087865
-Size (scientific-0.3.7.0.tar.gz) = 24723 bytes
+BLAKE2s (scientific-0.3.8.0.tar.gz) = 3355b1008759331f10d0dc4dce684ee5385290c7548bb71563f5591a7124d1fb
+SHA512 (scientific-0.3.8.0.tar.gz) = 7d56ffb6806d2fc8d771bb666dc417a0256b618e2d530f41065cdf94ae7842f4d24bc9323a5bab006dd5d50ffff5fc899b25b7361c51d62aeb73a2a0ac0195d4
+Size (scientific-0.3.8.0.tar.gz) = 24314 bytes



Home | Main Index | Thread Index | Old Index