diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-01-12 11:21:07 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-01-12 11:21:07 +0000 |
commit | 30433f0c7f0ec55124867650ef2023064e771748 (patch) | |
tree | 05878e5189c9e0d51cdde1765935c2c4094207e1 /math | |
parent | 14ec59e35ff03633fbdce03d39dc4b48e44cf574 (diff) | |
download | ports-30433f0c7f0ec55124867650ef2023064e771748.tar.gz ports-30433f0c7f0ec55124867650ef2023064e771748.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/algotutor/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-RPN/Makefile | 2 |
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 |