Date: Sun, 16 Feb 2020 18:00:07 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 Message-ID: <202002161800.01GI07Qw002155@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002161800.01GI07Qw002155>