git: b5f5d4627611 - main - math/armadillo: Take maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 May 2022 20:14:36 UTC
The branch main has been updated by salvadore:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b5f5d4627611bb295783f6f8433ef9ec1b11397c
commit b5f5d4627611bb295783f6f8433ef9ec1b11397c
Author: Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2022-05-19 20:10:38 +0000
Commit: Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2022-05-19 20:14:25 +0000
math/armadillo: Take maintainership
Also sort LIB_DEPENDS as suggested by portfmt.
Approved by: gerald (mentor)
---
math/armadillo/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile
index a049d5252c23..c4f575614710 100644
--- a/math/armadillo/Makefile
+++ b/math/armadillo/Makefile
@@ -3,16 +3,16 @@ PORTVERSION= 11.1.0
CATEGORIES= math
MASTER_SITES= SF/arma
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= salvadore@FreeBSD.org
COMMENT= C++ linear algebra library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
- libarpack.so:math/arpack-ng \
- liblapack.so:math/lapack \
+LIB_DEPENDS= libarpack.so:math/arpack-ng \
+ libboost_date_time.so:devel/boost-libs \
libhdf5.so:science/hdf5 \
+ liblapack.so:math/lapack \
libsuperlu.so:math/superlu \
libsz.so:science/szip