diff options
author | culot <culot@FreeBSD.org> | 2014-07-04 19:03:10 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-07-04 19:03:10 +0800 |
commit | 5eaac53bd08d506cfc193949c449ca0d89ea32eb (patch) | |
tree | 40137abd5f293fc1db6b3265908b8cf15c3d9898 | |
parent | 3628f0fd368d60399b40c1a895a7227bc8a06b5c (diff) | |
download | freebsd-ports-gnome-5eaac53bd08d506cfc193949c449ca0d89ea32eb.tar.gz freebsd-ports-gnome-5eaac53bd08d506cfc193949c449ca0d89ea32eb.tar.zst freebsd-ports-gnome-5eaac53bd08d506cfc193949c449ca0d89ea32eb.zip |
- Reassign to the heap on maintainer's request
-rw-r--r-- | astro/py-pyfits/Makefile | 2 | ||||
-rw-r--r-- | astro/wcslib/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/astro/py-pyfits/Makefile b/astro/py-pyfits/Makefile index 79459713b9bc..9780114d6977 100644 --- a/astro/py-pyfits/Makefile +++ b/astro/py-pyfits/Makefile @@ -8,7 +8,7 @@ CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= tonymaher@optusnet.com.au +MAINTAINER= ports@FreeBSD.org COMMENT= Python Interface to FITS Formatted Files BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy \ diff --git a/astro/wcslib/Makefile b/astro/wcslib/Makefile index 300744513ed0..41e225fcec86 100644 --- a/astro/wcslib/Makefile +++ b/astro/wcslib/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= astro MASTER_SITES= ftp://ftp.atnf.csiro.au/pub/software/wcslib/ -MAINTAINER= tonymaher@optusnet.com.au +MAINTAINER= ports@FreeBSD.org COMMENT= Library for parsing/generating FITS headers GNU_CONFIGURE= yes |