diff options
author | yuri <yuri@FreeBSD.org> | 2019-03-31 16:01:23 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-03-31 16:01:23 +0800 |
commit | e563e3035972a69d0842a7d22fbe443d39f0bd63 (patch) | |
tree | a4f987f8938c89844738c7ae3ce97b7321ecff4f /astro | |
parent | 20747b12158581b165d9b11def772f7c7d6ed4bf (diff) | |
download | freebsd-ports-gnome-e563e3035972a69d0842a7d22fbe443d39f0bd63.tar.gz freebsd-ports-gnome-e563e3035972a69d0842a7d22fbe443d39f0bd63.tar.zst freebsd-ports-gnome-e563e3035972a69d0842a7d22fbe443d39f0bd63.zip |
Remove duplicate port converters/py-pint.
devel/py-Pint has been added earlier, and has a proper directory name.
Update the dependency line in astro/py-metpy.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-metpy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/py-metpy/Makefile b/astro/py-metpy/Makefile index c8b8aee79533..d5fe091300b5 100644 --- a/astro/py-metpy/Makefile +++ b/astro/py-metpy/Makefile @@ -3,7 +3,7 @@ PORTNAME= metpy PORTVERSION= 0.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PY_ENUM34} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.0.0:math/py-matplotlib@${PY_FLAVOR} \ ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}pint>=0.8:converters/py-pint@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Pint>=0.8:devel/py-Pint@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pooch>=0.1:devel/py-pooch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.4:graphics/py-pyproj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.17.0:science/py-scipy@${PY_FLAVOR} \ |