From owner-svn-ports-head@freebsd.org Thu Feb 13 23:02:52 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6AA33239139; Thu, 13 Feb 2020 23:02:52 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48JX9827kjz3FD7; Thu, 13 Feb 2020 23:02:52 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4484A1A4BF; Thu, 13 Feb 2020 23:02:52 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01DN2qFm090156; Thu, 13 Feb 2020 23:02:52 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01DN2qM6090155; Thu, 13 Feb 2020 23:02:52 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202002132302.01DN2qM6090155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Thu, 13 Feb 2020 23:02:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526073 - head/sysutils/duplicity-devel X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/duplicity-devel X-SVN-Commit-Revision: 526073 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2020 23:02:52 -0000 Author: dbaio Date: Thu Feb 13 23:02:51 2020 New Revision: 526073 URL: https://svnweb.freebsd.org/changeset/ports/526073 Log: sysutils/duplicity-devel: Add Backblaze B2 support PR: 244013 Submitted by: PopularMoment@protonmail.com Modified: head/sysutils/duplicity-devel/Makefile Modified: head/sysutils/duplicity-devel/Makefile ============================================================================== --- head/sysutils/duplicity-devel/Makefile Thu Feb 13 23:00:12 2020 (r526072) +++ head/sysutils/duplicity-devel/Makefile Thu Feb 13 23:02:51 2020 (r526073) @@ -4,6 +4,7 @@ PORTNAME= duplicity PORTVERSION= 0.8.10 DISTVERSIONSUFFIX= fin1558 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://code.launchpad.net/duplicity/0.8-series/${PORTVERSION}/+download/ PKGNAMESUFFIX= -devel @@ -33,11 +34,13 @@ SHEBANG_FILES= bin/duplicity bin/rdiffdir PORTDOCS= CHANGELOG COPYING README README-REPO README-LOG -OPTIONS_DEFINE= DOCS FTP FTPS GDOCS GIO NLS S3 +OPTIONS_DEFINE= B2 DOCS FTP FTPS GDOCS GIO NLS S3 OPTIONS_GROUP= GPG OPTIONS_SINGLE= GPG OPTIONS_SINGLE_GPG= GNUPG GNUPG2 -OPTIONS_DEFAULT= FTP FTPS GNUPG2 S3 +OPTIONS_DEFAULT= B2 FTP FTPS GNUPG2 S3 + +B2_DESC= Backblaze B2 backend FTP_DESC= FTP backend FTPS_DESC= FTPS backend GDOCS_DESC= Google Docs backend @@ -47,6 +50,7 @@ GNUPG_DESC= Use GnuPG 1 GNUPG2_DESC= Use GnuPG 2 S3_DESC= Amazon S3 backend +B2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}b2sdk>=0.1.8:devel/py-b2sdk@${PY_FLAVOR} FTP_RUN_DEPENDS= ncftp>=3.2.2:ftp/ncftp3 FTPS_RUN_DEPENDS= lftp>=3.7.15:ftp/lftp GDOCS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydrive>0:devel/py-pydrive@${PY_FLAVOR} @@ -82,6 +86,9 @@ post-patch-GDOCS-off: post-patch-GIO-off: @${RM} ${WRKSRC}/${PORTNAME}/backends/giobackend.py + +post-patch-B2-off: + @${RM} ${WRKSRC}/${PORTNAME}/backends/b2backend.py post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/duplicity/_librsync.so