diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-09-23 01:10:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-09-23 01:10:26 +0800 |
commit | b1e45c6ca5c6fdaa86e8e3700568ef95ac9257c7 (patch) | |
tree | 22e94a7fab69d1d1dcb8877f28d742bfb0dc8446 /astro | |
parent | d93581705b91d5f733db1ca162e52ac771674c05 (diff) | |
download | freebsd-ports-gnome-b1e45c6ca5c6fdaa86e8e3700568ef95ac9257c7.tar.gz freebsd-ports-gnome-b1e45c6ca5c6fdaa86e8e3700568ef95ac9257c7.tar.zst freebsd-ports-gnome-b1e45c6ca5c6fdaa86e8e3700568ef95ac9257c7.zip |
- Update MAINTAINER to my FreeBSD.org address
Approved by: pgollucci (mentor)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-metar/Makefile | 2 | ||||
-rw-r--r-- | astro/weather/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/astro/py-metar/Makefile b/astro/py-metar/Makefile index e48500e7c73c..d93f430a98fe 100644 --- a/astro/py-metar/Makefile +++ b/astro/py-metar/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.schwarzvogel.de/pkgs/ \ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${REALPORTNAME}-${PORTVERSION} -MAINTAINER= sunpoet@sunpoet.net +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python module that provides access to NOAA's METAR weather reports DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} diff --git a/astro/weather/Makefile b/astro/weather/Makefile index f9b2bc1386ab..ec073be4688a 100644 --- a/astro/weather/Makefile +++ b/astro/weather/Makefile @@ -11,7 +11,7 @@ CATEGORIES= astro python MASTER_SITES= http://fungi.yuggoth.org/weather/src/ \ http://sunpoet.net/distfiles/ -MAINTAINER= sunpoet@sunpoet.net +MAINTAINER= sunpoet@FreeBSD.org COMMENT= An utility to provide current weather conditions and forecasts USE_PYTHON= -2.7 |