diff options
author | edwin <edwin@FreeBSD.org> | 2003-11-02 11:36:45 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-11-02 11:36:45 +0800 |
commit | e5a01406ec6d515afbf4321c8712331936428da7 (patch) | |
tree | fee10e6f229cb9c1ed107782e37aa1986973d5c2 /math/matrix | |
parent | 59f893dcbff9e1d5bb1363da6fb6975fee3e6f6d (diff) | |
download | freebsd-ports-graphics-e5a01406ec6d515afbf4321c8712331936428da7.tar.gz freebsd-ports-graphics-e5a01406ec6d515afbf4321c8712331936428da7.tar.zst freebsd-ports-graphics-e5a01406ec6d515afbf4321c8712331936428da7.zip |
ports with possibly unreachable MAINTAINERs
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:
PR: ports/58694
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'math/matrix')
-rw-r--r-- | math/matrix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/matrix/Makefile b/math/matrix/Makefile index 23c4b961811..85f2ae3495c 100644 --- a/math/matrix/Makefile +++ b/math/matrix/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math devel MASTER_SITES= http://rnoc.urc.ac.ru/~anton/projects/files/ DISTNAME= matrix-${PORTVERSION} -MAINTAINER= anton@urc.ac.ru +MAINTAINER= anton@chelcom.ru COMMENT= C++ library to manipulate matrices and vectors WRKSRC= ${WRKDIR}/matrix |