From owner-svn-ports-all@freebsd.org Sun Nov 27 08:46:19 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 21193C56F52; Sun, 27 Nov 2016 08:46:19 +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 CB446F2E; Sun, 27 Nov 2016 08:46:18 +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 uAR8kILT084787; Sun, 27 Nov 2016 08:46:18 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAR8kHqX084785; Sun, 27 Nov 2016 08:46:17 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201611270846.uAR8kHqX084785@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:46:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427197 - head/devel/py-os-client-config 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:46:19 -0000 Author: novel Date: Sun Nov 27 08:46:17 2016 New Revision: 427197 URL: https://svnweb.freebsd.org/changeset/ports/427197 Log: devel/py-os-client-config: update to 1.24.0 Also, specify LICENSE. PR: 214741 Submitted by: maintainer Modified: head/devel/py-os-client-config/Makefile head/devel/py-os-client-config/distinfo Modified: head/devel/py-os-client-config/Makefile ============================================================================== --- head/devel/py-os-client-config/Makefile Sun Nov 27 08:43:53 2016 (r427196) +++ head/devel/py-os-client-config/Makefile Sun Nov 27 08:46:17 2016 (r427197) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= os-client-config -PORTVERSION= 1.22.0 +PORTVERSION= 1.24.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= OpenStack Client Configuation Library +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.1.0:devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}appdirs>=1.3.0:devel/py-appdirs \ @@ -20,7 +22,4 @@ USES= python USE_PYTHON= distutils autoplist noegginfo NO_ARCH= yes -post-patch: - @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py - .include Modified: head/devel/py-os-client-config/distinfo ============================================================================== --- head/devel/py-os-client-config/distinfo Sun Nov 27 08:43:53 2016 (r427196) +++ head/devel/py-os-client-config/distinfo Sun Nov 27 08:46:17 2016 (r427197) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476612465 -SHA256 (os-client-config-1.22.0.tar.gz) = f10b5ac6e25abd54f793b15863d2dfb3c326b7fd28d36df8439fb58b3ca2f0df -SIZE (os-client-config-1.22.0.tar.gz) = 63398 +TIMESTAMP = 1479811584 +SHA256 (os-client-config-1.24.0.tar.gz) = d59f6de6ae4e25008f760267a00dfd9106d638cec23dbc307c08d42d228546ee +SIZE (os-client-config-1.24.0.tar.gz) = 68711