aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-03-21 09:57:04 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-03-21 09:57:04 +0000
commit3c29491c0bb26afb53d362af12f19179f8f38b80 (patch)
tree83e410b8a36a5ae2aeae627e7e9a69f1100c7118 /math
parent11a78d9f82fb1a4855bcbeed8b53b62405e29a11 (diff)
downloadports-3c29491c0bb26afb53d362af12f19179f8f38b80.tar.gz
ports-3c29491c0bb26afb53d362af12f19179f8f38b80.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/cm/Makefile1
-rw-r--r--math/cmh/Makefile1
-rw-r--r--math/elemental/Makefile1
-rw-r--r--math/gnome-calculator/Makefile2
-rw-r--r--math/libmissing/Makefile2
-rw-r--r--math/mpc/Makefile5
-rw-r--r--math/mpc/distinfo6
-rw-r--r--math/mpfrcx/Makefile1
-rw-r--r--math/mppp/Makefile1
-rw-r--r--math/p5-Math-MPC/Makefile1
-rw-r--r--math/py-gmpy2-devel/Makefile1
-rw-r--r--math/py-gmpy2/Makefile2
-rw-r--r--math/py-pplpy/Makefile1
-rw-r--r--math/sage/Makefile2
-rw-r--r--math/symengine/Makefile1
15 files changed, 18 insertions, 10 deletions
diff --git a/math/cm/Makefile b/math/cm/Makefile
index d9a319f73303..cbc837e0ed2c 100644
--- a/math/cm/Makefile
+++ b/math/cm/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cm
DISTVERSION= 0.3.1
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.multiprecision.org/downloads/
diff --git a/math/cmh/Makefile b/math/cmh/Makefile
index 342afa9ae239..9d0053615349 100644
--- a/math/cmh/Makefile
+++ b/math/cmh/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cmh
DISTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.multiprecision.org/downloads/
diff --git a/math/elemental/Makefile b/math/elemental/Makefile
index 9015825b6df0..918a3bfd008a 100644
--- a/math/elemental/Makefile
+++ b/math/elemental/Makefile
@@ -3,6 +3,7 @@
PORTNAME= elemental
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.1
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/gnome-calculator/Makefile b/math/gnome-calculator/Makefile
index 642af0b9ba84..86f793721207 100644
--- a/math/gnome-calculator/Makefile
+++ b/math/gnome-calculator/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnome-calculator
PORTVERSION= 3.38.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
diff --git a/math/libmissing/Makefile b/math/libmissing/Makefile
index 7d2f6a159714..f0a7a7b84734 100644
--- a/math/libmissing/Makefile
+++ b/math/libmissing/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libmissing
DISTVERSION= 20130815
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= LOCAL/bf
diff --git a/math/mpc/Makefile b/math/mpc/Makefile
index aadc2be5c407..e379d7091726 100644
--- a/math/mpc/Makefile
+++ b/math/mpc/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mpc
-PORTVERSION= 1.1.0
-PORTREVISION= 2
+PORTVERSION= 1.2.0
CATEGORIES= math devel
MASTER_SITES= GNU
@@ -26,6 +25,6 @@ USE_LDCONFIG= yes
INFO= mpc
PLIST_FILES= include/mpc.h \
- lib/libmpc.a lib/libmpc.so lib/libmpc.so.3 lib/libmpc.so.3.1.0
+ lib/libmpc.a lib/libmpc.so lib/libmpc.so.3 lib/libmpc.so.3.2.0
.include <bsd.port.mk>
diff --git a/math/mpc/distinfo b/math/mpc/distinfo
index 3327f889be48..1eb995b7a52e 100644
--- a/math/mpc/distinfo
+++ b/math/mpc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518347453
-SHA256 (mpc-1.1.0.tar.gz) = 6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e
-SIZE (mpc-1.1.0.tar.gz) = 701263
+TIMESTAMP = 1616317079
+SHA256 (mpc-1.2.0.tar.gz) = e90f2d99553a9c19911abdb4305bf8217106a957e3994436428572c8dfe8fda6
+SIZE (mpc-1.2.0.tar.gz) = 840711
diff --git a/math/mpfrcx/Makefile b/math/mpfrcx/Makefile
index d9450fd498a3..746bd2211431 100644
--- a/math/mpfrcx/Makefile
+++ b/math/mpfrcx/Makefile
@@ -2,6 +2,7 @@
PORTNAME= mpfrcx
DISTVERSION= 0.6
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.multiprecision.org/downloads/
diff --git a/math/mppp/Makefile b/math/mppp/Makefile
index ee20b074dca8..f0b9620b4f5c 100644
--- a/math/mppp/Makefile
+++ b/math/mppp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mppp
DISTVERSIONPREFIX= v
DISTVERSION= 0.22
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/p5-Math-MPC/Makefile b/math/p5-Math-MPC/Makefile
index 13e4b8ec9d0f..721095694cc1 100644
--- a/math/p5-Math-MPC/Makefile
+++ b/math/p5-Math-MPC/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Math-MPC
PORTVERSION= 1.12
+PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/math/py-gmpy2-devel/Makefile b/math/py-gmpy2-devel/Makefile
index 786cc3d3df41..e506244fb7cf 100644
--- a/math/py-gmpy2-devel/Makefile
+++ b/math/py-gmpy2-devel/Makefile
@@ -4,6 +4,7 @@
PORTNAME= gmpy2
DISTVERSIONPREFIX= gmpy2-
DISTVERSION= 2.1.0b5
+PORTREVISION= 1
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= -devel
diff --git a/math/py-gmpy2/Makefile b/math/py-gmpy2/Makefile
index 79fe6c862fbc..23f425055d51 100644
--- a/math/py-gmpy2/Makefile
+++ b/math/py-gmpy2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gmpy2
PORTVERSION= 2.0.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-pplpy/Makefile b/math/py-pplpy/Makefile
index 80cfabc4105e..62236611eeef 100644
--- a/math/py-pplpy/Makefile
+++ b/math/py-pplpy/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pplpy
PORTVERSION= 0.8.7
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/sage/Makefile b/math/sage/Makefile
index 4eaa7773e382..49e39d0afc80 100644
--- a/math/sage/Makefile
+++ b/math/sage/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sage
PORTVERSION= 9.2
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= math
MASTER_SITES= https://mirrors.xmission.com/sage/src/ \
http://mirrors.xmission.com/sage/src/ \
diff --git a/math/symengine/Makefile b/math/symengine/Makefile
index b56a4eec8f5a..3bf6fdaf6d3a 100644
--- a/math/symengine/Makefile
+++ b/math/symengine/Makefile
@@ -3,6 +3,7 @@
PORTNAME= symengine
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.0
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org