diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-16 08:14:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-16 08:14:46 +0800 |
commit | be70112492c7cd61f1869cbaa59b516ed7b36e27 (patch) | |
tree | 78ceb93666dccfe5f16cd21f2a2b5bea140ef2a0 /math/fxt/Makefile | |
parent | 98c48f1eae4b550b6f06e801efe69d6e0573a37d (diff) | |
download | freebsd-ports-gnome-be70112492c7cd61f1869cbaa59b516ed7b36e27.tar.gz freebsd-ports-gnome-be70112492c7cd61f1869cbaa59b516ed7b36e27.tar.zst freebsd-ports-gnome-be70112492c7cd61f1869cbaa59b516ed7b36e27.zip |
- Update to 2009.01.09
- Pass maintainership to submitter
PR: 130560
Submitted by: Dennis Herrmann <adox@mcx2.org>
Diffstat (limited to 'math/fxt/Makefile')
-rw-r--r-- | math/fxt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 820852537b47..2af35206361c 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -7,13 +7,13 @@ # PORTNAME= fxt -PORTVERSION= 2008.08.17 +PORTVERSION= 2009.01.09 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ \ http://freebsd.unixfreunde.de/sources/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= adox@mcx2.org COMMENT= FFT code and related stuff WRKSRC= ${WRKDIR}/${PORTNAME} |