diff options
author | bf <bf@FreeBSD.org> | 2010-08-10 13:50:52 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2010-08-10 13:50:52 +0800 |
commit | 08ddbfb5b351f7cc304e25412d86343cadd9880c (patch) | |
tree | aec5d50b95c4a838c0e298bf62934b84ec1652f8 /math | |
parent | 40c92b376c37679c0aa7a0d13a1fdabf4e86aa87 (diff) | |
download | freebsd-ports-gnome-08ddbfb5b351f7cc304e25412d86343cadd9880c.tar.gz freebsd-ports-gnome-08ddbfb5b351f7cc304e25412d86343cadd9880c.tar.zst freebsd-ports-gnome-08ddbfb5b351f7cc304e25412d86343cadd9880c.zip |
Take up maintainership
Approved by: makc (co-mentor)
Diffstat (limited to 'math')
-rw-r--r-- | math/gretl/Makefile | 2 | ||||
-rw-r--r-- | math/msieve/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 04034c04d69b..980508e6c2a8 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -11,7 +11,7 @@ PORTVERSION= 1.9.1 CATEGORIES= math finance MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= GNU Regression, Econometrics and Time-series Library BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot diff --git a/math/msieve/Makefile b/math/msieve/Makefile index f0cf6b51359c..df518f2ad510 100644 --- a/math/msieve/Makefile +++ b/math/msieve/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.boo.net/~jasonp/ \ http://mirror.roe.ch/dist/msieve/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= Fast factorization of big integers using MPQS and GNFS BUILD_DEPENDS= ${LOCALBASE}/lib/libecm.a:${PORTSDIR}/math/gmp-ecm |