aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-06 17:33:36 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-06 17:33:36 +0000
commit9d7e5ac3ba159fda7dc12a19cab897ccf255983d (patch)
tree5306ab2cb7c944ab832138b50147460db0d1ef66
parent27ac237cde1910cdb64ee2c4af6b3606db4f5331 (diff)
downloadports-9d7e5ac3ba159fda7dc12a19cab897ccf255983d.tar.gz
ports-9d7e5ac3ba159fda7dc12a19cab897ccf255983d.zip
Update to 12.0.7
Notes
Notes: svn path=/head/; revision=530904
-rw-r--r--misc/py-cinder/Makefile22
-rw-r--r--misc/py-cinder/distinfo6
2 files changed, 13 insertions, 15 deletions
diff --git a/misc/py-cinder/Makefile b/misc/py-cinder/Makefile
index 5cb3cbba1697..7f75bef5e529 100644
--- a/misc/py-cinder/Makefile
+++ b/misc/py-cinder/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cinder
-PORTVERSION= 12.0.6
+PORTVERSION= 12.0.7
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -73,34 +73,32 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
USES= python
USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
USE_RC_SUBR= cinder-api cinder-scheduler cinder-volume
USERS= cinder
GROUPS= cinder
-NO_ARCH= yes
SUB_LIST= PYTHON_VER=${PYTHON_VER}
CONFLICTS_INSTALL= py??-cinder-*
PORTSCOUT= skipv:2015.1.4
-OPTIONS_GROUP= MISC
-OPTIONS_GROUP_MISC= MEMCACHED MONGODB
-OPTIONS_RADIO= DB
+OPTIONS_DEFINE= MEMCACHED MONGODB
+OPTIONS_RADIO= DB
OPTIONS_RADIO_DB= MYSQL PGSQL
-
-MEMCACHED_DESC= memcached support
-MONGODB_DESC= MongoDB support (used for messaging services)
-MYSQL_DESC= MySQL/MariaDB support
-PGSQL_DESC= PostgreSQL support
+MEMCACHED_DESC= Memcached support
+MONGODB_DESC= MongoDB support (used for messaging services)
+MYSQL_DESC= MySQL/MariaDB support
+PGSQL_DESC= PostgreSQL support
MEMCACHED_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-memcached>=1.56:databases/py-python-memcached@${PY_FLAVOR}
MONGODB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=3.0.2:databases/pymongo@${PY_FLAVOR}
MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymysql>=0:databases/py-pymysql@${PY_FLAVOR}
PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=0:databases/py-psycopg2@${PY_FLAVOR}
-MY_CONFFILES= api-paste.ini rootwrap.conf rootwrap.d/volume.filters
MY_REGEX= (/etc/)(ceph|nova|pki|ssl)
post-patch:
@@ -116,7 +114,7 @@ post-patch:
post-install:
@${MKDIR} ${STAGEDIR}${ETCDIR}/rootwrap.d
-.for f in ${MY_CONFFILES} cinder.conf
+.for f in api-paste.ini cinder.conf rootwrap.conf rootwrap.d/volume.filters
${INSTALL_DATA} ${WRKSRC}/etc/cinder/$f ${STAGEDIR}${ETCDIR}/$f.sample
.endfor
diff --git a/misc/py-cinder/distinfo b/misc/py-cinder/distinfo
index 378b6909517e..29ae68cf76c8 100644
--- a/misc/py-cinder/distinfo
+++ b/misc/py-cinder/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586082591
-SHA256 (cinder-12.0.6.tar.gz) = 61b0542251651833d70cda14a45751e794e2c0160b5ed815a58f8a44bb798e21
-SIZE (cinder-12.0.6.tar.gz) = 5356972
+TIMESTAMP = 1586173947
+SHA256 (cinder-12.0.7.tar.gz) = e2e97e2a67b3733cd5604d667beea3c0cc815e5b2518747ab43d95d4fba77e3e
+SIZE (cinder-12.0.7.tar.gz) = 5356714