From owner-svn-ports-all@freebsd.org Sun Nov 27 08:43:55 2016 Return-Path: Delivered-To: svn-ports-all@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 609FBC56EC2; Sun, 27 Nov 2016 08:43:55 +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 16173E3E; Sun, 27 Nov 2016 08:43:55 +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 uAR8hsDn084555; Sun, 27 Nov 2016 08:43:54 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAR8hsoO084553; Sun, 27 Nov 2016 08:43:54 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201611270843.uAR8hsoO084553@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:43:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427196 - head/devel/py-cliff X-SVN-Group: ports-head 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.23 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: Sun, 27 Nov 2016 08:43:55 -0000 Author: novel Date: Sun Nov 27 08:43:53 2016 New Revision: 427196 URL: https://svnweb.freebsd.org/changeset/ports/427196 Log: devel/py-cliff: update to 2.3.0 Also, specify LICENSE and update RUN_DEPENDS. PR: 214741 Submitted by: maintainer Modified: head/devel/py-cliff/Makefile head/devel/py-cliff/distinfo Modified: head/devel/py-cliff/Makefile ============================================================================== --- head/devel/py-cliff/Makefile Sun Nov 27 08:41:30 2016 (r427195) +++ head/devel/py-cliff/Makefile Sun Nov 27 08:43:53 2016 (r427196) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cliff -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,13 +10,16 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Command Line Interface Formulation Framework +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cmd2>=0.6.7:devel/py-cmd2 \ ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable \ ${PYTHON_PKGNAMEPREFIX}unicodecsv>=0.8.0:devel/py-unicodecsv \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.1.0:devel/py-yaml + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.17.1:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.10.0:devel/py-yaml \ + ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.7:devel/py-pyparsing NO_ARCH= yes Modified: head/devel/py-cliff/distinfo ============================================================================== --- head/devel/py-cliff/distinfo Sun Nov 27 08:41:30 2016 (r427195) +++ head/devel/py-cliff/distinfo Sun Nov 27 08:43:53 2016 (r427196) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475932927 -SHA256 (cliff-2.2.0.tar.gz) = a12a6bd3cf9085f0e0589c5019037ac4ee410413abbb76189fa62695f79f84fc -SIZE (cliff-2.2.0.tar.gz) = 57767 +TIMESTAMP = 1479810994 +SHA256 (cliff-2.3.0.tar.gz) = 82eeee4287806e3980f5875053016c597fd0dd49961eaa59030c53e98938d881 +SIZE (cliff-2.3.0.tar.gz) = 57077