Index: MOVED =================================================================== --- MOVED (revision 519782) +++ MOVED (working copy) @@ -13519,3 +13519,4 @@ graphics/osg-devel|graphics/osg|2019-12-10|Updated to latest stable version security/kdbx-viewer|security/kdbxviewer|2019-12-10|Renamed to match upstream GitHub repository net-im/pidgin-privacy-please||2019-12-10|Has expired: Abandonware +devel/b2|devel/py-b2|2019-12-10|Rename for better naming Index: devel/py-b2/Makefile =================================================================== --- devel/py-b2/Makefile (revision 519782) +++ devel/py-b2/Makefile (working copy) @@ -2,16 +2,15 @@ # $FreeBSD$ PORTNAME= b2 -DISTVERSIONPREFIX= v -DISTVERSION= 1.3.8 -PORTREVISION= 1 -CATEGORIES= devel +DISTVERSION= 1.4.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= robak@FreeBSD.org COMMENT= Command Line Interface for Backblaze's B2 storage service LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=0.8.0:devel/py-arrow@${PY_FLAVOR} \ ${PY_FUTURES} \ @@ -19,15 +18,12 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.9.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tqdm>=4.5.0:misc/py-tqdm@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}tqdm>=4.5.0:misc/py-tqdm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}b2sdk>=0.1.8:devel/py-b2sdk@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist concurrent optsuffix +USE_PYTHON= distutils autoplist concurrent NO_ARCH= yes -USE_GITHUB= yes -GH_ACCOUNT= Backblaze -GH_PROJECT= B2_Command_Line_Tool - .include Index: devel/py-b2/distinfo =================================================================== --- devel/py-b2/distinfo (revision 519782) +++ devel/py-b2/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549472013 -SHA256 (Backblaze-B2_Command_Line_Tool-v1.3.8_GH0.tar.gz) = 2ed276b9eb6796470280e4be27ef96018e338a87efa9cd70115ffbb6b030a6ae -SIZE (Backblaze-B2_Command_Line_Tool-v1.3.8_GH0.tar.gz) = 138948 +TIMESTAMP = 1576018900 +SHA256 (b2-1.4.2.tar.gz) = f0a3baf0a94b4c4cc652c5206a03311516742fe87a0e33b51c06adf3eb89c054 +SIZE (b2-1.4.2.tar.gz) = 46407 Index: devel/py-b2/pkg-descr =================================================================== --- devel/py-b2/pkg-descr (revision 519782) +++ devel/py-b2/pkg-descr (working copy) @@ -5,4 +5,4 @@ This package provides Backblaze's official command line tool for accessing all of the capabilities of B2 Cloud Storage. -WWW: https://www.backblaze.com/b2/docs/quick_command_line.html +WWW: https://github.com/Backblaze/B2_Command_Line_Tool