[Bug 284713] sysutils/duplicity: catch up to pydrive removal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Feb 2025 16:01:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284713 Bug ID: 284713 Summary: sysutils/duplicity: catch up to pydrive removal Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: eduardo@FreeBSD.org Reporter: jcfyecrayz@liamekaens.com Assignee: eduardo@FreeBSD.org Flags: maintainer-feedback?(eduardo@FreeBSD.org) devel/py-pydrive was removed. When I change duplicity/Makefile to point to www/py-pydrive2, it builds. diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index fc214efc26e5..b47645e6be4d 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -60,7 +60,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 -- You are receiving this mail because: You are the assignee for the bug.