Index: MOVED =================================================================== --- MOVED (revision 540930) +++ MOVED (working copy) @@ -15145,3 +15145,4 @@ www/py-dj22-swapper|www/py-swapper|2020-06-30|Has expired: Obsolete, please use www/py-swapper instead www/rubygem-heroics00|www/rubygem-heroics|2020-06-30|Has expired: Use www/rubygem-heroics instead www/typo3-8|www/typo3-9|2020-06-30|Has expired: Upstream support ended in April 2020 +devel/b2|devel/py-b2|2020-07-01|Rename for better naming Index: b2/Makefile =================================================================== --- b2/Makefile (revision 540929) +++ b2/Makefile (nonexistent) @@ -1,33 +0,0 @@ -# Created by: Bartek Rutkowski -# $FreeBSD$ - -PORTNAME= b2 -DISTVERSIONPREFIX= v -DISTVERSION= 1.3.8 -PORTREVISION= 1 -CATEGORIES= devel - -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} \ - ${PYTHON_PKGNAMEPREFIX}logfury>=0.1.2:devel/py-logfury@${PY_FLAVOR} \ - ${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} - -USES= python -USE_PYTHON= distutils autoplist concurrent optsuffix - -NO_ARCH= yes - -USE_GITHUB= yes -GH_ACCOUNT= Backblaze -GH_PROJECT= B2_Command_Line_Tool - -.include Property changes on: b2/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: b2/distinfo =================================================================== --- b2/distinfo (revision 540929) +++ b2/distinfo (nonexistent) @@ -1,3 +0,0 @@ -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 Property changes on: b2/distinfo ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: b2/pkg-descr =================================================================== --- b2/pkg-descr (revision 540929) +++ b2/pkg-descr (nonexistent) @@ -1,8 +0,0 @@ -B2 Cloud Storage is a cloud service for storing files in the cloud. -Files are available for download at any time, either through the API -or through a browser-compatible URL. - -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 Property changes on: b2/pkg-descr ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: py-b2/Makefile =================================================================== --- py-b2/Makefile (revision 540929) +++ py-b2/Makefile (working copy) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= b2 -DISTVERSIONPREFIX= v -DISTVERSION= 1.3.8 -PORTREVISION= 1 -CATEGORIES= devel +DISTVERSION= 2.0.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= robak@FreeBSD.org COMMENT= Command Line Interface for Backblaze's B2 storage service @@ -15,19 +15,16 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=0.8.0:devel/py-arrow@${PY_FLAVOR} \ ${PY_FUTURES} \ - ${PYTHON_PKGNAMEPREFIX}logfury>=0.1.2:devel/py-logfury@${PY_FLAVOR} \ ${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}six>=1.13:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}b2sdk>=1.1.0:devel/py-b2sdk@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}class-registry==2.1.2:devel/py-class-registry@@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${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: py-b2/distinfo =================================================================== --- py-b2/distinfo (revision 540929) +++ 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 = 1593585972 +SHA256 (b2-2.0.0.tar.gz) = 18ed437b7bc67ce89881dcbec140b0687a00c7498021b6d1302376f49cecd63a +SIZE (b2-2.0.0.tar.gz) = 39653 Index: py-b2/pkg-descr ===================================================================