Date: Wed, 25 Apr 2018 21:01:31 +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: r468301 - head/security/py-keystone Message-ID: <201804252101.w3PL1Vqo078339@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804252101.w3PL1Vqo078339>