aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-01-12 11:21:07 +0000
committerRene Ladan <rene@FreeBSD.org>2018-01-12 11:21:07 +0000
commit30433f0c7f0ec55124867650ef2023064e771748 (patch)
tree05878e5189c9e0d51cdde1765935c2c4094207e1 /math
parent14ec59e35ff03633fbdce03d39dc4b48e44cf574 (diff)
downloadports-30433f0c7f0ec55124867650ef2023064e771748.tar.gz
ports-30433f0c7f0ec55124867650ef2023064e771748.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/algotutor/Makefile2
-rw-r--r--math/p5-Math-RPN/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/math/algotutor/Makefile b/math/algotutor/Makefile
index fe744117b69d..e6637afc2b2b 100644
--- a/math/algotutor/Makefile
+++ b/math/algotutor/Makefile
@@ -6,7 +6,7 @@ PORTREVISION= 7
CATEGORIES= math
MASTER_SITES= http://www.cyut.edu.tw/~ckhung/dl/
-MAINTAINER= kevlo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Interactive tutorial for algorithms and data structures
BUILD_DEPENDS= p5-Tk>=0:x11-toolkits/p5-Tk
diff --git a/math/p5-Math-RPN/Makefile b/math/p5-Math-RPN/Makefile
index 61c2faa483d6..05ebd687f76d 100644
--- a/math/p5-Math-RPN/Makefile
+++ b/math/p5-Math-RPN/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= kevlo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Reverse polish math expression evaluation
TEST_DEPENDS= p5-Test-Warn>=0:devel/p5-Test-Warn