Date: Sun, 27 Nov 2016 12:01:18 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427227 - head/security/py-keystone Message-ID: <201611271201.uARC1IBQ064228@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Sun Nov 27 12:01:18 2016 New Revision: 427227 URL: https://svnweb.freebsd.org/changeset/ports/427227 Log: security/py-keystone: minor tweaks - Define LICENSE - Add missing '%%ETCDIR%%/policy.v3cloudsample.json' to plist and bump PORTREVISION PR: 214741 Submitted by: maintainer Modified: head/security/py-keystone/Makefile head/security/py-keystone/pkg-plist Modified: head/security/py-keystone/Makefile ============================================================================== --- head/security/py-keystone/Makefile Sun Nov 27 11:58:23 2016 (r427226) +++ head/security/py-keystone/Makefile Sun Nov 27 12:01:18 2016 (r427227) @@ -3,6 +3,7 @@ PORTNAME= keystone PORTVERSION= 10.0.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= https://fossies.org/linux/misc/openstack/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= OpenStack Keystone +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS:= ${BUILD_DEPENDS} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel \ Modified: head/security/py-keystone/pkg-plist ============================================================================== --- head/security/py-keystone/pkg-plist Sun Nov 27 11:58:23 2016 (r427226) +++ head/security/py-keystone/pkg-plist Sun Nov 27 12:01:18 2016 (r427227) @@ -6,3 +6,4 @@ %%ETCDIR%%/keystone-paste.ini %%ETCDIR%%/policy.json %%ETCDIR%%/sso_callback_template.html +%%ETCDIR%%/policy.v3cloudsample.json
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611271201.uARC1IBQ064228>