Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2019 22:32:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492174 - head/archivers/py-borgbackup
Message-ID:  <201902042232.x14MWFPt026344@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb  4 22:32:15 2019
New Revision: 492174
URL: https://svnweb.freebsd.org/changeset/ports/492174

Log:
  Change RUN_DEPENDS from py-msgpack to py-msgpack05
  
  - Bump PORTREVISION for dependency change
  
  remko@ notified me that there is runtime issue with msgpack 0.6.1.
  And upstream has added version check to the repository that will terminate for unsupported msgpack.

Modified:
  head/archivers/py-borgbackup/Makefile

Modified: head/archivers/py-borgbackup/Makefile
==============================================================================
--- 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 @@
 
 PORTNAME=	borgbackup
 DISTVERSION=	1.1.8
+PORTREVISION=	1
 CATEGORIES=	archivers python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.7:devel/py-setuptools_scm@${PY_FLAVOR}
 LIB_DEPENDS=	liblz4.so:archivers/liblz4 \
 		libzstd.so:archivers/zstd
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msgpack>=0.5.6:devel/py-msgpack@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msgpack05>=0.5.6:devel/py-msgpack05@${PY_FLAVOR}
 
 USES=		python:3.4+ ssl
 USE_PYTHON=	autoplist distutils



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902042232.x14MWFPt026344>