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

Remko Lodder remko at FreeBSD.org
Tue Feb 5 06:55:55 UTC 2019


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 at freebsd.org> het volgende geschreven:
> 
> 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
> _______________________________________________
> svn-ports-all at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"



More information about the svn-ports-all mailing list