svn commit: r468305 - head/www/py-cachecontrol

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Apr 25 21:01:52 UTC 2018


Author: sunpoet
Date: Wed Apr 25 21:01:51 2018
New Revision: 468305
URL: https://svnweb.freebsd.org/changeset/ports/468305

Log:
  Fix msgpack dependency
  
  - Bump PORTREVISION for package change

Modified:
  head/www/py-cachecontrol/Makefile

Modified: head/www/py-cachecontrol/Makefile
==============================================================================
--- head/www/py-cachecontrol/Makefile	Wed Apr 25 21:01:46 2018	(r468304)
+++ head/www/py-cachecontrol/Makefile	Wed Apr 25 21:01:51 2018	(r468305)
@@ -3,7 +3,7 @@
 
 PORTNAME=	CacheControl
 DISTVERSION=	0.12.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,5 +21,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lockfile>=0.9:deve
 USES=		python
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
+REINPLACE_ARGS=	-i ''
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|msgpack-python|msgpack|' ${WRKSRC}/setup.py ${WRKSRC}/CacheControl.egg-info/requires.txt
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list