svn commit: r468301 - head/security/py-keystone
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Apr 25 21:01:32 UTC 2018
Author: sunpoet
Date: Wed Apr 25 21:01:31 2018
New Revision: 468301
URL: https://svnweb.freebsd.org/changeset/ports/468301
Log:
Fix msgpack dependency
- Bump PORTREVISION for package change
Modified:
head/security/py-keystone/Makefile
Modified: head/security/py-keystone/Makefile
==============================================================================
--- head/security/py-keystone/Makefile Wed Apr 25 21:01:26 2018 (r468300)
+++ head/security/py-keystone/Makefile Wed Apr 25 21:01:31 2018 (r468301)
@@ -3,7 +3,7 @@
PORTNAME= keystone
PORTVERSION= 10.0.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security python
MASTER_SITES= https://fossies.org/linux/misc/openstack/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -51,6 +51,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:deve
${PYTHON_PKGNAMEPREFIX}python-editor>=0:devel/py-python-editor@${FLAVOR}
NO_ARCH= yes
+REINPLACE_ARGS= -i ''
USES= python
USE_PYTHON= autoplist distutils noegginfo
@@ -59,6 +60,7 @@ USERS= keystone
GROUPS= keystone
post-patch:
+ @${REINPLACE_CMD} -e 's|msgpack-python|msgpack|' ${WRKSRC}/requirements.txt ${WRKSRC}/keystone.egg-info/requires.txt
${REINPLACE_CMD} -e "s|/etc/keystone|${PREFIX}/etc/${PORTNAME}|g" \
${WRKSRC}/doc/source/apache-httpd.rst \
${WRKSRC}/doc/source/api_curl_examples.rst \
More information about the svn-ports-all
mailing list