diff options
author | adam <adam@pkgsrc.org> | 2022-11-23 16:18:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-11-23 16:18:32 +0000 |
commit | c4a3e052e2a4449eb2a3f616c79131d185e6f6ee (patch) | |
tree | aa11122615289b26a603d8cc8dc8954329859f08 /math | |
parent | 71596667b607c939aee60c15d4c4282addbf2e8d (diff) | |
download | pkgsrc-c4a3e052e2a4449eb2a3f616c79131d185e6f6ee.tar.gz |
massive revision bump after textproc/icu update
Diffstat (limited to 'math')
-rw-r--r-- | math/R-XML/Makefile | 3 | ||||
-rw-r--r-- | math/R-igraph/Makefile | 3 | ||||
-rw-r--r-- | math/analitza/Makefile | 3 | ||||
-rw-r--r-- | math/analitza/buildlink3.mk | 4 | ||||
-rw-r--r-- | math/cantor/Makefile | 4 | ||||
-rw-r--r-- | math/cgal/Makefile | 4 | ||||
-rw-r--r-- | math/gcalctool/Makefile | 4 | ||||
-rw-r--r-- | math/genius/Makefile | 4 | ||||
-rw-r--r-- | math/gnome-calculator/Makefile | 4 | ||||
-rw-r--r-- | math/gnumeric112/Makefile | 4 | ||||
-rw-r--r-- | math/kalgebra/Makefile | 3 | ||||
-rw-r--r-- | math/kcalc/Makefile | 3 | ||||
-rw-r--r-- | math/lumina-calculator/Makefile | 4 | ||||
-rw-r--r-- | math/octave/Makefile | 3 | ||||
-rw-r--r-- | math/pspp/Makefile | 4 | ||||
-rw-r--r-- | math/qalculate-gtk/Makefile | 4 | ||||
-rw-r--r-- | math/qalculate/Makefile | 4 | ||||
-rw-r--r-- | math/qalculate/buildlink3.mk | 4 | ||||
-rw-r--r-- | math/sc-im/Makefile | 4 | ||||
-rw-r--r-- | math/sollya/Makefile | 3 | ||||
-rw-r--r-- | math/speedcrunch/Makefile | 4 | ||||
-rw-r--r-- | math/wxmaxima/Makefile | 4 | ||||
-rw-r--r-- | math/xyconvert/Makefile | 4 |
23 files changed, 46 insertions, 39 deletions
diff --git a/math/R-XML/Makefile b/math/R-XML/Makefile index 9dbd33eda2b..eb85d4f6c35 100644 --- a/math/R-XML/Makefile +++ b/math/R-XML/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.20 2022/05/22 00:46:55 mef Exp $ +# $NetBSD: Makefile,v 1.21 2022/11/23 16:20:34 adam Exp $ R_PKGNAME= XML R_PKGVER= 3.99-0.9 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Tools for parsing and generating XML within R +PKGREVISION= 1 LICENSE= 2-clause-bsd DEPENDS+= R-bitops-[0-9]*:../../math/R-bitops diff --git a/math/R-igraph/Makefile b/math/R-igraph/Makefile index 05e9c4a2559..8dafb02dfdf 100644 --- a/math/R-igraph/Makefile +++ b/math/R-igraph/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2022/04/28 15:44:47 mef Exp $ +# $NetBSD: Makefile,v 1.12 2022/11/23 16:20:34 adam Exp $ R_PKGNAME= igraph R_PKGVER= 1.3.1 +PKGREVISION= 1 CATEGORIES= math graphics MAINTAINER= minskim@NetBSD.org diff --git a/math/analitza/Makefile b/math/analitza/Makefile index 00b4841b354..2f9912fad48 100644 --- a/math/analitza/Makefile +++ b/math/analitza/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.68 2022/09/29 00:57:54 markd Exp $ +# $NetBSD: Makefile,v 1.69 2022/11/23 16:18:51 adam Exp $ DISTNAME= analitza-${KAPPSVER} +PKGREVISION= 1 CATEGORIES= math HOMEPAGE= https://edu.kde.org/ diff --git a/math/analitza/buildlink3.mk b/math/analitza/buildlink3.mk index 22a521270b7..4ef6648fc5b 100644 --- a/math/analitza/buildlink3.mk +++ b/math/analitza/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.46 2022/04/18 19:09:57 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.47 2022/11/23 16:18:51 adam Exp $ BUILDLINK_TREE+= analitza @@ -6,7 +6,7 @@ BUILDLINK_TREE+= analitza ANALITZA_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.analitza+= analitza>=19.08.3 -BUILDLINK_ABI_DEPENDS.analitza?= analitza>=20.12.3nb6 +BUILDLINK_ABI_DEPENDS.analitza?= analitza>=22.08.1nb1 BUILDLINK_PKGSRCDIR.analitza?= ../../math/analitza .include "../../x11/qt5-qtbase/buildlink3.mk" diff --git a/math/cantor/Makefile b/math/cantor/Makefile index 4400ae2f654..a84a9043e2a 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.101 2022/10/26 10:31:40 wiz Exp $ +# $NetBSD: Makefile,v 1.102 2022/11/23 16:20:34 adam Exp $ DISTNAME= cantor-${KAPPSVER} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math HOMEPAGE= https://kde.org/applications/education/cantor/ diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 388880c83fb..c0b41ad8a84 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.73 2022/09/11 12:51:57 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2022/11/23 16:20:34 adam Exp $ DISTNAME= CGAL-4.14 PKGNAME= ${DISTNAME:tl} -PKGREVISION= 29 +PKGREVISION= 30 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=CGAL/} GITHUB_RELEASE= releases/${DISTNAME} diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index e36a72deeab..960e60e0a07 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.133 2022/04/18 19:11:35 adam Exp $ +# $NetBSD: Makefile,v 1.134 2022/11/23 16:20:35 adam Exp $ # DISTNAME= gcalctool-5.32.2 -PKGREVISION= 35 +PKGREVISION= 36 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.32/} EXTRACT_SUFX= .tar.bz2 diff --git a/math/genius/Makefile b/math/genius/Makefile index 845a7cebbb4..ea2af6a1330 100644 --- a/math/genius/Makefile +++ b/math/genius/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.88 2022/06/28 11:34:37 wiz Exp $ +# $NetBSD: Makefile,v 1.89 2022/11/23 16:20:35 adam Exp $ # DISTNAME= genius-1.0.17 -PKGREVISION= 29 +PKGREVISION= 30 CATEGORIES= math MASTER_SITES= http://ftp.5z.com/pub/genius/ diff --git a/math/gnome-calculator/Makefile b/math/gnome-calculator/Makefile index 00eaf4a0f25..54ae63cc401 100644 --- a/math/gnome-calculator/Makefile +++ b/math/gnome-calculator/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2022/08/11 05:08:59 gutteridge Exp $ +# $NetBSD: Makefile,v 1.59 2022/11/23 16:20:35 adam Exp $ DISTNAME= gnome-calculator-3.24.0 -PKGREVISION= 35 +PKGREVISION= 36 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-calculator/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/math/gnumeric112/Makefile b/math/gnumeric112/Makefile index 92479d3d9c8..83ab0145aaf 100644 --- a/math/gnumeric112/Makefile +++ b/math/gnumeric112/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.81 2022/08/11 05:08:59 gutteridge Exp $ +# $NetBSD: Makefile,v 1.82 2022/11/23 16:20:35 adam Exp $ DISTNAME= gnumeric-1.12.48 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.12/} EXTRACT_SUFX= .tar.xz diff --git a/math/kalgebra/Makefile b/math/kalgebra/Makefile index 17db392f079..fc068e2a953 100644 --- a/math/kalgebra/Makefile +++ b/math/kalgebra/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.65 2022/09/29 00:57:54 markd Exp $ +# $NetBSD: Makefile,v 1.66 2022/11/23 16:20:35 adam Exp $ DISTNAME= kalgebra-${KAPPSVER} +PKGREVISION= 1 CATEGORIES= math HOMEPAGE= https://kde.org/applications/education/kalgebra/ diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index d12e13bd7b9..67a0ea93c15 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.67 2022/09/29 00:57:55 markd Exp $ +# $NetBSD: Makefile,v 1.68 2022/11/23 16:20:35 adam Exp $ DISTNAME= kcalc-${KAPPSVER} +PKGREVISION= 1 CATEGORIES= math HOMEPAGE= https://kde.org/applications/utilities/kcalc/ diff --git a/math/lumina-calculator/Makefile b/math/lumina-calculator/Makefile index af589dd3574..cd7fcc87e6a 100644 --- a/math/lumina-calculator/Makefile +++ b/math/lumina-calculator/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2022/04/18 19:11:36 adam Exp $ +# $NetBSD: Makefile,v 1.9 2022/11/23 16:20:35 adam Exp $ DISTNAME= lumina-calculator-1.6.0 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=lumina-desktop/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/math/octave/Makefile b/math/octave/Makefile index 5d154ad0482..547f2d0921c 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.235 2022/11/06 17:02:55 adam Exp $ +# $NetBSD: Makefile,v 1.236 2022/11/23 16:20:35 adam Exp $ DISTNAME= octave-7.3.0 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=octave/} EXTRACT_SUFX= .tar.xz diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 8364f483780..320e2b1f5fb 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.102 2022/06/28 11:34:45 wiz Exp $ +# $NetBSD: Makefile,v 1.103 2022/11/23 16:20:36 adam Exp $ DISTNAME= pspp-0.6.2 -PKGREVISION= 54 +PKGREVISION= 55 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=pspp/} diff --git a/math/qalculate-gtk/Makefile b/math/qalculate-gtk/Makefile index 1055eed1465..bb39a6ac078 100644 --- a/math/qalculate-gtk/Makefile +++ b/math/qalculate-gtk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.96 2022/10/26 10:31:40 wiz Exp $ +# $NetBSD: Makefile,v 1.97 2022/11/23 16:20:36 adam Exp $ DISTNAME= qalculate-gtk-3.5.0 -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=Qalculate/} GITHUB_RELEASE= v${PKGVERSION_NOREV} diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index 5a616d507a1..eb892f7d0dd 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.67 2022/10/26 10:31:04 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2022/11/23 16:18:52 adam Exp $ DISTNAME= libqalculate-3.5.0a PKGNAME= qalculate-3.5.0 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=Qalculate/} GITHUB_PROJECT= libqalculate diff --git a/math/qalculate/buildlink3.mk b/math/qalculate/buildlink3.mk index ab0f870092c..eed87aea18d 100644 --- a/math/qalculate/buildlink3.mk +++ b/math/qalculate/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.32 2022/10/26 10:31:04 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.33 2022/11/23 16:18:52 adam Exp $ BUILDLINK_TREE+= qalculate @@ -6,7 +6,7 @@ BUILDLINK_TREE+= qalculate QALCULATE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.qalculate+= qalculate>=0.8.2 -BUILDLINK_ABI_DEPENDS.qalculate+= qalculate>=3.5.0nb14 +BUILDLINK_ABI_DEPENDS.qalculate+= qalculate>=3.5.0nb15 BUILDLINK_PKGSRCDIR.qalculate?= ../../math/qalculate .include "../../math/mpfr/buildlink3.mk" diff --git a/math/sc-im/Makefile b/math/sc-im/Makefile index 4d41afbf809..111e732799f 100644 --- a/math/sc-im/Makefile +++ b/math/sc-im/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2022/10/26 10:31:40 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2022/11/23 16:20:36 adam Exp $ DISTNAME= sc-im-0.8.2 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=andmarti1424/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/math/sollya/Makefile b/math/sollya/Makefile index 61848d06b25..551b99fca2a 100644 --- a/math/sollya/Makefile +++ b/math/sollya/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2022/10/28 23:49:43 alnsn Exp $ +# $NetBSD: Makefile,v 1.9 2022/11/23 16:20:36 adam Exp $ DISTNAME= sollya-8.0 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= https://www.sollya.org/releases/sollya-8.0/ diff --git a/math/speedcrunch/Makefile b/math/speedcrunch/Makefile index d825c19e5a1..dd674944cd6 100644 --- a/math/speedcrunch/Makefile +++ b/math/speedcrunch/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.45 2022/09/11 12:51:57 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2022/11/23 16:20:36 adam Exp $ # DISTNAME= release-0.12.0 PKGNAME= ${DISTNAME:C/release/speedcrunch/} -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= math MASTER_SITES= http://bitbucket.org/heldercorreia/speedcrunch/get/ DIST_SUBDIR= speedcrunch diff --git a/math/wxmaxima/Makefile b/math/wxmaxima/Makefile index d05c7236b56..85e1724d941 100644 --- a/math/wxmaxima/Makefile +++ b/math/wxmaxima/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2022/08/11 05:09:00 gutteridge Exp $ +# $NetBSD: Makefile,v 1.23 2022/11/23 16:20:36 adam Exp $ DISTNAME= wxmaxima-17.10.1 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=andrejv/} GITHUB_TAG= Version-${PKGVERSION_NOREV} diff --git a/math/xyconvert/Makefile b/math/xyconvert/Makefile index 9e47d6c02aa..70610db2154 100644 --- a/math/xyconvert/Makefile +++ b/math/xyconvert/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2022/08/11 05:09:00 gutteridge Exp $ +# $NetBSD: Makefile,v 1.13 2022/11/23 16:20:36 adam Exp $ # -PKGREVISION= 9 +PKGREVISION= 10 .include "../../math/xylib/Makefile.common" PKGNAME= ${DISTNAME:S/lib/convert/g} |