svn commit: r468303 - head/security/zeronet

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


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

Log:
  Fix msgpack dependency

Modified:
  head/security/zeronet/Makefile

Modified: head/security/zeronet/Makefile
==============================================================================
--- head/security/zeronet/Makefile	Wed Apr 25 21:01:36 2018	(r468302)
+++ head/security/zeronet/Makefile	Wed Apr 25 21:01:41 2018	(r468303)
@@ -38,6 +38,9 @@ DEBUG_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}werkzeug>0:w
 USER=		nobody
 GROUP=		nobody
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|msgpack-python|msgpack|' ${WRKSRC}/requirements.txt
+
 do-build:
 	@(cd ${WRKSRC} && \
 	${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \


More information about the svn-ports-head mailing list