From owner-svn-ports-head@freebsd.org Sun Nov 27 08:41:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1BF4C56D38; Sun, 27 Nov 2016 08:41:31 +0000 (UTC) (envelope-from novel@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 mx1.freebsd.org (Postfix) with ESMTPS id 91407BAF; Sun, 27 Nov 2016 08:41:31 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAR8fUgO083498; Sun, 27 Nov 2016 08:41:30 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAR8fUFj083496; Sun, 27 Nov 2016 08:41:30 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201611270841.uAR8fUFj083496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 27 Nov 2016 08:41:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427195 - head/devel/py-taskflow X-SVN-Group: ports-head 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.23 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: Sun, 27 Nov 2016 08:41:32 -0000 Author: novel Date: Sun Nov 27 08:41:30 2016 New Revision: 427195 URL: https://svnweb.freebsd.org/changeset/ports/427195 Log: devel/py-taskflow: update to 2.7.0 Also, specify LICENSE and update RUN_DEPENDS versions. PR: 214741 Submitted by: maintainer Modified: head/devel/py-taskflow/Makefile head/devel/py-taskflow/distinfo Modified: head/devel/py-taskflow/Makefile ============================================================================== --- head/devel/py-taskflow/Makefile Sun Nov 27 08:38:24 2016 (r427194) +++ head/devel/py-taskflow/Makefile Sun Nov 27 08:41:30 2016 (r427195) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= taskflow -PORTVERSION= 2.6.0 +PORTVERSION= 2.7.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +10,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Taskflow structured state management library +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}futures>=3.0:devel/py-futures \ ${PYTHON_PKGNAMEPREFIX}enum34>=0:devel/py-enum34 \ - ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.17.1:devel/py-stevedore \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}retrying>=0:devel/py-retrying \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ Modified: head/devel/py-taskflow/distinfo ============================================================================== --- head/devel/py-taskflow/distinfo Sun Nov 27 08:38:24 2016 (r427194) +++ head/devel/py-taskflow/distinfo Sun Nov 27 08:41:30 2016 (r427195) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476648580 -SHA256 (taskflow-2.6.0.tar.gz) = be3ddc948a1e0cc1d65376181dea64478b4833cc38a7552350100fa42abdee66 -SIZE (taskflow-2.6.0.tar.gz) = 1052292 +TIMESTAMP = 1479811958 +SHA256 (taskflow-2.7.0.tar.gz) = 5309b3a3ec472b08e389e1393b074e213e99b922c32875ac7982a755a9a48d01 +SIZE (taskflow-2.7.0.tar.gz) = 1053600