pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/stan
Module Name: pkgsrc
Committed By: pho
Date: Fri Jan 31 11:07:04 UTC 2025
Modified Files:
pkgsrc/devel/stan: Makefile PLIST buildlink3.mk distinfo
Log Message:
devel/stan: update to stan-0.2.0.0
## 0.2.0.0
* Add the following inspections:
* Partial instance for 'Scientific' method 'GHC.Real.fromRational' (`stan0022`)
* Partial 'Scientific' function 'GHC.Real.realToFrac' (`stan0023`)
* Partial instance for 'Scientific' method 'GHC.Real.recip' (`stan0024`)
* Partial instance for 'Scientific' method 'GHC.Real.(/)' (`stan0025`)
Since these change the behaviour of `stan` by default this is a
major release.
* Support GHC 9.12 (thanks to @ncaq)
## 0.1.3.0
* Add prospective support for GHC 9.10
* thanks to @philderbeast
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/stan/Makefile \
pkgsrc/devel/stan/buildlink3.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/stan/PLIST pkgsrc/devel/stan/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/stan/Makefile
diff -u pkgsrc/devel/stan/Makefile:1.2 pkgsrc/devel/stan/Makefile:1.3
--- pkgsrc/devel/stan/Makefile:1.2 Thu May 9 01:32:21 2024
+++ pkgsrc/devel/stan/Makefile Fri Jan 31 11:07:03 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2024/05/09 01:32:21 pho Exp $
+# $NetBSD: Makefile,v 1.3 2025/01/31 11:07:03 pho Exp $
-DISTNAME= stan-0.1.2.1
+DISTNAME= stan-0.2.0.0
PKGNAME= ${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -29,6 +28,7 @@ LICENSE= mpl-2.0
.include "../../textproc/hs-trial-tomland/buildlink3.mk"
# lib:target
+.include "../../math/hs-scientific/buildlink3.mk"
.include "../../devel/hs-unordered-containers/buildlink3.mk"
# exe:stan
Index: pkgsrc/devel/stan/buildlink3.mk
diff -u pkgsrc/devel/stan/buildlink3.mk:1.2 pkgsrc/devel/stan/buildlink3.mk:1.3
--- pkgsrc/devel/stan/buildlink3.mk:1.2 Thu May 9 01:32:21 2024
+++ pkgsrc/devel/stan/buildlink3.mk Fri Jan 31 11:07:03 2025
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.2 2024/05/09 01:32:21 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2025/01/31 11:07:03 pho Exp $
BUILDLINK_TREE+= stan
.if !defined(STAN_BUILDLINK3_MK)
STAN_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.stan+= stan>=0.1.2
-BUILDLINK_ABI_DEPENDS.stan+= stan>=0.1.2.1nb1
+BUILDLINK_API_DEPENDS.stan+= stan>=0.2.0
+BUILDLINK_ABI_DEPENDS.stan+= stan>=0.2.0.0
BUILDLINK_PKGSRCDIR.stan?= ../../devel/stan
# lib:stan
@@ -29,6 +29,7 @@ BUILDLINK_PKGSRCDIR.stan?= ../../devel/s
.include "../../textproc/hs-trial-tomland/buildlink3.mk"
# lib:target
+.include "../../math/hs-scientific/buildlink3.mk"
.include "../../devel/hs-unordered-containers/buildlink3.mk"
.endif # STAN_BUILDLINK3_MK
Index: pkgsrc/devel/stan/PLIST
diff -u pkgsrc/devel/stan/PLIST:1.1 pkgsrc/devel/stan/PLIST:1.2
--- pkgsrc/devel/stan/PLIST:1.1 Sun May 5 08:37:53 2024
+++ pkgsrc/devel/stan/PLIST Fri Jan 31 11:07:03 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2024/05/05 08:37:53 pho Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/01/31 11:07:03 pho Exp $
bin/stan
${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID.2}-${HS_VER}.so
${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID.1}-${HS_VER}.so
@@ -258,6 +258,7 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/${P
${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-124.html
${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-38.html
${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-63.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-95.html
${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-A.html
${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-All.html
${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-B.html
Index: pkgsrc/devel/stan/distinfo
diff -u pkgsrc/devel/stan/distinfo:1.1 pkgsrc/devel/stan/distinfo:1.2
--- pkgsrc/devel/stan/distinfo:1.1 Sun May 5 08:37:53 2024
+++ pkgsrc/devel/stan/distinfo Fri Jan 31 11:07:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/05/05 08:37:53 pho Exp $
+$NetBSD: distinfo,v 1.2 2025/01/31 11:07:04 pho Exp $
-BLAKE2s (stan-0.1.2.1.tar.gz) = 20e9fe45c2f33ec3e6f8b1afb2b37f56ce187c1c6a5157a488b5fcf378a9f884
-SHA512 (stan-0.1.2.1.tar.gz) = 829600c829b4a47fd13fda23ea6742002b98bcdc9baf36c6ec0b03ca3dc50f25bd93d3cc56c279a6746398eaf62579691117c35281932abad27d1b46d87ac2ed
-Size (stan-0.1.2.1.tar.gz) = 87871 bytes
+BLAKE2s (stan-0.2.0.0.tar.gz) = b23cc9f5182c29083cffc4db9c550f400ae5168d136eecca2a221d36c07ecd06
+SHA512 (stan-0.2.0.0.tar.gz) = 93dfb3e0145c506fd1d299fc6e558d23c0e75342e3eeec2c0daa6bacd7115e661bfe3ad2100dd820c34dee20c9c88124754067f7569cb49637f39e01d7799166
+Size (stan-0.2.0.0.tar.gz) = 89358 bytes
Home |
Main Index |
Thread Index |
Old Index