diff options
Diffstat (limited to 'math')
90 files changed, 180 insertions, 166 deletions
diff --git a/math/R-gdata/Makefile b/math/R-gdata/Makefile index 64e5eeb1067..7ba4d90bdaa 100644 --- a/math/R-gdata/Makefile +++ b/math/R-gdata/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2021/05/24 19:52:55 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2022/06/28 11:34:36 wiz Exp $ R_PKGNAME= gdata R_PKGVER= 2.18.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= math MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/math/R-genetics/Makefile b/math/R-genetics/Makefile index 847c05b0ee8..65bff72ad28 100644 --- a/math/R-genetics/Makefile +++ b/math/R-genetics/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.19 2021/09/11 14:28:04 mef Exp $ +# $NetBSD: Makefile,v 1.20 2022/06/28 11:34:36 wiz Exp $ R_PKGNAME= genetics R_PKGVER= 1.3.8.1.3 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Classes and methods for handling genetic data +PKGREVISION= 1 LICENSE= gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3 USE_TOOLS+= perl diff --git a/math/R/Makefile b/math/R/Makefile index 257095ebcb1..05490848723 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.233 2022/04/22 14:01:19 wen Exp $ +# $NetBSD: Makefile,v 1.234 2022/06/28 11:34:35 wiz Exp $ # # If updating this package, please try to ensure PLIST.Darwin is kept in sync # to avoid unnecessarily breaking macOS users. # DISTNAME= R-4.2.0 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-4/} diff --git a/math/R/buildlink3.mk b/math/R/buildlink3.mk index 1823cf1be07..0f16428ed47 100644 --- a/math/R/buildlink3.mk +++ b/math/R/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.15 2022/03/23 21:16:44 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.16 2022/06/28 11:34:35 wiz Exp $ BUILDLINK_TREE+= R @@ -6,7 +6,7 @@ BUILDLINK_TREE+= R R_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.R+= R>=1.7.0 -BUILDLINK_ABI_DEPENDS.R+= R>=4.0.3nb1 +BUILDLINK_ABI_DEPENDS.R+= R>=4.2.0nb1 BUILDLINK_PKGSRCDIR.R?= ../../math/R .include "../../archivers/bzip2/buildlink3.mk" diff --git a/math/antixls/Makefile b/math/antixls/Makefile index a53a48cfbfa..f9374b13562 100644 --- a/math/antixls/Makefile +++ b/math/antixls/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2021/05/24 19:52:55 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2022/06/28 11:34:36 wiz Exp $ DISTNAME= antixls-0.2b -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= math #MASTER_SITES= http://www.af0.net/~dan/ EXTRACT_SUFX= .perl diff --git a/math/boolstuff/Makefile b/math/boolstuff/Makefile index b0093d38917..ddf5617845b 100644 --- a/math/boolstuff/Makefile +++ b/math/boolstuff/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2021/05/24 19:52:55 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2022/06/28 11:34:36 wiz Exp $ DISTNAME= boolstuff-0.1.16 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/ diff --git a/math/ess/Makefile b/math/ess/Makefile index b18bb5d5914..24fe31a5f3f 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2022/05/14 22:25:39 dholland Exp $ +# $NetBSD: Makefile,v 1.38 2022/06/28 11:34:36 wiz Exp $ DISTNAME= ess-13.09-1 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/-1$/.1/} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/downloads/ess/ EXTRACT_SUFX= .tgz diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 5871cd04d29..ca3fea738e9 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.77 2021/09/29 13:34:48 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2022/06/28 11:34:36 wiz Exp $ COMMENT= Fast C routines to compute DFTs (single and double precision) +PKGREVISION= 1 SUPERSEDES= fftwf-[0-9]* CONFLICTS+= fftwf-[0-9]* diff --git a/math/fftw/buildlink3.mk b/math/fftw/buildlink3.mk index 168ff5b4c71..63a74df2af1 100644 --- a/math/fftw/buildlink3.mk +++ b/math/fftw/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2021/05/15 11:05:29 nia Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2022/06/28 11:34:36 wiz Exp $ BUILDLINK_TREE+= fftw @@ -6,7 +6,7 @@ BUILDLINK_TREE+= fftw FFTW_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.fftw+= fftw>=3.0 -BUILDLINK_ABI_DEPENDS.fftw+= fftw>=3.1nb1 +BUILDLINK_ABI_DEPENDS.fftw+= fftw>=3.3.10nb1 BUILDLINK_PKGSRCDIR.fftw?= ../../math/fftw pkgbase := fftw diff --git a/math/galculator/Makefile b/math/galculator/Makefile index bc807a03c1e..a90a482502e 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.59 2021/12/08 16:05:33 adam Exp $ +# $NetBSD: Makefile,v 1.60 2022/06/28 11:34:36 wiz Exp $ # DISTNAME= galculator-2.1.4 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= math MASTER_SITES= http://galculator.mnim.org/downloads/ diff --git a/math/genius/Makefile b/math/genius/Makefile index d0dea35b6b8..845a7cebbb4 100644 --- a/math/genius/Makefile +++ b/math/genius/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.87 2022/04/18 19:11:35 adam Exp $ +# $NetBSD: Makefile,v 1.88 2022/06/28 11:34:37 wiz Exp $ # DISTNAME= genius-1.0.17 -PKGREVISION= 28 +PKGREVISION= 29 CATEGORIES= math MASTER_SITES= http://ftp.5z.com/pub/genius/ diff --git a/math/gnumeric112/Makefile b/math/gnumeric112/Makefile index 26510c30e1e..8583e832656 100644 --- a/math/gnumeric112/Makefile +++ b/math/gnumeric112/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.78 2022/04/18 19:11:35 adam Exp $ +# $NetBSD: Makefile,v 1.79 2022/06/28 11:34:37 wiz Exp $ DISTNAME= gnumeric-1.12.48 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.12/} EXTRACT_SUFX= .tar.xz diff --git a/math/libquadmath/Makefile b/math/libquadmath/Makefile index 3fa03322bde..0db1012e138 100644 --- a/math/libquadmath/Makefile +++ b/math/libquadmath/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2022/04/24 19:50:30 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2022/06/28 11:34:37 wiz Exp $ DISTNAME= gcc-11.1.0 PKGNAME= ${DISTNAME:S/gcc/libquadmath/} +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=gcc/${DISTNAME}/} EXTRACT_SUFX= .tar.xz diff --git a/math/libquadmath/buildlink3.mk b/math/libquadmath/buildlink3.mk index 025db4dcc57..a814b92cf36 100644 --- a/math/libquadmath/buildlink3.mk +++ b/math/libquadmath/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2021/05/16 10:10:54 nia Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2022/06/28 11:34:37 wiz Exp $ BUILDLINK_TREE+= libquadmath @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libquadmath LIBQUADMATH_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libquadmath+= libquadmath>=11.0 -BUILDLINK_ABI_DEPENDS.libquadmath+= libquadmath>=11.0 +BUILDLINK_ABI_DEPENDS.libquadmath+= libquadmath>=11.1.0nb1 BUILDLINK_PKGSRCDIR.libquadmath?= ../../math/libquadmath .endif diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 9554d3c5ed9..49b9e492909 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.61 2021/12/08 16:05:34 adam Exp $ +# $NetBSD: Makefile,v 1.62 2022/06/28 11:34:37 wiz Exp $ DISTNAME= maxima-5.44.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/} diff --git a/math/ntl/Makefile b/math/ntl/Makefile index a6e263ed9d6..7a9b9bb779c 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2021/10/24 07:56:31 wen Exp $ +# $NetBSD: Makefile,v 1.40 2022/06/28 11:34:37 wiz Exp $ DISTNAME= ntl-11.5.1 +PKGREVISION= 1 CATEGORIES= math devel MASTER_SITES= https://www.shoup.net/ntl/ diff --git a/math/ntl/buildlink3.mk b/math/ntl/buildlink3.mk index 51be647fb79..0c3c9439ac7 100644 --- a/math/ntl/buildlink3.mk +++ b/math/ntl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2020/06/08 13:42:38 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2022/06/28 11:34:37 wiz Exp $ BUILDLINK_TREE+= ntl @@ -6,6 +6,7 @@ BUILDLINK_TREE+= ntl NTL_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ntl+= ntl>=11.4.3 +BUILDLINK_ABI_DEPENDS.ntl?= ntl>=11.5.1nb1 BUILDLINK_PKGSRCDIR.ntl?= ../../math/ntl BUILDLINK_DEPMETHOD.ntl?= build diff --git a/math/ocaml-zarith/Makefile b/math/ocaml-zarith/Makefile index d6d98f0447b..f2db9a94b6c 100644 --- a/math/ocaml-zarith/Makefile +++ b/math/ocaml-zarith/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2022/05/24 18:51:53 jaapb Exp $ +# $NetBSD: Makefile,v 1.23 2022/06/28 11:34:37 wiz Exp $ # VERSION= 1.12 @@ -6,6 +6,7 @@ GITHUB_PROJECT= Zarith GITHUB_TAG= release-${VERSION} DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} diff --git a/math/ocaml-zarith/buildlink3.mk b/math/ocaml-zarith/buildlink3.mk index 1759842607c..575063467b0 100644 --- a/math/ocaml-zarith/buildlink3.mk +++ b/math/ocaml-zarith/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2022/05/24 17:55:23 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2022/06/28 11:34:37 wiz Exp $ BUILDLINK_TREE+= ocaml-zarith @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-zarith OCAML_ZARITH_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-zarith+= ocaml-zarith>=1.2.1 -BUILDLINK_ABI_DEPENDS.ocaml-zarith+= ocaml-zarith>=1.12 +BUILDLINK_ABI_DEPENDS.ocaml-zarith+= ocaml-zarith>=1.12nb1 BUILDLINK_PKGSRCDIR.ocaml-zarith?= ../../math/ocaml-zarith .include "../../devel/gmp/buildlink3.mk" diff --git a/math/octave/Makefile b/math/octave/Makefile index 6eed615c966..7ba702f8d4b 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.228 2022/04/18 19:11:36 adam Exp $ +# $NetBSD: Makefile,v 1.229 2022/06/28 11:34:37 wiz Exp $ DISTNAME= octave-6.4.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=octave/} EXTRACT_SUFX= .tar.xz diff --git a/math/octave/buildlink3.mk b/math/octave/buildlink3.mk index f29225d5e59..130d7c102b8 100644 --- a/math/octave/buildlink3.mk +++ b/math/octave/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.24 2022/03/28 10:45:19 tnn Exp $ +# $NetBSD: buildlink3.mk,v 1.25 2022/06/28 11:34:37 wiz Exp $ BUILDLINK_TREE+= octave @@ -6,7 +6,7 @@ BUILDLINK_TREE+= octave OCTAVE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.octave+= octave>=3.0.0 -BUILDLINK_ABI_DEPENDS.octave+= octave>=6.4.0nb1 +BUILDLINK_ABI_DEPENDS.octave+= octave>=6.4.0nb3 BUILDLINK_PKGSRCDIR.octave?= ../../math/octave .include "../../mk/bsd.fast.prefs.mk" diff --git a/math/openblas/Makefile b/math/openblas/Makefile index a22349e5843..40968c9cef1 100644 --- a/math/openblas/Makefile +++ b/math/openblas/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2021/06/15 04:41:52 thor Exp $ +# $NetBSD: Makefile,v 1.5 2022/06/28 11:34:37 wiz Exp $ MAINTAINER= thomas.orgis@uni-hamburg.de -PKGREVISION= 1 +PKGREVISION= 2 OPENBLAS_VARIANT= openblas .include "../../math/openblas/Makefile.common" diff --git a/math/openblas/buildlink3.mk b/math/openblas/buildlink3.mk index 1d2ce522940..b79bbcb4bcd 100644 --- a/math/openblas/buildlink3.mk +++ b/math/openblas/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2021/06/15 04:41:52 thor Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2022/06/28 11:34:37 wiz Exp $ BUILDLINK_TREE+= openblas @@ -6,7 +6,7 @@ BUILDLINK_TREE+= openblas OPENBLAS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.openblas+= openblas>=0.3.5 -BUILDLINK_ABI_DEPENDS.openblas?= openblas>=0.3.15nb1 +BUILDLINK_ABI_DEPENDS.openblas?= openblas>=0.3.15nb2 BUILDLINK_PKGSRCDIR.openblas?= ../../math/openblas .endif # OPENBLAS_BUILDLINK3_MK diff --git a/math/p5-Algorithm-BloomFilter/Makefile b/math/p5-Algorithm-BloomFilter/Makefile index 8a081ebb20f..bd63a9f5d40 100644 --- a/math/p5-Algorithm-BloomFilter/Makefile +++ b/math/p5-Algorithm-BloomFilter/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2021/05/24 19:52:56 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2022/06/28 11:34:38 wiz Exp $ DISTNAME= Algorithm-BloomFilter-0.02 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SM/SMUELLER/} diff --git a/math/p5-Algorithm-Cluster/Makefile b/math/p5-Algorithm-Cluster/Makefile index 1cfcdba072c..4f830f60490 100644 --- a/math/p5-Algorithm-Cluster/Makefile +++ b/math/p5-Algorithm-Cluster/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2021/05/24 19:52:56 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2022/06/28 11:34:38 wiz Exp $ DISTNAME= Algorithm-Cluster-1.59 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/} diff --git a/math/p5-Algorithm-Munkres/Makefile b/math/p5-Algorithm-Munkres/Makefile index 9c279e24bfe..3625d50e19c 100644 --- a/math/p5-Algorithm-Munkres/Makefile +++ b/math/p5-Algorithm-Munkres/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2021/05/24 19:52:56 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2022/06/28 11:34:38 wiz Exp $ DISTNAME= Algorithm-Munkres-0.08 PKGNAME= p5-${DISTNAME} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/} diff --git a/math/p5-Alien-GMP/Makefile b/math/p5-Alien-GMP/Makefile index 8117ed989e8..416cf84b918 100644 --- a/math/p5-Alien-GMP/Makefile +++ b/math/p5-Alien-GMP/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2021/05/24 19:52:57 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2022/06/28 11:34:38 wiz Exp $ DISTNAME= Alien-GMP-1.16 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Alien/} diff --git a/math/p5-Excel-Template-Plus/Makefile b/math/p5-Excel-Template-Plus/Makefile index f66ef839566..54072223942 100644 --- a/math/p5-Excel-Template-Plus/Makefile +++ b/math/p5-Excel-Template-Plus/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2021/05/24 19:52:57 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2022/06/28 11:34:38 wiz Exp $ DISTNAME= Excel-Template-Plus-0.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Excel/} diff --git a/math/p5-Excel-Template/Makefile b/math/p5-Excel-Template/Makefile index e5a37d6ccd6..58e3646ad1b 100644 --- a/math/p5-Excel-Template/Makefile +++ b/math/p5-Excel-Template/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2021/05/24 19:52:57 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2022/06/28 11:34:38 wiz Exp $ DISTNAME= Excel-Template-0.34 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Excel/} diff --git a/math/p5-Math-Base-Convert/Makefile b/math/p5-Math-Base-Convert/Makefile index 85fe69e1664..7dedbaeca6e 100644 --- a/math/p5-Math-Base-Convert/Makefile +++ b/math/p5-Math-Base-Convert/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2021/05/24 19:52:57 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2022/06/28 11:34:38 wiz Exp $ DISTNAME= Math-Base-Convert-0.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Base36/Makefile b/math/p5-Math-Base36/Makefile index 395fdb4bad5..13e69607e16 100644 --- a/math/p5-Math-Base36/Makefile +++ b/math/p5-Math-Base36/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2021/05/24 19:52:57 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2022/06/28 11:34:38 wiz Exp $ # DISTNAME= Math-Base36-0.14 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Base85/Makefile b/math/p5-Math-Base85/Makefile index 7e8e1f9d3f1..e888967f6c6 100644 --- a/math/p5-Math-Base85/Makefile +++ b/math/p5-Math-Base85/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2021/11/12 02:29:53 wen Exp $ +# $NetBSD: Makefile,v 1.23 2022/06/28 11:34:39 wiz Exp $ DISTNAME= Math-Base85-0.5 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-BaseCnv/Makefile b/math/p5-Math-BaseCnv/Makefile index b9f5289961a..c8e2ecdff2d 100644 --- a/math/p5-Math-BaseCnv/Makefile +++ b/math/p5-Math-BaseCnv/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2021/05/24 19:52:57 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2022/06/28 11:34:39 wiz Exp $ # DISTNAME= Math-BaseCnv-1.14 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} EXTRACT_SUFX= .tgz diff --git a/math/p5-Math-Bezier/Makefile b/math/p5-Math-Bezier/Makefile index 83fe05a9db5..0de96f6d658 100644 --- a/math/p5-Math-Bezier/Makefile +++ b/math/p5-Math-Bezier/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2021/05/24 19:52:57 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2022/06/28 11:34:39 wiz Exp $ DISTNAME= Math-Bezier-0.01 PKGNAME= p5-${DISTNAME} -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-BigInt-GMP/Makefile b/math/p5-Math-BigInt-GMP/Makefile index e0353244370..f9abb0b84ce 100644 --- a/math/p5-Math-BigInt-GMP/Makefile +++ b/math/p5-Math-BigInt-GMP/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2021/09/30 13:34:54 wen Exp $ +# $NetBSD: Makefile,v 1.28 2022/06/28 11:34:39 wiz Exp $ DISTNAME= Math-BigInt-GMP-1.6009 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-BigInt-Pari/Makefile b/math/p5-Math-BigInt-Pari/Makefile index 071da2cf446..b148e051b78 100644 --- a/math/p5-Math-BigInt-Pari/Makefile +++ b/math/p5-Math-BigInt-Pari/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2021/11/12 02:47:38 wen Exp $ +# $NetBSD: Makefile,v 1.26 2022/06/28 11:34:39 wiz Exp $ DISTNAME= Math-BigInt-Pari-1.3008 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile index 5efd9cabe11..1c5165e98a9 100644 --- a/math/p5-Math-BigInt/Makefile +++ b/math/p5-Math-BigInt/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2021/11/12 04:27:16 wen Exp $ +# $NetBSD: Makefile,v 1.19 2022/06/28 11:34:39 wiz Exp $ DISTNAME= Math-BigInt-1.999827 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-BigInteger/Makefile b/math/p5-Math-BigInteger/Makefile index 882daa53d9f..f746cd20573 100644 --- a/math/p5-Math-BigInteger/Makefile +++ b/math/p5-Math-BigInteger/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2021/05/24 19:52:58 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2022/06/28 11:34:39 wiz Exp $ DISTNAME= Math-BigInteger-1.0 PKGNAME= p5-${DISTNAME} -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Calc-Units/Makefile b/math/p5-Math-Calc-Units/Makefile index 6c4b567c3c7..2fb1c35c874 100644 --- a/math/p5-Math-Calc-Units/Makefile +++ b/math/p5-Math-Calc-Units/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2021/05/24 19:52:58 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2022/06/28 11:34:39 wiz Exp $ DISTNAME= Math-Calc-Units-1.07 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SF/SFINK/} diff --git a/math/p5-Math-Derivative/Makefile b/math/p5-Math-Derivative/Makefile index d277595a295..fa364402d85 100644 --- a/math/p5-Math-Derivative/Makefile +++ b/math/p5-Math-Derivative/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2021/05/24 19:52:58 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2022/06/28 11:34:39 wiz Exp $ DISTNAME= Math-Derivative-1.01 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-FFT/Makefile b/math/p5-Math-FFT/Makefile index 367358b43d7..f13a512d522 100644 --- a/math/p5-Math-FFT/Makefile +++ b/math/p5-Math-FFT/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2021/09/05 09:52:58 wen Exp $ +# $NetBSD: Makefile,v 1.28 2022/06/28 11:34:40 wiz Exp $ DISTNAME= Math-FFT-1.36 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile index c4952d88908..c44dbacef59 100644 --- a/math/p5-Math-GMP/Makefile +++ b/math/p5-Math-GMP/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2021/05/24 19:52:58 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2022/06/28 11:34:40 wiz Exp $ DISTNAME= Math-GMP-2.20 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Int128/Makefile b/math/p5-Math-Int128/Makefile index 4cf07eb22b1..b8a3b926ffa 100644 --- a/math/p5-Math-Int128/Makefile +++ b/math/p5-Math-Int128/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2021/07/02 12:04:22 nia Exp $ +# $NetBSD: Makefile,v 1.6 2022/06/28 11:34:40 wiz Exp $ DISTNAME= Math-Int128-0.22 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Int64/Makefile b/math/p5-Math-Int64/Makefile index 11427ca5437..bf13ef6a723 100644 --- a/math/p5-Math-Int64/Makefile +++ b/math/p5-Math-Int64/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2021/05/24 19:52:59 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2022/06/28 11:34:40 wiz Exp $ # DISTNAME= Math-Int64-0.54 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Matrix/Makefile b/math/p5-Math-Matrix/Makefile index f43362acb6f..c891b4c8ce4 100644 --- a/math/p5-Math-Matrix/Makefile +++ b/math/p5-Math-Matrix/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2021/05/24 19:52:59 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2022/06/28 11:34:40 wiz Exp $ DISTNAME= Math-Matrix-0.91 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PJ/PJACKLAM/} diff --git a/math/p5-Math-MatrixReal/Makefile b/math/p5-Math-MatrixReal/Makefile index ee02dbf7c68..7a6674fd236 100644 --- a/math/p5-Math-MatrixReal/Makefile +++ b/math/p5-Math-MatrixReal/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2021/05/24 19:52:59 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2022/06/28 11:34:40 wiz Exp $ DISTNAME= Math-MatrixReal-2.13 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index 047ec845fee..604d85accf3 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.57 2021/05/24 19:52:59 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2022/06/28 11:34:40 wiz Exp $ DISTNAME= Math-Pari-2.01080900 PKGNAME= p5-${DISTNAME:S/900/9.00/} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES+= perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} EXTRACT_SUFX= .zip diff --git a/math/p5-Math-Permute-List/Makefile b/math/p5-Math-Permute-List/Makefile index d36b2760bd5..e8651b5444b 100644 --- a/math/p5-Math-Permute-List/Makefile +++ b/math/p5-Math-Permute-List/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2021/05/24 19:52:59 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2022/06/28 11:34:40 wiz Exp $ DISTNAME= Math-Permute-List-1.007 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Prime-Util/Makefile b/math/p5-Math-Prime-Util/Makefile index 00de8a2a931..d1ab5b39f9e 100644 --- a/math/p5-Math-Prime-Util/Makefile +++ b/math/p5-Math-Prime-Util/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2021/05/24 19:52:59 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2022/06/28 11:34:41 wiz Exp $ DISTNAME= Math-Prime-Util-0.73 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Random-ISAAC-XS/Makefile b/math/p5-Math-Random-ISAAC-XS/Makefile index 068cdb87c75..371d25166e3 100644 --- a/math/p5-Math-Random-ISAAC-XS/Makefile +++ b/math/p5-Math-Random-ISAAC-XS/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2021/05/24 19:53:00 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2022/06/28 11:34:41 wiz Exp $ # DISTNAME= Math-Random-ISAAC-XS-1.004 PKGNAME= p5-${DISTNAME} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= math perl5 security MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Random-ISAAC/Makefile b/math/p5-Math-Random-ISAAC/Makefile index d331f2388dd..411206b65d0 100644 --- a/math/p5-Math-Random-ISAAC/Makefile +++ b/math/p5-Math-Random-ISAAC/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2021/05/24 19:52:59 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2022/06/28 11:34:41 wiz Exp $ # DISTNAME= Math-Random-ISAAC-1.004 PKGNAME= p5-${DISTNAME} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= math perl5 security MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Random-MT-Auto/Makefile b/math/p5-Math-Random-MT-Auto/Makefile index b4f7cad8a66..a1a8b3107f4 100644 --- a/math/p5-Math-Random-MT-Auto/Makefile +++ b/math/p5-Math-Random-MT-Auto/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2021/05/24 19:53:00 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2022/06/28 11:34:41 wiz Exp $ DISTNAME= Math-Random-MT-Auto-6.23 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Random-MT-Perl/Makefile b/math/p5-Math-Random-MT-Perl/Makefile index e57c464e5ff..16596e381c5 100644 --- a/math/p5-Math-Random-MT-Perl/Makefile +++ b/math/p5-Math-Random-MT-Perl/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2021/05/24 19:53:00 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2022/06/28 11:34:41 wiz Exp $ # DISTNAME= Math-Random-MT-Perl-1.15 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Random-MT/Makefile b/math/p5-Math-Random-MT/Makefile index d3ef19b754d..50c27f9fbd3 100644 --- a/math/p5-Math-Random-MT/Makefile +++ b/math/p5-Math-Random-MT/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2021/05/24 19:53:00 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2022/06/28 11:34:41 wiz Exp $ # DISTNAME= Math-Random-MT-1.17 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Random/Makefile b/math/p5-Math-Random/Makefile index 1db4b45183c..335e10481ab 100644 --- a/math/p5-Math-Random/Makefile +++ b/math/p5-Math-Random/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2021/05/24 19:52:59 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2022/06/28 11:34:41 wiz Exp $ # DISTNAME= Math-Random-0.72 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Round/Makefile b/math/p5-Math-Round/Makefile index 974a5082339..2308f20623b 100644 --- a/math/p5-Math-Round/Makefile +++ b/math/p5-Math-Round/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2021/05/24 19:53:00 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2022/06/28 11:34:41 wiz Exp $ DISTNAME= Math-Round-0.07 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Spline/Makefile b/math/p5-Math-Spline/Makefile index 4b7a2ad26c8..c29188cfd4a 100644 --- a/math/p5-Math-Spline/Makefile +++ b/math/p5-Math-Spline/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2021/05/24 19:53:00 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2022/06/28 11:34:42 wiz Exp $ DISTNAME= Math-Spline-0.02 PKGNAME= p5-${DISTNAME} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Utils/Makefile b/math/p5-Math-Utils/Makefile index e8470deda3b..523f474ef0c 100644 --- a/math/p5-Math-Utils/Makefile +++ b/math/p5-Math-Utils/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2021/05/24 19:53:00 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2022/06/28 11:34:42 wiz Exp $ DISTNAME= Math-Utils-1.14 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-VecStat/Makefile b/math/p5-Math-VecStat/Makefile index ac3672269b8..c8c4dec4abe 100644 --- a/math/p5-Math-VecStat/Makefile +++ b/math/p5-Math-VecStat/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2021/05/24 19:53:00 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2022/06/28 11:34:42 wiz Exp $ # DISTNAME= Math-VecStat-0.08 PKGNAME= p5-${DISTNAME} -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Number-Compare/Makefile b/math/p5-Number-Compare/Makefile index c3a06cb7eca..89835e00f99 100644 --- a/math/p5-Number-Compare/Makefile +++ b/math/p5-Number-Compare/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2021/05/24 19:53:00 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2022/06/28 11:34:42 wiz Exp $ DISTNAME= Number-Compare-0.03 PKGNAME= p5-${DISTNAME} -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/} diff --git a/math/p5-Number-Latin/Makefile b/math/p5-Number-Latin/Makefile index e3cb38403cd..27cb537da0d 100644 --- a/math/p5-Number-Latin/Makefile +++ b/math/p5-Number-Latin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2021/05/24 19:53:01 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2022/06/28 11:34:42 wiz Exp $ DISTNAME= Number-Latin-1.01 PKGNAME= p5-${DISTNAME} -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/} diff --git a/math/p5-Number-Range/Makefile b/math/p5-Number-Range/Makefile index f93dbcfcedc..9a221f49bbe 100644 --- a/math/p5-Number-Range/Makefile +++ b/math/p5-Number-Range/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2021/05/24 19:53:01 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2022/06/28 11:34:42 wiz Exp $ DISTNAME= Number-Range-0.12 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/} diff --git a/math/p5-Number-Tolerant/Makefile b/math/p5-Number-Tolerant/Makefile index f427d28ce8e..aeb4389544f 100644 --- a/math/p5-Number-Tolerant/Makefile +++ b/math/p5-Number-Tolerant/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2021/05/24 19:53:01 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2022/06/28 11:34:42 wiz Exp $ DISTNAME= Number-Tolerant-1.708 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/} diff --git a/math/p5-Number-WithError/Makefile b/math/p5-Number-WithError/Makefile index 424a3581ac5..9e93b53c35f 100644 --- a/math/p5-Number-WithError/Makefile +++ b/math/p5-Number-WithError/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2021/05/24 19:53:01 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2022/06/28 11:34:42 wiz Exp $ DISTNAME= Number-WithError-1.01 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/} diff --git a/math/p5-Roman/Makefile b/math/p5-Roman/Makefile index e60ec0340ca..6c84426b296 100644 --- a/math/p5-Roman/Makefile +++ b/math/p5-Roman/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2021/05/24 19:53:01 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2022/06/28 11:34:43 wiz Exp $ # DISTNAME= Roman-1.24 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Roman/} diff --git a/math/p5-Set-Crontab/Makefile b/math/p5-Set-Crontab/Makefile index 026226dfafa..49222d8e370 100644 --- a/math/p5-Set-Crontab/Makefile +++ b/math/p5-Set-Crontab/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2021/05/24 19:53:01 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2022/06/28 11:34:43 wiz Exp $ DISTNAME= Set-Crontab-1.03 PKGNAME= p5-${DISTNAME} -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/} diff --git a/math/p5-Set-Infinite/Makefile b/math/p5-Set-Infinite/Makefile index edafee67e85..233ac339899 100644 --- a/math/p5-Set-Infinite/Makefile +++ b/math/p5-Set-Infinite/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2021/05/24 19:53:01 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2022/06/28 11:34:43 wiz Exp $ DISTNAME= Set-Infinite-0.65 PKGNAME= p5-${DISTNAME} -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/} diff --git a/math/p5-Spreadsheet-ParseExcel/Makefile b/math/p5-Spreadsheet-ParseExcel/Makefile index 07b5e7ac758..1f56781a520 100644 --- a/math/p5-Spreadsheet-ParseExcel/Makefile +++ b/math/p5-Spreadsheet-ParseExcel/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.39 2021/05/24 19:53:01 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2022/06/28 11:34:43 wiz Exp $ # DISTNAME= Spreadsheet-ParseExcel-0.65 PKGNAME= p5-${DISTNAME}00 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/} diff --git a/math/p5-Spreadsheet-Read/Makefile b/math/p5-Spreadsheet-Read/Makefile index ac06be49533..2f35015203c 100644 --- a/math/p5-Spreadsheet-Read/Makefile +++ b/math/p5-Spreadsheet-Read/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2021/05/24 19:53:02 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2022/06/28 11:34:43 wiz Exp $ DISTNAME= Spreadsheet-Read-0.81 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/} EXTRACT_SUFX= .tgz diff --git a/math/p5-Spreadsheet-ReadSXC/Makefile b/math/p5-Spreadsheet-ReadSXC/Makefile index ca29ae22f1c..726831f3cd4 100644 --- a/math/p5-Spreadsheet-ReadSXC/Makefile +++ b/math/p5-Spreadsheet-ReadSXC/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2021/05/24 19:53:02 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2022/06/28 11:34:43 wiz Exp $ # DISTNAME= Spreadsheet-ReadSXC-0.24 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/} diff --git a/math/p5-Spreadsheet-WriteExcel/Makefile b/math/p5-Spreadsheet-WriteExcel/Makefile index 4c637776a7e..0897d26ed50 100644 --- a/math/p5-Spreadsheet-WriteExcel/Makefile +++ b/math/p5-Spreadsheet-WriteExcel/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.38 2021/05/24 19:53:02 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2022/06/28 11:34:43 wiz Exp $ # DISTNAME= Spreadsheet-WriteExcel-2.40 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/} diff --git a/math/p5-Spreadsheet-XLSX/Makefile b/math/p5-Spreadsheet-XLSX/Makefile index 4c1b6dd4383..835d24219ac 100644 --- a/math/p5-Spreadsheet-XLSX/Makefile +++ b/math/p5-Spreadsheet-XLSX/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2021/05/24 19:53:02 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2022/06/28 11:34:43 wiz Exp $ # DISTNAME= Spreadsheet-XLSX-0.15 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/} diff --git a/math/p5-Statistics-Basic/Makefile b/math/p5-Statistics-Basic/Makefile index c0e8331d955..754c656ac30 100644 --- a/math/p5-Statistics-Basic/Makefile +++ b/math/p5-Statistics-Basic/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2021/05/24 19:53:02 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/06/28 11:34:44 wiz Exp $ DISTNAME= Statistics-Basic-1.6611 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JE/JETTERO/} diff --git a/math/p5-Statistics-CaseResampling/Makefile b/math/p5-Statistics-CaseResampling/Makefile index f7de8e88023..2cee8d83f57 100644 --- a/math/p5-Statistics-CaseResampling/Makefile +++ b/math/p5-Statistics-CaseResampling/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2021/05/24 19:53:02 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2022/06/28 11:34:44 wiz Exp $ DISTNAME= Statistics-CaseResampling-0.15 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Statistics/} diff --git a/math/p5-Statistics-Descriptive/Makefile b/math/p5-Statistics-Descriptive/Makefile index f2c9a72864f..69dcbc0918e 100644 --- a/math/p5-Statistics-Descriptive/Makefile +++ b/math/p5-Statistics-Descriptive/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2021/09/11 23:48:00 wen Exp $ +# $NetBSD: Makefile,v 1.26 2022/06/28 11:34:44 wiz Exp $ DISTNAME= Statistics-Descriptive-3.0800 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Statistics/} diff --git a/math/p5-Statistics-Distributions/Makefile b/math/p5-Statistics-Distributions/Makefile index 85585c8486c..a800e74f78d 100644 --- a/math/p5-Statistics-Distributions/Makefile +++ b/math/p5-Statistics-Distributions/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2021/05/24 19:53:02 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2022/06/28 11:34:44 wiz Exp $ DISTNAME= Statistics-Distributions-1.02 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Statistics/} diff --git a/math/p5-Statistics-TTest/Makefile b/math/p5-Statistics-TTest/Makefile index 09ca30eb248..f18926d3d47 100644 --- a/math/p5-Statistics-TTest/Makefile +++ b/math/p5-Statistics-TTest/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2021/05/24 19:53:02 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2022/06/28 11:34:44 wiz Exp $ DISTNAME= Statistics-TTest-1.1.0 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Statistics/} diff --git a/math/p5-Test-Number-Delta/Makefile b/math/p5-Test-Number-Delta/Makefile index 8ed356346c9..57c81b18702 100644 --- a/math/p5-Test-Number-Delta/Makefile +++ b/math/p5-Test-Number-Delta/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2021/05/24 19:53:03 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2022/06/28 11:34:44 wiz Exp $ DISTNAME= Test-Number-Delta-1.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} diff --git a/math/pari/Makefile b/math/pari/Makefile index 48be54241e9..1e088421a56 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.83 2021/05/24 19:53:03 wiz Exp $ +# $NetBSD: Makefile,v 1.84 2022/06/28 11:34:44 wiz Exp $ DISTNAME= pari-2.7.6 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= math MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ diff --git a/math/pari/buildlink3.mk b/math/pari/buildlink3.mk index 403c9d176b3..1aebc326c88 100644 --- a/math/pari/buildlink3.mk +++ b/math/pari/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2011/03/18 15:00:01 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2022/06/28 11:34:44 wiz Exp $ BUILDLINK_TREE+= pari @@ -6,7 +6,7 @@ BUILDLINK_TREE+= pari PARI_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.pari+= pari>=2.3.4 -BUILDLINK_ABI_DEPENDS.pari+= pari>=2.3.5nb5 +BUILDLINK_ABI_DEPENDS.pari+= pari>=2.7.6nb10 BUILDLINK_PKGSRCDIR.pari?= ../../math/pari pkgbase := pari diff --git a/math/pari23/Makefile b/math/pari23/Makefile index a2b62c9d31c..2aaee6f26ae 100644 --- a/math/pari23/Makefile +++ b/math/pari23/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2021/05/24 19:53:03 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2022/06/28 11:34:44 wiz Exp $ DISTNAME= pari-2.3.5 -PKGREVISION= 26 +PKGREVISION= 27 CATEGORIES= math MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ diff --git a/math/pari23/buildlink3.mk b/math/pari23/buildlink3.mk index d7be889cef1..ffca4c2c8e2 100644 --- a/math/pari23/buildlink3.mk +++ b/math/pari23/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2016/03/03 13:23:22 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2022/06/28 11:34:44 wiz Exp $ BUILDLINK_TREE+= pari @@ -6,7 +6,7 @@ BUILDLINK_TREE+= pari PARI_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.pari+= pari>=2.3.4 -BUILDLINK_ABI_DEPENDS.pari+= pari>=2.3.5nb5 +BUILDLINK_ABI_DEPENDS.pari+= pari>=2.3.5nb27 BUILDLINK_PKGSRCDIR.pari?= ../../math/pari23 pkgbase := pari diff --git a/math/ppl/Makefile b/math/ppl/Makefile index b9ff8c45927..dcac7010272 100644 --- a/math/ppl/Makefile +++ b/math/ppl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2021/05/24 19:53:03 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2022/06/28 11:34:45 wiz Exp $ DISTNAME= ppl-1.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= math MASTER_SITES= ftp://ftp.cs.unipr.it/pub/ppl/releases/1.2/ diff --git a/math/ppl/buildlink3.mk b/math/ppl/buildlink3.mk index b82cb391c1b..240eb96fe24 100644 --- a/math/ppl/buildlink3.mk +++ b/math/ppl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2012/04/08 20:58:05 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2022/06/28 11:34:45 wiz Exp $ BUILDLINK_TREE+= ppl @@ -6,6 +6,7 @@ BUILDLINK_TREE+= ppl PPL_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ppl+= ppl>=0.11.2 +BUILDLINK_ABI_DEPENDS.ppl?= ppl>=1.2nb4 BUILDLINK_PKGSRCDIR.ppl?= ../../math/ppl .endif # PPL_BUILDLINK3_MK diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 7528834d338..8364f483780 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.101 2022/04/18 19:11:36 adam Exp $ +# $NetBSD: Makefile,v 1.102 2022/06/28 11:34:45 wiz Exp $ DISTNAME= pspp-0.6.2 -PKGREVISION= 53 +PKGREVISION= 54 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=pspp/} diff --git a/math/py-scipy/Makefile b/math/py-scipy/Makefile index 9997a7b736e..656ddffcc00 100644 --- a/math/py-scipy/Makefile +++ b/math/py-scipy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2022/05/27 16:59:50 tnn Exp $ +# $NetBSD: Makefile,v 1.59 2022/06/28 11:34:45 wiz Exp $ DISTNAME= scipy-1.8.1 -PKGREVISION= 1 +PKGREVISION= 2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=s/scipy/} diff --git a/math/superlu/Makefile b/math/superlu/Makefile index 4c2cb0c3b17..28cea2a8eeb 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2021/05/24 19:53:03 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2022/06/28 11:34:45 wiz Exp $ DISTNAME= superlu-5.2.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=xiaoyeli/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/math/superlu/buildlink3.mk b/math/superlu/buildlink3.mk index d98723877af..203af83812e 100644 --- a/math/superlu/buildlink3.mk +++ b/math/superlu/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2020/08/31 18:06:30 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2022/06/28 11:34:45 wiz Exp $ BUILDLINK_TREE+= superlu @@ -7,7 +7,7 @@ SUPERLU_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.superlu+= superlu>=5.0 -BUILDLINK_ABI_DEPENDS.superlu?= superlu>=5.2.1nb1 +BUILDLINK_ABI_DEPENDS.superlu?= superlu>=5.2.1nb4 BUILDLINK_PKGSRCDIR.superlu?= ../../math/superlu BUILDLINK_DEPMETHOD.superlu?= build .endif # SUPERLU_BUILDLINK3_MK diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index 736bf93889e..df8a9e66a57 100644 --- a/math/xmgr/Makefile +++ b/math/xmgr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.71 2021/12/08 16:05:36 adam Exp $ +# $NetBSD: Makefile,v 1.72 2022/06/28 11:34:45 wiz Exp $ DISTNAME= xmgr-4.1.2 -PKGREVISION= 37 +PKGREVISION= 38 CATEGORIES= math #MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/xmgr4/src/ diff --git a/math/yacas/Makefile b/math/yacas/Makefile index 7b371a3b946..7a477daa79d 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2021/06/01 09:12:26 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2022/06/28 11:34:45 wiz Exp $ DISTNAME= yacas-1.2.2 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= math MASTER_SITES= http://yacas.sourceforge.net/backups/ |