diff options
author | culot <culot@FreeBSD.org> | 2010-10-20 13:53:20 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2010-10-20 13:53:20 +0800 |
commit | b01276842fd00abefb6445fb3c0dcb0d8a1954ec (patch) | |
tree | 9f919f31652fe842bbb57b8de3e2ba54bc970ab2 /math | |
parent | 48c6a118683b0cc41ddfb486f036350a8d50b5c0 (diff) | |
download | freebsd-ports-gnome-b01276842fd00abefb6445fb3c0dcb0d8a1954ec.tar.gz freebsd-ports-gnome-b01276842fd00abefb6445fb3c0dcb0d8a1954ec.tar.zst freebsd-ports-gnome-b01276842fd00abefb6445fb3c0dcb0d8a1954ec.zip |
Update my MAINTAINER address to culot@FreeBSD.org.
Approved by: sahil@ (mentor)
Diffstat (limited to 'math')
-rw-r--r-- | math/add/Makefile | 2 | ||||
-rw-r--r-- | math/gmp-ecm/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Number-WithError/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/add/Makefile b/math/add/Makefile index afb077003e72..60f85cff0a2e 100644 --- a/math/add/Makefile +++ b/math/add/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math MASTER_SITES= ftp://dickey.his.com/add/ EXTRACT_SUFX= .tgz -MAINTAINER= frederic@culot.org +MAINTAINER= culot@FreeBSD.org COMMENT= Full-screen editing calculator GNU_CONFIGURE= yes diff --git a/math/gmp-ecm/Makefile b/math/gmp-ecm/Makefile index da4e570c0d4d..34dbedaff246 100644 --- a/math/gmp-ecm/Makefile +++ b/math/gmp-ecm/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math MASTER_SITES= https://gforge.inria.fr/frs/download.php/26838/ DISTNAME= ecm-${PORTVERSION} -MAINTAINER= frederic@culot.org +MAINTAINER= culot@FreeBSD.org COMMENT= Elliptic Curve Method for Integer Factorization LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp diff --git a/math/p5-Number-WithError/Makefile b/math/p5-Number-WithError/Makefile index a35d774e9c2c..cc3111d89d56 100644 --- a/math/p5-Number-WithError/Makefile +++ b/math/p5-Number-WithError/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= frederic@culot.org +MAINTAINER= culot@FreeBSD.org COMMENT= Numbers with error propagation and scientific rounding BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \ |