From owner-svn-ports-head@freebsd.org Tue Feb 5 06:55:55 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D34614D11B0; Tue, 5 Feb 2019 06:55:55 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from smtp-out.elvandar.org (gandalf.elvandar.org [149.210.225.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D32F9138A; Tue, 5 Feb 2019 06:55:54 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from mail2.jr-hosting.nl (nakur.elvandar.org [95.216.49.43]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-out.elvandar.org (Postfix) with ESMTPS id D19984707BD; Tue, 5 Feb 2019 07:55:47 +0100 (CET) Received: from [10.0.2.25] (095-096-154-040.static.chello.nl [95.96.154.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail2.jr-hosting.org (Postfix) with ESMTPSA id 73D86183F11; Tue, 5 Feb 2019 07:55:47 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r492174 - head/archivers/py-borgbackup From: Remko Lodder X-Mailer: iPhone Mail (16D40) In-Reply-To: <201902042232.x14MWFPt026344@repo.freebsd.org> Date: Tue, 5 Feb 2019 07:55:47 +0100 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <89A10508-6F05-44B5-9ABB-BE51C76D0B26@FreeBSD.org> References: <201902042232.x14MWFPt026344@repo.freebsd.org> To: Sunpoet Po-Chuan Hsieh X-Rspamd-Queue-Id: 2D32F9138A X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.95 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.95)[-0.954,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2019 06:55:55 -0000 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 = 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"