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/msieve | |
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/msieve')
-rw-r--r-- | math/msieve/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |