diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-03-31 16:01:23 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-03-31 16:01:23 +0800 |
commit | 8eadd3ee6c28fe4264fea1d117c52c1e147e613c (patch) | |
tree | a4f987f8938c89844738c7ae3ce97b7321ecff4f /astro/py-metpy | |
parent | d2347a8d2da61b93984f35692490634919c5600b (diff) | |
download | freebsd-ports-gnome-8eadd3ee6c28fe4264fea1d117c52c1e147e613c.tar.gz freebsd-ports-gnome-8eadd3ee6c28fe4264fea1d117c52c1e147e613c.tar.zst freebsd-ports-gnome-8eadd3ee6c28fe4264fea1d117c52c1e147e613c.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/py-metpy')
-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} \ |