From owner-svn-ports-head@freebsd.org Sun Nov 27 08:55:58 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 1DD80C58254; Sun, 27 Nov 2016 08:55:58 +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 C7AF795A; Sun, 27 Nov 2016 08:55:57 +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 uAR8tuam089227; Sun, 27 Nov 2016 08:55:56 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAR8tu5j089225; Sun, 27 Nov 2016 08:55:56 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201611270855.uAR8tu5j089225@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:55:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427202 - head/devel/py-oslo.cache 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:55:58 -0000 Author: novel Date: Sun Nov 27 08:55:56 2016 New Revision: 427202 URL: https://svnweb.freebsd.org/changeset/ports/427202 Log: devel/py-oslo.cache: update to 1.15.0 Also, specify LICENSE and update RUN_DEPENDS. PR: 214741 Submitted by: maintainer Modified: head/devel/py-oslo.cache/Makefile head/devel/py-oslo.cache/distinfo Modified: head/devel/py-oslo.cache/Makefile ============================================================================== --- head/devel/py-oslo.cache/Makefile Sun Nov 27 08:54:26 2016 (r427201) +++ head/devel/py-oslo.cache/Makefile Sun Nov 27 08:55:56 2016 (r427202) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oslo.cache -PORTVERSION= 1.14.0 +PORTVERSION= 1.15.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,13 +10,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Cache storage for OpenStack projects +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ - ${PYTHON_PKGNAMEPREFIX}oslo.log>=1.14.0:devel/py-oslo.log \ + ${PYTHON_PKGNAMEPREFIX}oslo.log>=3.11.0:devel/py-oslo.log \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ - ${PYTHON_PKGNAMEPREFIX}dogpile.cache>=0.6.1:devel/py-dogpile.cache + ${PYTHON_PKGNAMEPREFIX}dogpile.cache>=0.6.2:devel/py-dogpile.cache NO_ARCH= yes Modified: head/devel/py-oslo.cache/distinfo ============================================================================== --- head/devel/py-oslo.cache/distinfo Sun Nov 27 08:54:26 2016 (r427201) +++ head/devel/py-oslo.cache/distinfo Sun Nov 27 08:55:56 2016 (r427202) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476297283 -SHA256 (oslo.cache-1.14.0.tar.gz) = 3ba84b421f80c5a6609789cf17b1da86aab465a96e68298620e839fafec3f0be -SIZE (oslo.cache-1.14.0.tar.gz) = 45780 +TIMESTAMP = 1479814251 +SHA256 (oslo.cache-1.15.0.tar.gz) = 51b1808e03dbd27bff4c186592ed0378d61e15e15f36849ba36126470078c488 +SIZE (oslo.cache-1.15.0.tar.gz) = 47061