svn commit: r403519 - in head/astro: . py-metar py-pymetar

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Dec 11 11:45:52 UTC 2015


Author: sunpoet
Date: Fri Dec 11 11:45:50 2015
New Revision: 403519
URL: https://svnweb.freebsd.org/changeset/ports/403519

Log:
  - Move astro/py-metar to astro/py-pymetar
  - Add LICENSE_FILE

Added:
  head/astro/py-pymetar/
     - copied from r403518, head/astro/py-metar/
Deleted:
  head/astro/py-metar/
Modified:
  head/astro/Makefile
  head/astro/py-pymetar/Makefile

Modified: head/astro/Makefile
==============================================================================
--- head/astro/Makefile	Fri Dec 11 11:09:26 2015	(r403518)
+++ head/astro/Makefile	Fri Dec 11 11:45:50 2015	(r403519)
@@ -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

Modified: head/astro/py-pymetar/Makefile
==============================================================================
--- head/astro/py-metar/Makefile	Fri Dec 11 11:09:26 2015	(r403518)
+++ head/astro/py-pymetar/Makefile	Fri Dec 11 11:45:50 2015	(r403519)
@@ -1,22 +1,22 @@
 # Created by: Hye-Shik Chang <perky at 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 at 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>


More information about the svn-ports-head mailing list