diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2018-09-03 22:57:15 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2018-09-03 22:57:15 +0800 |
commit | 4fe18e1c5e3a406ffe4ab1697c57d9bf1230b387 (patch) | |
tree | 45d106b5d8b14e752d0bc58e4c1ec4bb92041360 /net | |
parent | cbbff950d1ac358c0bc7c5fe3a55f03eea93d076 (diff) | |
download | freebsd-ports-gnome-4fe18e1c5e3a406ffe4ab1697c57d9bf1230b387.tar.gz freebsd-ports-gnome-4fe18e1c5e3a406ffe4ab1697c57d9bf1230b387.tar.zst freebsd-ports-gnome-4fe18e1c5e3a406ffe4ab1697c57d9bf1230b387.zip |
Update to 1.10.0
Diffstat (limited to 'net')
-rw-r--r-- | net/py-shodan/Makefile | 5 | ||||
-rw-r--r-- | net/py-shodan/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/py-shodan/Makefile b/net/py-shodan/Makefile index 02e87be2315d..4ccce015a764 100644 --- a/net/py-shodan/Makefile +++ b/net/py-shodan/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shodan -PORTVERSION= 1.9.1 +PORTVERSION= 1.10.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,8 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XlsxWriter>0:textproc/py-xlsxwriter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click-plugins>=1.0.3:devel/py-click-plugins@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=3.2:devel/py-click@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.9:devel/py-colorama@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils diff --git a/net/py-shodan/distinfo b/net/py-shodan/distinfo index 04c51038db7d..0067bb90409a 100644 --- a/net/py-shodan/distinfo +++ b/net/py-shodan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1534623182 -SHA256 (shodan-1.9.1.tar.gz) = 4de6b52f730bd1e2e6be60f80ab68fe0428b419ecbfe8cfce74d072e6a07e1e6 -SIZE (shodan-1.9.1.tar.gz) = 45097 +TIMESTAMP = 1535986311 +SHA256 (shodan-1.10.0.tar.gz) = c5d6b8c616b7d5ded91bc9e348ec11b238c9e86a8584a27cde0d6a8a0b7fd97a +SIZE (shodan-1.10.0.tar.gz) = 44516 |