Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2025 16:01:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 284713] sysutils/duplicity: catch up to pydrive removal
Message-ID:  <bug-284713-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D284713

            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=3D=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20
${PYTHON_PKGNAMEPREFIX}b2sdk>=3D0.1.8:devel/py-b2sdk@${PY_FLAVOR}
 DROPBOX_RUN_DEPENDS=3D=20=20
${PYTHON_PKGNAMEPREFIX}dropbox>0:www/py-dropbox@${PY_FLAVOR}
 FTP_RUN_DEPENDS=3D       ncftp>=3D3.2.2:ftp/ncftp3
 FTPS_RUN_DEPENDS=3D      lftp>=3D3.7.15:ftp/lftp
-GDOCS_RUN_DEPENDS=3D=20=20=20=20
${PYTHON_PKGNAMEPREFIX}pydrive>0:devel/py-pydrive@${PY_FLAVOR}
+GDOCS_RUN_DEPENDS=3D=20=20=20=20
${PYTHON_PKGNAMEPREFIX}pydrive2>0:www/py-pydrive2@${PY_FLAVOR}
 GNUPG_RUN_DEPENDS=3D     gnupg1>=3D1.4.7:security/gnupg1
 GNUPG2_RUN_DEPENDS=3D    gpg2:security/gnupg
 NLS_USES=3D              gettext-tools

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-284713-7788>