diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-11 11:45:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-11 11:45:50 +0000 |
commit | d0456c757215d6b295b2f089e37dd9d40c7f3b2a (patch) | |
tree | 2b83ab07f739003ac92f8e3e16b5677133a713af /astro | |
parent | 4babb74c41dc43684e2caab453a90768a5abb2e2 (diff) | |
download | ports-d0456c757215d6b295b2f089e37dd9d40c7f3b2a.tar.gz ports-d0456c757215d6b295b2f089e37dd9d40c7f3b2a.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 2 | ||||
-rw-r--r-- | astro/py-pymetar/Makefile (renamed from astro/py-metar/Makefile) | 6 | ||||
-rw-r--r-- | astro/py-pymetar/distinfo (renamed from astro/py-metar/distinfo) | 0 | ||||
-rw-r--r-- | astro/py-pymetar/files/patch-setup.py (renamed from astro/py-metar/files/patch-setup.py) | 0 | ||||
-rw-r--r-- | astro/py-pymetar/pkg-descr (renamed from astro/py-metar/pkg-descr) | 0 |
5 files changed, 4 insertions, 4 deletions
diff --git a/astro/Makefile b/astro/Makefile index f66a681e1b27..2b84eb32b23c 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -82,8 +82,8 @@ SUBDIR += py-RO SUBDIR += py-aipy SUBDIR += py-astLib - SUBDIR += py-metar SUBDIR += py-pyfits + SUBDIR += py-pymetar SUBDIR += pyephem SUBDIR += pyweather SUBDIR += qlandkartegt diff --git a/astro/py-metar/Makefile b/astro/py-pymetar/Makefile index 3a3997d6b338..f4bb73ed008f 100644 --- a/astro/py-metar/Makefile +++ b/astro/py-pymetar/Makefile @@ -1,22 +1,22 @@ # Created by: Hye-Shik Chang <perky@fallin.lv> # $FreeBSD$ -PORTNAME= metar +PORTNAME= pymetar PORTVERSION= 0.20 CATEGORIES= astro python geography MASTER_SITES= http://www.schwarzvogel.de/pkgs/ \ LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python module that provides access to NOAA METAR weather reports LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USE_PYTHON= autoplist distutils USES= python:2 shebangfix -SHEBANG_FILES= bin/py${PORTNAME} +SHEBANG_FILES= bin/${PORTNAME} .include <bsd.port.mk> diff --git a/astro/py-metar/distinfo b/astro/py-pymetar/distinfo index ce7c3068e103..ce7c3068e103 100644 --- a/astro/py-metar/distinfo +++ b/astro/py-pymetar/distinfo diff --git a/astro/py-metar/files/patch-setup.py b/astro/py-pymetar/files/patch-setup.py index 4bbc4f22030c..4bbc4f22030c 100644 --- a/astro/py-metar/files/patch-setup.py +++ b/astro/py-pymetar/files/patch-setup.py diff --git a/astro/py-metar/pkg-descr b/astro/py-pymetar/pkg-descr index feef7d4ff479..feef7d4ff479 100644 --- a/astro/py-metar/pkg-descr +++ b/astro/py-pymetar/pkg-descr |