Index: head/astro/py-metar/Makefile =================================================================== --- head/astro/py-metar/Makefile (revision 93641) +++ head/astro/py-metar/Makefile (revision 93642) @@ -1,22 +1,25 @@ # New ports collection makefile for: py-metar # Date created: 26 July 2002 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= metar -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= astro python MASTER_SITES= http://unattached.i-no.de/pkgs/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pymetar-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= Python module that provides access to NOAA's METAR weather reports USE_PYTHON= yes USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes + +post-extract: + ${CP} ${WRKSRC}/bin/pymet2.py ${WRKSRC}/bin/pymet2 .include Property changes on: head/astro/py-metar/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/astro/py-metar/distinfo =================================================================== --- head/astro/py-metar/distinfo (revision 93641) +++ head/astro/py-metar/distinfo (revision 93642) @@ -1 +1 @@ -MD5 (pymetar-0.5.tar.gz) = 63d6db5855e454fe2298393263988924 +MD5 (pymetar-0.6.tar.gz) = f3cfc47fd30052130acf80bc88070361 Property changes on: head/astro/py-metar/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/astro/py-metar/pkg-plist =================================================================== --- head/astro/py-metar/pkg-plist (revision 93641) +++ head/astro/py-metar/pkg-plist (revision 93642) @@ -1,4 +1,4 @@ -bin/pymet +bin/pymet2 %%PYTHON_SITELIBDIR%%/pymetar.py %%PYTHON_SITELIBDIR%%/pymetar.pyc %%PYTHON_SITELIBDIR%%/pymetar.pyo Property changes on: head/astro/py-metar/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property