From owner-svn-ports-all@freebsd.org Fri Oct 12 19:58:52 2018 Return-Path: Delivered-To: svn-ports-all@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 D42C510C8D2E; Fri, 12 Oct 2018 19:58:52 +0000 (UTC) (envelope-from sunpoet@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 8218273563; Fri, 12 Oct 2018 19:58:52 +0000 (UTC) (envelope-from sunpoet@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 74E4423FC5; Fri, 12 Oct 2018 19:58:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9CJwq1N035052; Fri, 12 Oct 2018 19:58:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9CJwqtc035050; Fri, 12 Oct 2018 19:58:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810121958.w9CJwqtc035050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 12 Oct 2018 19:58:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481926 - head/www/py-planet X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-planet X-SVN-Commit-Revision: 481926 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2018 19:58:53 -0000 Author: sunpoet Date: Fri Oct 12 19:58:51 2018 New Revision: 481926 URL: https://svnweb.freebsd.org/changeset/ports/481926 Log: Update to 1.2.0 Changes: https://github.com/planetlabs/planet-client-python/releases Modified: head/www/py-planet/Makefile head/www/py-planet/distinfo Modified: head/www/py-planet/Makefile ============================================================================== --- head/www/py-planet/Makefile Fri Oct 12 19:58:43 2018 (r481925) +++ head/www/py-planet/Makefile Fri Oct 12 19:58:51 2018 (r481926) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= planet -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,8 +16,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py- ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-futures>=0:www/py-requests-futures@${PY_FLAVOR} -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include Modified: head/www/py-planet/distinfo ============================================================================== --- head/www/py-planet/distinfo Fri Oct 12 19:58:43 2018 (r481925) +++ head/www/py-planet/distinfo Fri Oct 12 19:58:51 2018 (r481926) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505549783 -SHA256 (planet-1.1.0.tar.gz) = 5f6b06818e37e2aae514114a59eef21ee4ed915a1791e3e2db7bc6eec298298a -SIZE (planet-1.1.0.tar.gz) = 28021 +TIMESTAMP = 1539368264 +SHA256 (planet-1.2.0.tar.gz) = 64b6ccfde9053823ebc901b4bb3315199eb3c3b30daeafb8a1532184ed37eb09 +SIZE (planet-1.2.0.tar.gz) = 29851