diff options
author | makc <makc@FreeBSD.org> | 2016-11-02 17:05:57 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2016-11-02 17:05:57 +0800 |
commit | d43ffac787a170d7ec096c8ef237e05f87004e8f (patch) | |
tree | 6c75376c72af7f43e5d04019caf03f16f38e8ace /math | |
parent | c6a33f28778e713d9d29784e1a252f70be796ba3 (diff) | |
download | freebsd-ports-graphics-d43ffac787a170d7ec096c8ef237e05f87004e8f.tar.gz freebsd-ports-graphics-d43ffac787a170d7ec096c8ef237e05f87004e8f.tar.zst freebsd-ports-graphics-d43ffac787a170d7ec096c8ef237e05f87004e8f.zip |
Take maintainership of math/scilab dependencies
Diffstat (limited to 'math')
-rw-r--r-- | math/jeuclid/Makefile | 2 | ||||
-rw-r--r-- | math/jlatexmath/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/jeuclid/Makefile b/math/jeuclid/Makefile index 855ca34a1e4..4b79bdfa741 100644 --- a/math/jeuclid/Makefile +++ b/math/jeuclid/Makefile @@ -7,7 +7,7 @@ CATEGORIES= math java MASTER_SITES= SF/${PORTNAME}/3.1.x/${PORTVERSION}/ EXTRACT_SUFX= -distribution.zip -MAINTAINER= ports@FreeBSD.org +MAINTAINER= makc@FreeBSD.org COMMENT= Java based MathML rendering solution USES= zip diff --git a/math/jlatexmath/Makefile b/math/jlatexmath/Makefile index 64f5825bab3..6a2bee5c844 100644 --- a/math/jlatexmath/Makefile +++ b/math/jlatexmath/Makefile @@ -7,7 +7,7 @@ CATEGORIES= math java MASTER_SITES= http://forge.scilab.org/upload/jlatexmath/files/ DISTNAME= ${PORTNAME}-src-all-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= makc@FreeBSD.org COMMENT= Java API to display mathematical formulas written in LaTeX LICENSE= GPLv2 |