diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-04 04:34:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-12-04 04:34:52 +0800 |
commit | 81686dbb347a4417822b61b24516a1d59df45ba2 (patch) | |
tree | 5491f76c263641017445ecd02f1df3efdd6d3522 /astro/py-pymetar | |
parent | 9d33a98c260127c039ed365e3c85d022851a61ba (diff) | |
download | freebsd-ports-gnome-81686dbb347a4417822b61b24516a1d59df45ba2.tar.gz freebsd-ports-gnome-81686dbb347a4417822b61b24516a1d59df45ba2.tar.zst freebsd-ports-gnome-81686dbb347a4417822b61b24516a1d59df45ba2.zip |
Change from USES=python:2 to USES=python:2.7
- Bump PORTREVISION for dependency change
Diffstat (limited to 'astro/py-pymetar')
-rw-r--r-- | astro/py-pymetar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/py-pymetar/Makefile b/astro/py-pymetar/Makefile index 4c862a82e7b1..0ba61cdee8e8 100644 --- a/astro/py-pymetar/Makefile +++ b/astro/py-pymetar/Makefile @@ -3,6 +3,7 @@ PORTNAME= pymetar PORTVERSION= 0.21 +PORTREVISION= 1 CATEGORIES= astro python geography MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes USE_PYTHON= autoplist distutils -USES= python:2 shebangfix +USES= python:2.7 shebangfix SHEBANG_FILES= bin/${PORTNAME} |