Date: Mon, 23 Apr 2018 18:15:42 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 227717] archivers/py-borgbackup:'msgpack-python<0.5.0,>=0.4.6' distribution was not found Message-ID: <bug-227717-7788-UnW0xQFUN1@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-227717-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-227717-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227717 Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|ports-bugs@FreeBSD.org |sunpoet@FreeBSD.org --- Comment #2 from Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> --- Please try this. msgpack 0.5.6 should work. Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile (revision 468109) +++ Makefile (working copy) @@ -28,6 +28,9 @@ USES=3D python:3.4+ ssl USE_PYTHON=3D autoplist distutils +post-patch: + @${REINPLACE_CMD} -e 's|msgpack-python>=3D0.4.6,<0.5.0|msgpack>=3D0= .5.6|' ${WRKSRC}/setup.py ${WRKSRC}/src/borgbackup.egg-info/requires.txt + post-install: @${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/borg/ -name "*.so" \ -exec ${STRIP_CMD} {} \; --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227717-7788-UnW0xQFUN1>