diff options
Diffstat (limited to 'math')
25 files changed, 50 insertions, 37 deletions
diff --git a/math/R-cran-lme4/Makefile b/math/R-cran-lme4/Makefile index 568c180b06dc..5ab8ae21a884 100644 --- a/math/R-cran-lme4/Makefile +++ b/math/R-cran-lme4/Makefile @@ -1,5 +1,5 @@ PORTNAME= lme4 -DISTVERSION= 1.1-37 +DISTVERSION= 1.1-38 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -14,15 +14,20 @@ CRAN_DEPENDS= R-cran-minqa>=1.1.15:math/R-cran-minqa \ R-cran-nloptr>=1.0.4:math/R-cran-nloptr \ R-cran-Rcpp>=0.10.5:devel/R-cran-Rcpp \ R-cran-RcppEigen>=0.3.3.9.4:math/R-cran-RcppEigen \ - R-cran-reformulas>=0.3.0:math/R-cran-reformulas + R-cran-reformulas>=0.3.0:math/R-cran-reformulas \ + R-cran-rlang>0:devel/R-cran-rlang BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} TEST_DEPENDS= R-cran-ggplot2>0:graphics/R-cran-ggplot2 \ R-cran-knitr>0:print/R-cran-knitr \ - R-cran-optimx>0:misc/R-cran-optimx + R-cran-optimx>0:misc/R-cran-optimx \ + R-cran-testthat>0:devel/R-cran-testthat USES= cran:auto-plist,compiles -TESTING_UNSAFE= https://github.com/lme4/lme4/issues/817 +pre-test: +# R-cran-gamm4 package does not exist yet + @${LOCALBASE}/bin/Rscript -e 'install.packages("gamm4", \ + repos = "https://cloud.r-project.org")' .include <bsd.port.mk> diff --git a/math/R-cran-lme4/distinfo b/math/R-cran-lme4/distinfo index c520d1d6670c..3e5131bf0d75 100644 --- a/math/R-cran-lme4/distinfo +++ b/math/R-cran-lme4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743173049 -SHA256 (lme4_1.1-37.tar.gz) = cfdb756c445fdda069307945798dae1646557df2ed417ac06572eab47fbef00c -SIZE (lme4_1.1-37.tar.gz) = 3313529 +TIMESTAMP = 1765064505 +SHA256 (lme4_1.1-38.tar.gz) = 97f895c10053ea178a116e2c5a3095208fc54ff2b67be3351faab9a6608c8cc7 +SIZE (lme4_1.1-38.tar.gz) = 3774010 diff --git a/math/R-cran-sf/Makefile b/math/R-cran-sf/Makefile index 39c6b0071d37..f6ddc330292e 100644 --- a/math/R-cran-sf/Makefile +++ b/math/R-cran-sf/Makefile @@ -1,6 +1,6 @@ PORTNAME= sf DISTVERSION= 1.0-21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-terra/Makefile b/math/R-cran-terra/Makefile index 3673ed896ad6..e222063772e0 100644 --- a/math/R-cran-terra/Makefile +++ b/math/R-cran-terra/Makefile @@ -1,5 +1,6 @@ PORTNAME= terra -DISTVERSION= 1.8-80 +DISTVERSION= 1.8-86 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-terra/distinfo b/math/R-cran-terra/distinfo index 61e9aecc6d67..62b5f0d715d6 100644 --- a/math/R-cran-terra/distinfo +++ b/math/R-cran-terra/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762595154 -SHA256 (terra_1.8-80.tar.gz) = bdfdb73ef75056ee318e94a1b7c96e7870a04284eeebe914ffce8b949d31c1e4 -SIZE (terra_1.8-80.tar.gz) = 1055312 +TIMESTAMP = 1765103640 +SHA256 (terra_1.8-86.tar.gz) = a446375352d1a01d6bb9ec0a0ac0031ac11a1252567278bd34b4a136f6de7474 +SIZE (terra_1.8-86.tar.gz) = 1060458 diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index 60ece37ddc01..ddf3746385f5 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -1,6 +1,6 @@ PORTNAME= ceres-solver DISTVERSION= 2.2.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile index ecc8824962ec..55357d6a6f5a 100644 --- a/math/deal.ii/Makefile +++ b/math/deal.ii/Makefile @@ -1,6 +1,6 @@ PORTNAME= deal.II DISTVERSION= 9.6.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math MASTER_SITES= https://github.com/dealii/dealii/releases/download/v${DISTVERSION}/ DISTNAME= dealii-${DISTVERSION} diff --git a/math/octave-forge-datatypes/Makefile b/math/octave-forge-datatypes/Makefile index d6123d29ef1a..fd00974cc650 100644 --- a/math/octave-forge-datatypes/Makefile +++ b/math/octave-forge-datatypes/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-datatypes DISTVERSIONPREFIX= release- -DISTVERSION= 1.1.0 +DISTVERSION= 1.1.2 PORTEPOCH= 1 CATEGORIES= math diff --git a/math/octave-forge-datatypes/distinfo b/math/octave-forge-datatypes/distinfo index 96f55af27319..61538e9398d9 100644 --- a/math/octave-forge-datatypes/distinfo +++ b/math/octave-forge-datatypes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759707735 -SHA256 (octave-forge/pr0m1th3as-datatypes-release-1.1.0_GH0.tar.gz) = 5c9670352a5b3fa5f93b9b4b2bcb7ec72a09d6cdfa8fd2d1acb87f98c9652938 -SIZE (octave-forge/pr0m1th3as-datatypes-release-1.1.0_GH0.tar.gz) = 332352 +TIMESTAMP = 1765330196 +SHA256 (octave-forge/pr0m1th3as-datatypes-release-1.1.2_GH0.tar.gz) = 73f39a59fa04ddcd664b80f0f6fb20ee3669c6311ee3d3b827d0b640903b17f1 +SIZE (octave-forge/pr0m1th3as-datatypes-release-1.1.2_GH0.tar.gz) = 334681 diff --git a/math/octave-forge-octproj/Makefile b/math/octave-forge-octproj/Makefile index 73154f0ccd51..7049583cab5c 100644 --- a/math/octave-forge-octproj/Makefile +++ b/math/octave-forge-octproj/Makefile @@ -1,5 +1,6 @@ PORTNAME= octave-forge-octproj PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://bitbucket.org/jgpallero/octproj/downloads/ DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} diff --git a/math/octave-forge-pkg-octave-doc/Makefile b/math/octave-forge-pkg-octave-doc/Makefile index 4e8b26c32cee..7457a8710e44 100644 --- a/math/octave-forge-pkg-octave-doc/Makefile +++ b/math/octave-forge-pkg-octave-doc/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-pkg-octave-doc DISTVERSIONPREFIX= release- -DISTVERSION= 0.6.8 +DISTVERSION= 0.6.9 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-pkg-octave-doc/distinfo b/math/octave-forge-pkg-octave-doc/distinfo index 454d67b4b895..bc086b0f737b 100644 --- a/math/octave-forge-pkg-octave-doc/distinfo +++ b/math/octave-forge-pkg-octave-doc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760547190 -SHA256 (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.8_GH0.tar.gz) = 3aef12b6c4cc5019236eed4d7d05bed6be021bb4f6912ef3d0190b57fb68ded6 -SIZE (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.8_GH0.tar.gz) = 162955 +TIMESTAMP = 1765278551 +SHA256 (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.9_GH0.tar.gz) = cdbf953ba0ef5cfefe9bb57bc832772ceb1034059346997597a7e33ac05e5fad +SIZE (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.9_GH0.tar.gz) = 105944 diff --git a/math/octave-forge-quaternion/Makefile b/math/octave-forge-quaternion/Makefile index 494f37a34803..d592d74acd46 100644 --- a/math/octave-forge-quaternion/Makefile +++ b/math/octave-forge-quaternion/Makefile @@ -1,5 +1,5 @@ PORTNAME= octave-forge-quaternion -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.2 CATEGORIES= math MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} @@ -12,6 +12,8 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING USES= octave +NO_BUILD= yes +NO_ARCH= yes OCTAVE_SRC= ${OCTAVE_PKGNAME}-${PORTVERSION} diff --git a/math/octave-forge-quaternion/distinfo b/math/octave-forge-quaternion/distinfo index 855452469379..1e7dbfa468fd 100644 --- a/math/octave-forge-quaternion/distinfo +++ b/math/octave-forge-quaternion/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764038244 -SHA256 (octave-forge/quaternion-2.4.1.tar.gz) = 918e6653b749b948e9aee6fe2d3735047e9819d1273fdc9d5f49515347e63981 -SIZE (octave-forge/quaternion-2.4.1.tar.gz) = 43766 +TIMESTAMP = 1765401922 +SHA256 (octave-forge/quaternion-2.4.2.tar.gz) = 4bcb64743972693f04ed6d2fea4906b38a9353f1b80c6e6f2d0bc0f6f8cf3a07 +SIZE (octave-forge/quaternion-2.4.2.tar.gz) = 47838 diff --git a/math/openturns/Makefile b/math/openturns/Makefile index 42a5c89dbd03..e8f15a0fb7ee 100644 --- a/math/openturns/Makefile +++ b/math/openturns/Makefile @@ -1,6 +1,7 @@ PORTNAME= openturns DISTVERSIONPREFIX= v DISTVERSION= 1.25.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/or-tools/Makefile b/math/or-tools/Makefile index abb56e7e8a4c..198720a543f3 100644 --- a/math/or-tools/Makefile +++ b/math/or-tools/Makefile @@ -1,6 +1,7 @@ PORTNAME= or-tools DISTVERSIONPREFIX= v DISTVERSION= 9.14 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/p5-PDL-Transform-Proj4/Makefile b/math/p5-PDL-Transform-Proj4/Makefile index cc81957458c5..8949c16184b9 100644 --- a/math/p5-PDL-Transform-Proj4/Makefile +++ b/math/p5-PDL-Transform-Proj4/Makefile @@ -1,5 +1,6 @@ PORTNAME= PDL-Transform-Proj4 PORTVERSION= 2.098 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/pdal/Makefile b/math/pdal/Makefile index 960937d4872c..9e0b470004af 100644 --- a/math/pdal/Makefile +++ b/math/pdal/Makefile @@ -1,6 +1,6 @@ PORTNAME= pdal DISTVERSION= 2.8.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math databases graphics MASTER_SITES= https://github.com/PDAL/PDAL/releases/download/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src diff --git a/math/py-narwhals/Makefile b/math/py-narwhals/Makefile index 0e7bea008c3a..454e7f9eef09 100644 --- a/math/py-narwhals/Makefile +++ b/math/py-narwhals/Makefile @@ -1,5 +1,5 @@ PORTNAME= narwhals -PORTVERSION= 2.12.0 +PORTVERSION= 2.13.0 CATEGORIES= math python MASTER_SITES= PYPI \ https://github.com/narwhals-dev/narwhals/releases/download/v${PORTVERSION}/ diff --git a/math/py-narwhals/distinfo b/math/py-narwhals/distinfo index d1c65fcfa66b..79ebc6ecd713 100644 --- a/math/py-narwhals/distinfo +++ b/math/py-narwhals/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853418 -SHA256 (narwhals-2.12.0.tar.gz) = 075b6d56f3a222613793e025744b129439ecdff9292ea6615dd983af7ba6ea44 -SIZE (narwhals-2.12.0.tar.gz) = 590404 +TIMESTAMP = 1765032806 +SHA256 (narwhals-2.13.0.tar.gz) = ee94c97f4cf7cfeebbeca8d274784df8b3d7fd3f955ce418af998d405576fdd9 +SIZE (narwhals-2.13.0.tar.gz) = 594555 diff --git a/math/py-or-tools/Makefile b/math/py-or-tools/Makefile index fb8062b38a46..d31420eef0f4 100644 --- a/math/py-or-tools/Makefile +++ b/math/py-or-tools/Makefile @@ -1,7 +1,7 @@ PORTNAME= or-tools DISTVERSIONPREFIX= v DISTVERSION= 9.6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile index 137d74113404..a336ac0aed9c 100644 --- a/math/py-statsmodels/Makefile +++ b/math/py-statsmodels/Makefile @@ -1,5 +1,5 @@ PORTNAME= statsmodels -PORTVERSION= 0.14.5 +PORTVERSION= 0.14.6 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-statsmodels/distinfo b/math/py-statsmodels/distinfo index c1ce930d0c9f..130f42f717e0 100644 --- a/math/py-statsmodels/distinfo +++ b/math/py-statsmodels/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759774697 -SHA256 (statsmodels-0.14.5.tar.gz) = de260e58cccfd2ceddf835b55a357233d6ca853a1aa4f90f7553a52cc71c6ddf -SIZE (statsmodels-0.14.5.tar.gz) = 20525016 +TIMESTAMP = 1765032808 +SHA256 (statsmodels-0.14.6.tar.gz) = 4d17873d3e607d398b85126cd4ed7aad89e4e9d89fc744cdab1af3189a996c2a +SIZE (statsmodels-0.14.6.tar.gz) = 20689085 diff --git a/math/saga/Makefile b/math/saga/Makefile index 3190196eef11..5f25e05b5553 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -1,5 +1,6 @@ PORTNAME= saga PORTVERSION= 9.10.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/([0-9]).*/\1/1}/SAGA%20-%20${PORTVERSION} MAINTAINER= rhurlin@FreeBSD.org diff --git a/math/topologic/Makefile b/math/topologic/Makefile index 8b8431a7cc5d..c5814d76fb56 100644 --- a/math/topologic/Makefile +++ b/math/topologic/Makefile @@ -1,7 +1,7 @@ PORTNAME= topologic DISTVERSIONPREFIX= v DISTVERSION= 6.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math PKGNAMESUFFIX= -space-modeling-library |
