aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-05-18 08:21:45 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-05-18 08:22:43 +0000
commit2b92bd705775cde86d311f3988e106b8d9df9743 (patch)
tree618dc4fe6e6bfc1b55ec66afab765a81c76a1410 /finance
parent7d70cc973c79e0add61c04bbf121d4a60b3dacd1 (diff)
downloadports-2b92bd705775cde86d311f3988e106b8d9df9743.tar.gz
ports-2b92bd705775cde86d311f3988e106b8d9df9743.zip
*: Change the MAINTAINER field per request
PR: 278267
Diffstat (limited to 'finance')
-rw-r--r--finance/libstocks/Makefile3
-rw-r--r--finance/quantlib/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/finance/libstocks/Makefile b/finance/libstocks/Makefile
index 158939dcd1fa..1b299300311d 100644
--- a/finance/libstocks/Makefile
+++ b/finance/libstocks/Makefile
@@ -1,9 +1,10 @@
PORTNAME= libstocks
PORTVERSION= 0.5.0
+PORTREVISION= 1
CATEGORIES= finance devel
MASTER_SITES= SF
-MAINTAINER= mi@aldan.algebra.com
+MAINTAINER= ports@virtual-estates.net
COMMENT= C library which can be used to fetch stocks quotes
WWW= https://libstocks.sourceforge.net/
diff --git a/finance/quantlib/Makefile b/finance/quantlib/Makefile
index 07dc6cf9efc5..6de1c1b5847d 100644
--- a/finance/quantlib/Makefile
+++ b/finance/quantlib/Makefile
@@ -1,11 +1,11 @@
PORTNAME= quantlib
PORTVERSION= 1.32
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= finance math devel
MASTER_SITES= http://github.com/lballabio/QuantLib/releases/download/v${PORTVERSION}/
DISTNAME= QuantLib-${PORTVERSION}
-MAINTAINER= mi@aldan.algebra.com
+MAINTAINER= ports@virtual-estates.net
COMMENT= C++ library for quantitative finance
WWW= https://www.quantlib.org/