git: ee8c008dc490 - main - sysutils/duplicity: Catch up to pydrive removal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Feb 2025 20:38:45 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ee8c008dc490d2c0b286d34e306880fa5b47a8c9
commit ee8c008dc490d2c0b286d34e306880fa5b47a8c9
Author: John Hein <jcfyecrayz@liamekaens.com>
AuthorDate: 2025-02-10 20:37:04 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2025-02-10 20:38:30 +0000
sysutils/duplicity: Catch up to pydrive removal
The import statements in duplicity 3.0.4 (and 3.0.2 and maybe earlier)
source code use 'pydrive2' (not 'pydrive').
PR: 284713
---
sysutils/duplicity/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile
index fc214efc26e5..09af606902e2 100644
--- a/sysutils/duplicity/Makefile
+++ b/sysutils/duplicity/Makefile
@@ -1,5 +1,6 @@
PORTNAME= duplicity
DISTVERSION= 3.0.4
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= PYPI
@@ -60,7 +61,7 @@ B2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}b2sdk>=0.1.8:devel/py-b2sdk@${PY_FLAVOR}
DROPBOX_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dropbox>0:www/py-dropbox@${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}
+GDOCS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyDrive2>0:www/py-pydrive2@${PY_FLAVOR}
GNUPG_RUN_DEPENDS= gnupg1>=1.4.7:security/gnupg1
GNUPG2_RUN_DEPENDS= gpg2:security/gnupg
NLS_USES= gettext-tools