From owner-svn-ports-head@freebsd.org Mon Sep 3 14:57:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2C8AFEC6F9; Mon, 3 Sep 2018 14:57:16 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6530C888CA; Mon, 3 Sep 2018 14:57:16 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6008416FC; Mon, 3 Sep 2018 14:57:16 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w83EvGmN092636; Mon, 3 Sep 2018 14:57:16 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w83EvFZn092634; Mon, 3 Sep 2018 14:57:15 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201809031457.w83EvFZn092634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 3 Sep 2018 14:57:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478876 - head/net/py-shodan X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/net/py-shodan X-SVN-Commit-Revision: 478876 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2018 14:57:16 -0000 Author: ehaupt Date: Mon Sep 3 14:57:15 2018 New Revision: 478876 URL: https://svnweb.freebsd.org/changeset/ports/478876 Log: Update to 1.10.0 Modified: head/net/py-shodan/Makefile head/net/py-shodan/distinfo Modified: head/net/py-shodan/Makefile ============================================================================== --- head/net/py-shodan/Makefile Mon Sep 3 14:05:20 2018 (r478875) +++ head/net/py-shodan/Makefile Mon Sep 3 14:57:15 2018 (r478876) @@ -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 Modified: head/net/py-shodan/distinfo ============================================================================== --- head/net/py-shodan/distinfo Mon Sep 3 14:05:20 2018 (r478875) +++ head/net/py-shodan/distinfo Mon Sep 3 14:57:15 2018 (r478876) @@ -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