diff options
author | marino <marino@FreeBSD.org> | 2015-01-05 08:16:00 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-01-05 08:16:00 +0800 |
commit | 8d8bc193ae32adfbd1b45816f50cfda46659cfbc (patch) | |
tree | be0b178d9fe89496f4753da293c8a9f56facfbfc /math | |
parent | f8abe0105975b59a6e6553729affad934bdbc234 (diff) | |
download | freebsd-ports-gnome-8d8bc193ae32adfbd1b45816f50cfda46659cfbc.tar.gz freebsd-ports-gnome-8d8bc193ae32adfbd1b45816f50cfda46659cfbc.tar.zst freebsd-ports-gnome-8d8bc193ae32adfbd1b45816f50cfda46659cfbc.zip |
Assign maintainership of FPC ports to new FPC ports team
The new team currently consists of the previous maintainer (acm@) and
myself (marino@).
PR: 195363
Diffstat (limited to 'math')
-rw-r--r-- | math/fpc-fftw/Makefile | 2 | ||||
-rw-r--r-- | math/fpc-gmp/Makefile | 2 | ||||
-rw-r--r-- | math/fpc-numlib/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/fpc-fftw/Makefile b/math/fpc-fftw/Makefile index d4c684f7aef9..b426498a8698 100644 --- a/math/fpc-fftw/Makefile +++ b/math/fpc-fftw/Makefile @@ -5,7 +5,7 @@ PORTREVISION= 1 CATEGORIES= math lang PKGNAMESUFFIX= -fftw -MAINTAINER= acm@FreeBSD.org +MAINTAINER= freebsd-fpc@FreeBSD.org COMMENT= Free Pascal interface to the FFTW3 library USE_FPC= yes diff --git a/math/fpc-gmp/Makefile b/math/fpc-gmp/Makefile index 3c9c7b0ecdf1..3a9d637f8b19 100644 --- a/math/fpc-gmp/Makefile +++ b/math/fpc-gmp/Makefile @@ -5,7 +5,7 @@ PORTREVISION= 0 CATEGORIES= math lang PKGNAMESUFFIX= -gmp -MAINTAINER= acm@FreeBSD.org +MAINTAINER= freebsd-fpc@FreeBSD.org COMMENT= Free Pascal interface to gmp library USE_FPC= yes diff --git a/math/fpc-numlib/Makefile b/math/fpc-numlib/Makefile index 5722ea03b4bb..c608ea2a1229 100644 --- a/math/fpc-numlib/Makefile +++ b/math/fpc-numlib/Makefile @@ -5,7 +5,7 @@ PORTREVISION= 0 CATEGORIES= math lang PKGNAMESUFFIX= -numlib -MAINTAINER= acm@FreeBSD.org +MAINTAINER= freebsd-fpc@FreeBSD.org COMMENT= Free Pascal unit to numerical methods USE_FPC= yes |