Date: Tue, 5 Feb 2019 07:55:47 +0100 From: Remko Lodder <remko@FreeBSD.org> To: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r492174 - head/archivers/py-borgbackup Message-ID: <89A10508-6F05-44B5-9ABB-BE51C76D0B26@FreeBSD.org> In-Reply-To: <201902042232.x14MWFPt026344@repo.freebsd.org> References: <201902042232.x14MWFPt026344@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Thnx a lot Sunpoet!! Cheers, Remko Lodder /* sent from my phone and thus brief and to the point * > Op 4 feb. 2019 om 23:32 heeft Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>= het volgende geschreven: >=20 > Author: sunpoet > Date: Mon Feb 4 22:32:15 2019 > New Revision: 492174 > URL: https://svnweb.freebsd.org/changeset/ports/492174 >=20 > Log: > Change RUN_DEPENDS from py-msgpack to py-msgpack05 >=20 > - Bump PORTREVISION for dependency change >=20 > remko@ notified me that there is runtime issue with msgpack 0.6.1. > And upstream has added version check to the repository that will terminat= e for unsupported msgpack. >=20 > Modified: > head/archivers/py-borgbackup/Makefile >=20 > Modified: head/archivers/py-borgbackup/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=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > --- head/archivers/py-borgbackup/Makefile Mon Feb 4 22:32:09 2019 (= r492173) > +++ head/archivers/py-borgbackup/Makefile Mon Feb 4 22:32:15 2019 (= r492174) > @@ -3,6 +3,7 @@ >=20 > PORTNAME=3D borgbackup > DISTVERSION=3D 1.1.8 > +PORTREVISION=3D 1 > CATEGORIES=3D archivers python > MASTER_SITES=3D CHEESESHOP > PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} > @@ -16,7 +17,7 @@ LICENSE_FILE=3D ${WRKSRC}/LICENSE > BUILD_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3D1.7:devel/py-= setuptools_scm@${PY_FLAVOR} > LIB_DEPENDS=3D liblz4.so:archivers/liblz4 \ > libzstd.so:archivers/zstd > -RUN_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}msgpack>=3D0.5.6:devel/py-msgpac= k@${PY_FLAVOR} > +RUN_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}msgpack05>=3D0.5.6:devel/py-msgp= ack05@${PY_FLAVOR} >=20 > USES=3D python:3.4+ ssl > USE_PYTHON=3D autoplist distutils > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?89A10508-6F05-44B5-9ABB-BE51C76D0B26>