From owner-svn-ports-head@freebsd.org Sun Feb 16 18:00:08 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 48CDB23BDB0; Sun, 16 Feb 2020 18:00:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LFJS1BX3z3HMW; Sun, 16 Feb 2020 18:00:08 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 23C5B29A15; Sun, 16 Feb 2020 18:00:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01GI08AP002157; Sun, 16 Feb 2020 18:00:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01GI07Qw002155; Sun, 16 Feb 2020 18:00:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002161800.01GI07Qw002155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 16 Feb 2020 18:00:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526274 - in head/net: . py-python-cinderclient5 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net: . py-python-cinderclient5 X-SVN-Commit-Revision: 526274 X-SVN-Commit-Repository: ports 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.29 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, 16 Feb 2020 18:00:08 -0000 Author: sunpoet Date: Sun Feb 16 18:00:07 2020 New Revision: 526274 URL: https://svnweb.freebsd.org/changeset/ports/526274 Log: Add py-python-cinderclient5 5.0.0 (copied from py-python-cinderclient) - Add PORTSCOUT Added: head/net/py-python-cinderclient5/ - copied from r526108, head/net/py-python-cinderclient/ Modified: head/net/Makefile head/net/py-python-cinderclient5/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Feb 16 17:59:50 2020 (r526273) +++ head/net/Makefile Sun Feb 16 18:00:07 2020 (r526274) @@ -1088,6 +1088,7 @@ SUBDIR += py-python-bitcoinrpc SUBDIR += py-python-ceilometerclient SUBDIR += py-python-cinderclient + SUBDIR += py-python-cinderclient5 SUBDIR += py-python-designateclient SUBDIR += py-python-glanceclient SUBDIR += py-python-heatclient Modified: head/net/py-python-cinderclient5/Makefile ============================================================================== --- head/net/py-python-cinderclient/Makefile Fri Feb 14 12:45:09 2020 (r526108) +++ head/net/py-python-cinderclient5/Makefile Sun Feb 16 18:00:07 2020 (r526274) @@ -6,6 +6,7 @@ PORTVERSION= 5.0.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 5 MAINTAINER= sunpoet@FreeBSD.org COMMENT= OpenStack Block Storage API Client Library @@ -28,6 +29,8 @@ USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +PORTSCOUT= limit:^5\. SHEBANG_GLOB= *.sh