From owner-svn-ports-all@freebsd.org Wed Feb 19 10:59:05 2020 Return-Path: Delivered-To: svn-ports-all@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 BDB2B255E15; Wed, 19 Feb 2020 10:59:05 +0000 (UTC) (envelope-from antoine@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 48MvqF4N4Kz4H4C; Wed, 19 Feb 2020 10:59:05 +0000 (UTC) (envelope-from antoine@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 8C60D7B24; Wed, 19 Feb 2020 10:59:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01JAx5PJ059046; Wed, 19 Feb 2020 10:59:05 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01JAx5M9059044; Wed, 19 Feb 2020 10:59:05 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202002191059.01JAx5M9059044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 19 Feb 2020 10:59:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526503 - in head/sysutils: duplicity duplicity-devel X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/sysutils: duplicity duplicity-devel X-SVN-Commit-Revision: 526503 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2020 10:59:05 -0000 Author: antoine Date: Wed Feb 19 10:59:04 2020 New Revision: 526503 URL: https://svnweb.freebsd.org/changeset/ports/526503 Log: Remove optional dependency on py-gobject With hat: portmgr Modified: head/sysutils/duplicity-devel/Makefile head/sysutils/duplicity/Makefile Modified: head/sysutils/duplicity-devel/Makefile ============================================================================== --- head/sysutils/duplicity-devel/Makefile Wed Feb 19 10:43:42 2020 (r526502) +++ head/sysutils/duplicity-devel/Makefile Wed Feb 19 10:59:04 2020 (r526503) @@ -4,7 +4,7 @@ PORTNAME= duplicity PORTVERSION= 0.8.10 DISTVERSIONSUFFIX= fin1558 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://code.launchpad.net/duplicity/0.8-series/${PORTVERSION}/+download/ PKGNAMESUFFIX= -devel @@ -34,7 +34,7 @@ SHEBANG_FILES= bin/duplicity bin/rdiffdir PORTDOCS= CHANGELOG COPYING README README-REPO README-LOG -OPTIONS_DEFINE= B2 DOCS FTP FTPS GDOCS GIO NLS S3 +OPTIONS_DEFINE= B2 DOCS FTP FTPS GDOCS NLS S3 OPTIONS_GROUP= GPG OPTIONS_SINGLE= GPG OPTIONS_SINGLE_GPG= GNUPG GNUPG2 @@ -44,7 +44,6 @@ B2_DESC= Backblaze B2 backend FTP_DESC= FTP backend FTPS_DESC= FTPS backend GDOCS_DESC= Google Docs backend -GIO_DESC= GIO backend GPG_DESC= GnuPG support GNUPG_DESC= Use GnuPG 1 GNUPG2_DESC= Use GnuPG 2 @@ -54,15 +53,13 @@ B2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}b2sdk>=0.1.8:d 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} -GIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject>0:devel/py-gobject@${PY_FLAVOR} \ - dbus>0:devel/dbus GNUPG_RUN_DEPENDS= gnupg1>=1.4.7:security/gnupg1 GNUPG2_RUN_DEPENDS= gpg2:security/gnupg NLS_USES= gettext S3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=1.6b:devel/py-boto@${PY_FLAVOR} post-patch: -.for f in cfbackend _cf_cloudfiles _cf_pyrax +.for f in cfbackend _cf_cloudfiles _cf_pyrax giobackend @${RM} ${WRKSRC}/${PORTNAME}/backends/${f}.py .endfor @@ -83,9 +80,6 @@ post-patch-S3-off: post-patch-GDOCS-off: @${RM} ${WRKSRC}/${PORTNAME}/backends/gdocsbackend.py - -post-patch-GIO-off: - @${RM} ${WRKSRC}/${PORTNAME}/backends/giobackend.py post-patch-B2-off: @${RM} ${WRKSRC}/${PORTNAME}/backends/b2backend.py Modified: head/sysutils/duplicity/Makefile ============================================================================== --- head/sysutils/duplicity/Makefile Wed Feb 19 10:43:42 2020 (r526502) +++ head/sysutils/duplicity/Makefile Wed Feb 19 10:59:04 2020 (r526503) @@ -3,6 +3,7 @@ PORTNAME= duplicity PORTVERSION= 0.7.19 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/duplicity/0.7-series/${PORTVERSION}/+download/ @@ -27,7 +28,7 @@ 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= DOCS FTP FTPS GDOCS NLS S3 OPTIONS_GROUP= GPG OPTIONS_SINGLE= GPG OPTIONS_SINGLE_GPG= GNUPG GNUPG2 @@ -35,7 +36,6 @@ OPTIONS_DEFAULT= FTP FTPS GNUPG2 S3 FTP_DESC= FTP backend FTPS_DESC= FTPS backend GDOCS_DESC= Google Docs backend -GIO_DESC= GIO backend GPG_DESC= GnuPG support GNUPG_DESC= Use GnuPG 1 GNUPG2_DESC= Use GnuPG 2 @@ -44,15 +44,13 @@ S3_DESC= Amazon S3 backend FTP_RUN_DEPENDS= ncftp>=3.2.2:ftp/ncftp3 FTPS_RUN_DEPENDS= lftp>=3.7.15:ftp/lftp GDOCS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdata>0:devel/py-gdata@${PY_FLAVOR} -GIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject>0:devel/py-gobject@${PY_FLAVOR} \ - dbus>0:devel/dbus GNUPG_RUN_DEPENDS= gnupg1>=1.4.7:security/gnupg1 GNUPG2_RUN_DEPENDS= gpg2:security/gnupg NLS_USES= gettext S3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=1.6b:devel/py-boto@${PY_FLAVOR} post-patch: -.for f in cfbackend _cf_cloudfiles _cf_pyrax +.for f in cfbackend _cf_cloudfiles _cf_pyrax giobackend @${RM} ${WRKSRC}/${PORTNAME}/backends/${f}.py .endfor @@ -73,9 +71,6 @@ post-patch-S3-off: post-patch-GDOCS-off: @${RM} ${WRKSRC}/${PORTNAME}/backends/gdocsbackend.py - -post-patch-GIO-off: - @${RM} ${WRKSRC}/${PORTNAME}/backends/giobackend.py post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/python2.7/site-packages/duplicity/_librsync.so