diff options
author | perky <perky@FreeBSD.org> | 2004-01-26 02:33:44 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2004-01-26 02:33:44 +0000 |
commit | 448b406f0d8e028c7098f823fee7f54e1c80f632 (patch) | |
tree | c8e823cd6639538042daebcf42977ca4c7f9fa85 /astro | |
parent | 3a789aedab0d8979dc88ccd49d5e99cda0e14aa6 (diff) | |
download | FreeBSD-ports-448b406f0d8e028c7098f823fee7f54e1c80f632.zip FreeBSD-ports-448b406f0d8e028c7098f823fee7f54e1c80f632.tar.gz |
- Update to 0.8.
- Fix 0.7 checksum mismatch problem. [1]
Submitted by: Filippo Natali <filippo.natali@widestore.net> [1]
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-metar/Makefile | 6 | ||||
-rw-r--r-- | astro/py-metar/distinfo | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/astro/py-metar/Makefile b/astro/py-metar/Makefile index c77349a..23da0f6 100644 --- a/astro/py-metar/Makefile +++ b/astro/py-metar/Makefile @@ -6,7 +6,7 @@ # PORTNAME= metar -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= astro python MASTER_SITES= http://unattached.i-no.de/pkgs/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +15,7 @@ DISTNAME= pymetar-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= Python module that provides access to NOAA's METAR weather reports +USE_REINPLACE= yes USE_PYTHON= yes USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes @@ -22,4 +23,7 @@ USE_PYTHON_PREFIX= yes post-extract: ${CP} ${WRKSRC}/bin/pymet2.py ${WRKSRC}/bin/pymet2 +post-patch: + ${REINPLACE_CMD} 's,bin/pymet2.py,bin/pymet2,g' ${WRKSRC}/setup.py + .include <bsd.port.mk> diff --git a/astro/py-metar/distinfo b/astro/py-metar/distinfo index 78bee84..6cff636 100644 --- a/astro/py-metar/distinfo +++ b/astro/py-metar/distinfo @@ -1 +1 @@ -MD5 (pymetar-0.7.tar.gz) = aeb58383a6a0d334b9fbed33e48f0f2e +MD5 (pymetar-0.8.tar.gz) = 228eedaddc7821f2ed086d91f9d56b68 |