summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-05-08 16:05:53 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-05-08 16:05:53 +0000
commit3b1a1bcee46ecd606ced4f7a48a13a887568c051 (patch)
tree38b3bcc97455c726c46897591091479c0a91c515 /math
parentmultimedia/svt-av1: update to s20180508 (diff)
devel/openmp: phase out
- Expire after the last version without /usr/lib/libomp.so - Drop SOVERSION for seamless transition (i.e., avoid conditionals) PR: 236907 Approved by: bapt (maintainer) Differential Revision: https://reviews.freebsd.org/D19767
Notes
Notes: svn path=/head/; revision=501030
Diffstat (limited to 'math')
-rw-r--r--math/R/Makefile1
-rw-r--r--math/ambit/Makefile1
-rw-r--r--math/blaze/Makefile1
-rw-r--r--math/blazeiterative/Makefile2
-rw-r--r--math/combblas/Makefile2
-rw-r--r--math/dbcsr/Makefile2
-rw-r--r--math/gretl/Makefile2
-rw-r--r--math/hipmcl/Makefile1
-rw-r--r--math/hmat-oss/Makefile1
-rw-r--r--math/libnormaliz/Makefile2
-rw-r--r--math/libxsmm/Makefile2
-rw-r--r--math/lis/Makefile1
-rw-r--r--math/mkl-dnn/Makefile2
-rw-r--r--math/py-rpy2/Makefile2
-rw-r--r--math/py-yt/Makefile2
-rw-r--r--math/timbl/Makefile1
-rw-r--r--math/tmv/Makefile2
17 files changed, 17 insertions, 10 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index c22569923343..bbcb3febac51 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -3,6 +3,7 @@
PORTNAME= R
DISTVERSION= 3.6.0
+PORTREVISION= 1
CATEGORIES= math lang
MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||}
diff --git a/math/ambit/Makefile b/math/ambit/Makefile
index c57b6eeadbee..8e921636f0dd 100644
--- a/math/ambit/Makefile
+++ b/math/ambit/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ambit
DISTVERSIONPREFIX= v
DISTVERSION= 0.3
+PORTREVISION= 1
CATEGORIES= math
PKGNAMESUFFIX= -tensor # avoid clash with shells/ambit
diff --git a/math/blaze/Makefile b/math/blaze/Makefile
index cf8e06110f66..58fa33c776aa 100644
--- a/math/blaze/Makefile
+++ b/math/blaze/Makefile
@@ -2,6 +2,7 @@
PORTNAME= blaze
DISTVERSION= 3.5
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/downloads/
diff --git a/math/blazeiterative/Makefile b/math/blazeiterative/Makefile
index 3e0f69e88113..aed8bbe20df8 100644
--- a/math/blazeiterative/Makefile
+++ b/math/blazeiterative/Makefile
@@ -2,7 +2,7 @@
PORTNAME= blazeiterative
PORTVERSION= g20180409
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/combblas/Makefile b/math/combblas/Makefile
index ceec02d455b5..7ed1f86e6f87 100644
--- a/math/combblas/Makefile
+++ b/math/combblas/Makefile
@@ -2,7 +2,7 @@
PORTNAME= CombBLAS
DISTVERSION= 1.6.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= https://people.eecs.berkeley.edu/~aydin/${PORTNAME}_FILES/
DISTNAME= ${PORTNAME}_beta_${DISTVERSION:S/.//:S/./_/}
diff --git a/math/dbcsr/Makefile b/math/dbcsr/Makefile
index 96be2a793cdc..093b24fa0d70 100644
--- a/math/dbcsr/Makefile
+++ b/math/dbcsr/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dbcsr
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/gretl/Makefile b/math/gretl/Makefile
index e7cfb9eadcbb..1e67a7d75284 100644
--- a/math/gretl/Makefile
+++ b/math/gretl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gretl
DISTVERSION= 2019a
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math finance
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/
diff --git a/math/hipmcl/Makefile b/math/hipmcl/Makefile
index 15ab16657cd9..dcf531c1b3ea 100644
--- a/math/hipmcl/Makefile
+++ b/math/hipmcl/Makefile
@@ -2,6 +2,7 @@
PORTNAME= HipMCL
DISTVERSION= g20180814
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
diff --git a/math/hmat-oss/Makefile b/math/hmat-oss/Makefile
index dd48c27f59c2..7796652d5ce4 100644
--- a/math/hmat-oss/Makefile
+++ b/math/hmat-oss/Makefile
@@ -3,6 +3,7 @@
PORTNAME= hmat-oss
DISTVERSION= 1.5.0-340
DISTVERSIONSUFFIX= -g700d1fa
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/libnormaliz/Makefile b/math/libnormaliz/Makefile
index fd6fe491ef73..a034f5b6d848 100644
--- a/math/libnormaliz/Makefile
+++ b/math/libnormaliz/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libnormaliz
DISTVERSIONPREFIX= v
DISTVERSION= 3.6.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= phascolarctos@protonmail.ch
diff --git a/math/libxsmm/Makefile b/math/libxsmm/Makefile
index 53be341c5fd5..a0a1d8ca4e89 100644
--- a/math/libxsmm/Makefile
+++ b/math/libxsmm/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libxsmm
DISTVERSION= 1.10
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math science
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/lis/Makefile b/math/lis/Makefile
index 1617f2c45ef2..927612da1707 100644
--- a/math/lis/Makefile
+++ b/math/lis/Makefile
@@ -2,6 +2,7 @@
PORTNAME= lis
DISTVERSION= 2.0.18
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= https://www.ssisc.org/lis/dl/
diff --git a/math/mkl-dnn/Makefile b/math/mkl-dnn/Makefile
index a02036f0070c..e2ff5035b02f 100644
--- a/math/mkl-dnn/Makefile
+++ b/math/mkl-dnn/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mkl-dnn
DISTVERSIONPREFIX= v
DISTVERSION= 0.18.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/py-rpy2/Makefile b/math/py-rpy2/Makefile
index 13bad51dc046..8e66b66f29da 100644
--- a/math/py-rpy2/Makefile
+++ b/math/py-rpy2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rpy2
DISTVERSION= 3.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-yt/Makefile b/math/py-yt/Makefile
index 0a8aceaad811..bf1182bc4450 100644
--- a/math/py-yt/Makefile
+++ b/math/py-yt/Makefile
@@ -3,7 +3,7 @@
PORTNAME= yt
DISTVERSION= 3.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math astro python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/timbl/Makefile b/math/timbl/Makefile
index 2be3e63765a7..d62b7e15e212 100644
--- a/math/timbl/Makefile
+++ b/math/timbl/Makefile
@@ -4,6 +4,7 @@
PORTNAME= timbl
DISTVERSIONPREFIX= v
DISTVERSION= 6.4.13
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/tmv/Makefile b/math/tmv/Makefile
index 079a62684a12..eb8b7f598936 100644
--- a/math/tmv/Makefile
+++ b/math/tmv/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tmv
DISTVERSIONPREFIX= v
DISTVERSION= 0.75
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org