aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-06-27 21:30:34 +0000
committerRene Ladan <rene@FreeBSD.org>2016-06-27 21:30:34 +0000
commita01b22a05259e8b8b76cfadccd22f4df4309c55e (patch)
treec41943c00a390851e85561a8bb285cbf37b82724 /math
parent56f2748d5194b9d5187e449ee838de0694783516 (diff)
downloadports-a01b22a05259e8b8b76cfadccd22f4df4309c55e.tar.gz
ports-a01b22a05259e8b8b76cfadccd22f4df4309c55e.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/R-cran-SuppDists/Makefile2
-rw-r--r--math/R/Makefile2
-rw-r--r--math/alt-ergo/Makefile2
-rw-r--r--math/arpack++/Makefile2
-rw-r--r--math/arpack-ng/Makefile2
-rw-r--r--math/arpack/Makefile2
-rw-r--r--math/blitz++/Makefile2
-rw-r--r--math/cblas/Makefile2
-rw-r--r--math/crlibm/Makefile2
-rw-r--r--math/dieharder/Makefile2
-rw-r--r--math/eispack/Makefile2
-rw-r--r--math/fflas-ffpack/Makefile2
-rw-r--r--math/fftw3/Makefile2
-rw-r--r--math/givaro/Makefile2
-rw-r--r--math/glpk/Makefile2
-rw-r--r--math/gretl/Makefile2
-rw-r--r--math/gsl/Makefile2
-rw-r--r--math/jags/Makefile2
-rw-r--r--math/kktdirect/Makefile2
-rw-r--r--math/laspack/Makefile2
-rw-r--r--math/ldouble/Makefile2
-rw-r--r--math/libflame/Makefile2
-rw-r--r--math/libmissing/Makefile2
-rw-r--r--math/libocas/Makefile2
-rw-r--r--math/libranlip/Makefile2
-rw-r--r--math/linpack/Makefile2
-rw-r--r--math/lll_spect/Makefile2
-rw-r--r--math/lrng/Makefile2
-rw-r--r--math/ltl2ba/Makefile2
-rw-r--r--math/maxima/Makefile2
-rw-r--r--math/metis/Makefile2
-rw-r--r--math/metis4/Makefile2
-rw-r--r--math/msieve/Makefile2
-rw-r--r--math/mtl/Makefile2
-rw-r--r--math/mumps/Makefile2
-rw-r--r--math/ntl/Makefile2
-rw-r--r--math/pari/Makefile2
-rw-r--r--math/parmetis/Makefile2
-rw-r--r--math/prng/Makefile2
-rw-r--r--math/randlib/Makefile2
-rw-r--r--math/rngstreams/Makefile2
-rw-r--r--math/sfft/Makefile2
-rw-r--r--math/spblas/Makefile2
-rw-r--r--math/superlu_mt/Makefile2
-rw-r--r--math/taucs/Makefile2
-rw-r--r--math/testu01/Makefile2
-rw-r--r--math/triangle/Makefile2
-rw-r--r--math/trlan/Makefile2
-rw-r--r--math/unuran/Makefile2
-rw-r--r--math/xblas/Makefile2
50 files changed, 50 insertions, 50 deletions
diff --git a/math/R-cran-SuppDists/Makefile b/math/R-cran-SuppDists/Makefile
index b42b84658345..f051d92fca5b 100644
--- a/math/R-cran-SuppDists/Makefile
+++ b/math/R-cran-SuppDists/Makefile
@@ -12,7 +12,7 @@ DISTFILES= ${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX} \
${BENCHMARK_SCRIPT}:benchmark
EXTRACT_ONLY= ${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Supplementary distributions and RNG for R
LICENSE= GPLv2
diff --git a/math/R/Makefile b/math/R/Makefile
index 2c80ad8c8708..177316ccc7f2 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -21,7 +21,7 @@ MASTER_SITES= http://cran.r-project.org/%SUBDIR%/ \
http://probability.ca/cran/%SUBDIR%/
MASTER_SITE_SUBDIR= src/base/R-${PORTVERSION:C|\..*||}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT?= Language for statistical computing and graphics
LICENSE= GPLv2
diff --git a/math/alt-ergo/Makefile b/math/alt-ergo/Makefile
index 42d1afc88cc6..644f317e8265 100644
--- a/math/alt-ergo/Makefile
+++ b/math/alt-ergo/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= http://alt-ergo.ocamlpro.com/http/alt-ergo-${PORTVERSION}/
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Automatic solver of mathematical formulas for program verification
LICENSE= CeCILL-C
diff --git a/math/arpack++/Makefile b/math/arpack++/Makefile
index f5dac228ba1c..b0687137fb34 100644
--- a/math/arpack++/Makefile
+++ b/math/arpack++/Makefile
@@ -14,7 +14,7 @@ PATCH_SITES= http://reuter.mit.edu/blue/software/ \
PATCHFILES= arpack++1.2.patch.diff
PATCH_DIST_STRIP= -p1
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= ARPACK++ is an object-oriented version of the ARPACK package
LIB_DEPENDS= libarpack.so:math/arpack \
diff --git a/math/arpack-ng/Makefile b/math/arpack-ng/Makefile
index d1960efb0d07..171c3bb5186b 100644
--- a/math/arpack-ng/Makefile
+++ b/math/arpack-ng/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/ \
LOCAL/bf
DISTNAME= ${PORTNAME}_${PORTVERSION}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT+= Revised Argand library for solving large-scale eigenvalue problems
LICENSE= BSD3CLAUSE
diff --git a/math/arpack/Makefile b/math/arpack/Makefile
index f36b5ed77327..c67d6a75d0cf 100644
--- a/math/arpack/Makefile
+++ b/math/arpack/Makefile
@@ -10,7 +10,7 @@ DISTFILES= ${PORTNAME}${PORTVERSION}.tar.gz patch.tar.gz
DIST_SUBDIR= arpack
EXTRACT_ONLY= ${PORTNAME}${PORTVERSION}.tar.gz
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Argand Library: large eigenvalue subroutines (serial version)
BUILD_DEPENDS= tradcpp:devel/tradcpp
diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile
index 915859375409..84873409a923 100644
--- a/math/blitz++/Makefile
+++ b/math/blitz++/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math
MASTER_SITES= SF/blitz/blitz/Blitz%2B%2B%20${PORTVERSION}
DISTNAME= blitz-${PORTVERSION}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= C++ class library for scientific computing
OPTIONS_DEFINE= DOCS
diff --git a/math/cblas/Makefile b/math/cblas/Makefile
index 53cb75ff71df..1cb9d0164f91 100644
--- a/math/cblas/Makefile
+++ b/math/cblas/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math
MASTER_SITES= NL/blas/blast-forum/ LOCAL/bf
DISTFILES= cblas.tgz
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Reference implementation of the C interface to the legacy Fortran BLAS
LICENSE= BLAS
diff --git a/math/crlibm/Makefile b/math/crlibm/Makefile
index 89919ed1093d..e0eb8b6944f6 100644
--- a/math/crlibm/Makefile
+++ b/math/crlibm/Makefile
@@ -12,7 +12,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:1,4
DIST_SUBDIR= crlibm
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Correctly-rounded mathematics library
LICENSE= LGPL21
diff --git a/math/dieharder/Makefile b/math/dieharder/Makefile
index 5ef45bf62638..5426064682f9 100644
--- a/math/dieharder/Makefile
+++ b/math/dieharder/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= http://www.phy.duke.edu/~rgb/General/dieharder/ LOCAL/bf
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Random number generator testsuite
LICENSE= GPLv2
diff --git a/math/eispack/Makefile b/math/eispack/Makefile
index 6e9104b70af4..3b08ca58b95c 100644
--- a/math/eispack/Makefile
+++ b/math/eispack/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= NL
DISTFILES= ${SRCS}
EXTRACT_ONLY= #empty
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Eigenvalue system package
DIST_SUBDIR= ${PORTNAME}
diff --git a/math/fflas-ffpack/Makefile b/math/fflas-ffpack/Makefile
index 3ddcbae6b826..ad25768e6195 100644
--- a/math/fflas-ffpack/Makefile
+++ b/math/fflas-ffpack/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= http://linalg.org/ LOCAL/bf
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Library for dense linear algebra over word-size finite fields
LICENSE= LGPL20
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile
index 95ece8e7cbd2..bbc0cc031a47 100644
--- a/math/fftw3/Makefile
+++ b/math/fftw3/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://www.fftw.org/ \
PKGNAMESUFFIX= ${FFTW3_PKGNAMESUFFIX}
DISTNAME= fftw-${PORTVERSION}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT?= Fast C routines to compute the Discrete Fourier Transform
LICENSE= GPLv2
diff --git a/math/givaro/Makefile b/math/givaro/Makefile
index c69ce58117e2..277d90d207d6 100644
--- a/math/givaro/Makefile
+++ b/math/givaro/Makefile
@@ -5,7 +5,7 @@ PORTVERSION= 3.8.0
CATEGORIES= math
MASTER_SITES= https://forge.imag.fr/frs/download.php/592/ LOCAL/bf
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= C++ library for computer algebra
LICENSE= CeCILL-Bv1-en.txt
diff --git a/math/glpk/Makefile b/math/glpk/Makefile
index 355e99c6ecf9..331a01871dbd 100644
--- a/math/glpk/Makefile
+++ b/math/glpk/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= GNU
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= GNU Linear Programming Kit
LICENSE= GPLv3
diff --git a/math/gretl/Makefile b/math/gretl/Makefile
index f8179c49a651..c456e534cc52 100644
--- a/math/gretl/Makefile
+++ b/math/gretl/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 6
CATEGORIES= math finance
MASTER_SITES= SF
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= GNU Regression, Econometrics, and Time-series Library
LICENSE= GPLv3
diff --git a/math/gsl/Makefile b/math/gsl/Makefile
index f222be242547..95eaffbf4d39 100644
--- a/math/gsl/Makefile
+++ b/math/gsl/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= GNU
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= The GNU Scientific Library - mathematical libs
LICENSE= GPLv3
diff --git a/math/jags/Makefile b/math/jags/Makefile
index 8767668c35c3..b8ae68959e70 100644
--- a/math/jags/Makefile
+++ b/math/jags/Makefile
@@ -12,7 +12,7 @@ DISTFILES= JAGS-${PORTVERSION}${EXTRACT_SUFX}:1
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${DISTFILES:M*[12]:C|:.*||}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Just Another Gibbs Sampler
LICENSE= GPLv2
diff --git a/math/kktdirect/Makefile b/math/kktdirect/Makefile
index d7817b6b59d1..18739b6dbe21 100644
--- a/math/kktdirect/Makefile
+++ b/math/kktdirect/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math
MASTER_SITES= http://www.cs.ubc.ca/~rbridson/download/ LOCAL/bf
DISTNAME= KKTDirect${PORTVERSION}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Direct solver package for saddle-point (KKT) matrices
USES= fortran
diff --git a/math/laspack/Makefile b/math/laspack/Makefile
index dc9f7cf26b32..de01d295149d 100644
--- a/math/laspack/Makefile
+++ b/math/laspack/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= math
MASTER_SITES= NL/linalg
DISTNAME= ${PORTNAME}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Package for solving large sparse systems of linear equations
USES= tar:tgz
diff --git a/math/ldouble/Makefile b/math/ldouble/Makefile
index 336b31e6da76..eed4426b784b 100644
--- a/math/ldouble/Makefile
+++ b/math/ldouble/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= LOCAL/ahze
# http://www.moshier.net/
DISTFILES= ${LDOUBLE_DISTFILE}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Long double math precision functions
NO_WRKSUBDIR= yes
diff --git a/math/libflame/Makefile b/math/libflame/Makefile
index 5a10ab853c04..f4d9f23c2189 100644
--- a/math/libflame/Makefile
+++ b/math/libflame/Makefile
@@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= flame/snapshots/:1 field/docs/:2
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:3 libflame.pdf:3
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= FLAME dense linear algebra library
LICENSE= LGPL21
diff --git a/math/libmissing/Makefile b/math/libmissing/Makefile
index 377effe937a5..90eb2093fe89 100644
--- a/math/libmissing/Makefile
+++ b/math/libmissing/Makefile
@@ -6,7 +6,7 @@ PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= LOCAL/bf
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Standard math functions missing from the FreeBSD libm
LICENSE= BSD2CLAUSE
diff --git a/math/libocas/Makefile b/math/libocas/Makefile
index 0ef4038d2a0e..b9defb478079 100644
--- a/math/libocas/Makefile
+++ b/math/libocas/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= math
MASTER_SITES= http://cmp.felk.cvut.cz/~xfrancv/ocas/ LOCAL/bf
DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Efficient training of SVM classifiers
LICENSE= GPLv3
diff --git a/math/libranlip/Makefile b/math/libranlip/Makefile
index 666c1962b7d3..1a77cc0a7c28 100644
--- a/math/libranlip/Makefile
+++ b/math/libranlip/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math
MASTER_SITES= LOCAL/bf \
http://www.deakin.edu.au/~gleb/
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Random variate generator for Lipschitz-continuous densities
USES= libtool
diff --git a/math/linpack/Makefile b/math/linpack/Makefile
index 52bd84c7d761..7c34515de22d 100644
--- a/math/linpack/Makefile
+++ b/math/linpack/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math
MASTER_SITES= NL
DISTFILES= ${SRCS}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Linear Algebra package
LIB_DEPENDS= libblas.so:math/blas
diff --git a/math/lll_spect/Makefile b/math/lll_spect/Makefile
index d9182456a901..d45fbeca1605 100644
--- a/math/lll_spect/Makefile
+++ b/math/lll_spect/Makefile
@@ -10,7 +10,7 @@ DISTFILES= lll_spect.C lll_search.C examples.txt
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY=
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= LLL-spectral test of linear congruential random number generators
BUILD_DEPENDS= ${LOCALBASE}/lib/libntl.a:math/ntl
diff --git a/math/lrng/Makefile b/math/lrng/Makefile
index bde1024bf23a..6b8676f65df1 100644
--- a/math/lrng/Makefile
+++ b/math/lrng/Makefile
@@ -14,7 +14,7 @@ DISTFILES= ex1.c:1 lfsr258.c:1 lfsr113.c:1 WELL1024a.h:1 WELL19937a.h:1 WELL512a
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
EXTRACT_ONLY=
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Uniform random number generators of P. L'Ecuyer and his colleagues
LICENSE= GPLv3
diff --git a/math/ltl2ba/Makefile b/math/ltl2ba/Makefile
index 6881dd28ee53..bad089dff5af 100644
--- a/math/ltl2ba/Makefile
+++ b/math/ltl2ba/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 1.1
CATEGORIES= math
MASTER_SITES= http://www.lsv.ens-cachan.fr/~gastin/ltl2ba/ LOCAL/bf
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Fast translation from LTL formulae to Buechi automata
LICENSE= GPLv2
diff --git a/math/maxima/Makefile b/math/maxima/Makefile
index 600ca0d7f742..185c50fb1adf 100644
--- a/math/maxima/Makefile
+++ b/math/maxima/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 1
CATEGORIES= math lisp tk
MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Symbolic mathematics program
LICENSE= GPLv2
diff --git a/math/metis/Makefile b/math/metis/Makefile
index 04034d29d2de..10e56a7cde4f 100644
--- a/math/metis/Makefile
+++ b/math/metis/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 5.1.0
CATEGORIES= math
MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Package for unstructured graph partitioning
LICENSE= APACHE20
diff --git a/math/metis4/Makefile b/math/metis4/Makefile
index 5160ae968fe0..c667c8592df0 100644
--- a/math/metis4/Makefile
+++ b/math/metis4/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math
MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/
DISTNAME= metis-${PORTVERSION}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Package for unstructured graph partitioning
LICENSE= METIS
diff --git a/math/msieve/Makefile b/math/msieve/Makefile
index 344e427d31bd..ab86090d7197 100644
--- a/math/msieve/Makefile
+++ b/math/msieve/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME:C/^m/M/}%20v${PORTVERSION}
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Fast factorization of big integers using MPQS and GNFS
BUILD_DEPENDS= ${LOCALBASE}/lib/libecm.a:math/gmp-ecm
diff --git a/math/mtl/Makefile b/math/mtl/Makefile
index 567753676a12..bedbb757e541 100644
--- a/math/mtl/Makefile
+++ b/math/mtl/Makefile
@@ -6,7 +6,7 @@ DISTVERSION= 2.1.2-23.tentative
CATEGORIES= math devel
MASTER_SITES= http://www.osl.iu.edu/download/research/mtl/
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= The Matrix Template Library, Version 2
LICENSE= MTL
diff --git a/math/mumps/Makefile b/math/mumps/Makefile
index 5d05ec9a3db4..1895c34d3ab3 100644
--- a/math/mumps/Makefile
+++ b/math/mumps/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://mumps.enseeiht.fr/ \
http://www.enseeiht.fr/irit/apo/MUMPS/
DISTNAME= MUMPS_${PORTVERSION}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= MUltifrontal Massively Parallel sparse direct Solver
LICENSE= PD
diff --git a/math/ntl/Makefile b/math/ntl/Makefile
index f36c5f10feb9..3c848e1e312f 100644
--- a/math/ntl/Makefile
+++ b/math/ntl/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 6.0.0
CATEGORIES= math
MASTER_SITES= http://www.shoup.net/ntl/
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Victor Shoup's Number Theory Library
# ntl is faster with libgmp4, but you can disable it
diff --git a/math/pari/Makefile b/math/pari/Makefile
index 47dfc5b2cc10..88176e07c470 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math
MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/ \
http://mirrors.rit.edu/zi/
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Mathematics library and advanced calculator package
LICENSE= GPLv2
diff --git a/math/parmetis/Makefile b/math/parmetis/Makefile
index 95f229e9cacf..0ffc481d1318 100644
--- a/math/parmetis/Makefile
+++ b/math/parmetis/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/%SUBDIR%/
MASTER_SITE_SUBDIR= . OLD
DISTNAME= ${PORTNAME:tl}-${PORTVERSION}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Package for parallel (mpi) unstructured graph partitioning
LICENSE= METIS
diff --git a/math/prng/Makefile b/math/prng/Makefile
index f625bc2db73c..19db81040423 100644
--- a/math/prng/Makefile
+++ b/math/prng/Makefile
@@ -6,7 +6,7 @@ DISTVERSION= 3.0.2
CATEGORIES= math
MASTER_SITES= http://statistik.wu-wien.ac.at/software/prng/
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Portable, high-performance ANSI-C pseudorandom number generators
LICENSE= GPLv2
diff --git a/math/randlib/Makefile b/math/randlib/Makefile
index f38505cac43a..b38bac2a1b26 100644
--- a/math/randlib/Makefile
+++ b/math/randlib/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= https://biostatistics.mdanderson.org/SoftwareDownload/ProductDownl
LOCAL/bf
DISTNAME= RANDLIB_V90
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Library of Routines for Random Number Generation
USES= uidfix
diff --git a/math/rngstreams/Makefile b/math/rngstreams/Makefile
index 0d89643e7f6a..085fd42bd78d 100644
--- a/math/rngstreams/Makefile
+++ b/math/rngstreams/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://statmath.wu-wien.ac.at/software/RngStreams/
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= C implementation of a high-quality uniform random number generator
USES= libtool
diff --git a/math/sfft/Makefile b/math/sfft/Makefile
index 5398706b1753..6e80e47ac798 100644
--- a/math/sfft/Makefile
+++ b/math/sfft/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://spiral.net/software/sfft/ LOCAL/bf
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Optimized Sparse Fast Fourier Transform
LICENSE= GPLv2
diff --git a/math/spblas/Makefile b/math/spblas/Makefile
index 813f4d5a7aab..05a1aa6baee3 100644
--- a/math/spblas/Makefile
+++ b/math/spblas/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math
MASTER_SITES= http://math.nist.gov/spblas/:1 LOCAL/bf/:1 NL/blas/blast-forum/:2
DISTFILES= nist_spblas_${DISTVERSION}.zip:1
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= NIST Sparse Basic Linear Algebra Subprograms (BLAS)
USES= dos2unix uidfix zip
diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile
index 78b81faeb66c..cf3afb7bd37b 100644
--- a/math/superlu_mt/Makefile
+++ b/math/superlu_mt/Makefile
@@ -12,7 +12,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} simax97.ps.gz:doc
DIST_SUBDIR= superlu2
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Routines for performing multithreaded sparse factorization
USES= fortran gmake
diff --git a/math/taucs/Makefile b/math/taucs/Makefile
index 5ad86ef1023e..bbdb193f769a 100644
--- a/math/taucs/Makefile
+++ b/math/taucs/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.tau.ac.il/~stoledo/taucs/${PORTVERSION}/ \
LOCAL/bf
DISTNAME= ${PORTNAME}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= C library of sparse linear solvers
LIB_DEPENDS= libmetis.so:math/metis4
diff --git a/math/testu01/Makefile b/math/testu01/Makefile
index 107e70c62ea3..b791d04ef8a4 100644
--- a/math/testu01/Makefile
+++ b/math/testu01/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://www.iro.umontreal.ca/~simardr/testu01/:0 \
DISTFILES= ${PORTNAME}${EXTRACT_SUFX}:0 testu01.pdf:1
EXTRACT_ONLY= ${PORTNAME}${EXTRACT_SUFX}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Utilities for statistical testing of uniform random number generators
LIB_DEPENDS= libgmp.so:math/gmp
diff --git a/math/triangle/Makefile b/math/triangle/Makefile
index 39df959202c5..123a4c427439 100644
--- a/math/triangle/Makefile
+++ b/math/triangle/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= NL/voronoi
DISTNAME= ${PORTNAME}
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Two-Dimensional Quality Mesh Generator and Delaunay Triangulator
NO_CDROM= No commercial use without prior arrangement with the author
diff --git a/math/trlan/Makefile b/math/trlan/Makefile
index d094f4ff708b..0956dcd09eda 100644
--- a/math/trlan/Makefile
+++ b/math/trlan/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= https://codeforge.lbl.gov/frs/download.php/210/:1 \
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:1 trlan-ug.pdf:2
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Thick-restart Lanczos method for eigenproblems
BROKEN_powerpc64= Does not build
diff --git a/math/unuran/Makefile b/math/unuran/Makefile
index 2a81a3f17848..8a83056cf8c6 100644
--- a/math/unuran/Makefile
+++ b/math/unuran/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math
MASTER_SITES= http://statmath.wu-wien.ac.at/unuran/ \
LOCAL/bf
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Universal Non-Uniform RANdom number generators
LIB_DEPENDS= librngstreams.so:math/rngstreams
diff --git a/math/xblas/Makefile b/math/xblas/Makefile
index 9fcec5aa6cd1..b3dd0a5838b2 100644
--- a/math/xblas/Makefile
+++ b/math/xblas/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= math
MASTER_SITES= NL/xblas LOCAL/bf
DISTNAME= xblas
-MAINTAINER= bf@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Extra Precise Basic Linear Algebra Subroutines (BLAS)
LICENSE= BSD3CLAUSE