svn commit: r492174 - head/archivers/py-borgbackup

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 4 22:32:21 UTC 2019


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


More information about the svn-ports-head mailing list