Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=UHW2uKlX; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=C1P4gIUP Received: by mail.netbsd.org (Postfix, from userid 605) id 224D784E71; Thu, 4 Apr 2024 13:35:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712237754; bh=607PbFIJNEmw3wPrg9CR/ogrPZ8OTb6gQTHgalGk8lY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=UHW2uKlXlFyzOzjCsi3CBHAGT4YD8lMH4DO9AJEahgmp9wlYhAn5DEUjaIiu+W8yW t+bwxss9gAxxKHlnLFsp/yysCT9MvVoLZvfaOY0PyRpBi76evLy9P5an4c149dI96x VqnQ9Fk07Z+vcVJ5IcaZaHrtIPF3CHN83mtqOP3E= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 146AD84E59 for ; Thu, 4 Apr 2024 13:35:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Uoe_c1TlqHDs for ; Thu, 4 Apr 2024 13:35:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6629984D2A for ; Thu, 4 Apr 2024 13:35:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712237752; bh=607PbFIJNEmw3wPrg9CR/ogrPZ8OTb6gQTHgalGk8lY=; h=Date:From:Subject:To:Reply-To; b=C1P4gIUPiqgzmMV+gHCnJzCupDj2ZryMZBx6B1MhrmrF7tUD5iUWtoSJcTwT2GBd5 ilitZ909RD8zYzE6LLcDDhepTP1jjgJvJp5/9mb6rc6PkxtOLD/8mbl5X18hgUlBbP JcKx44k1/rZLXuulZ9XRiQ5JI3JYiQCYthpJuY3A= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5F9A8FA2C; Thu, 4 Apr 2024 13:35:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171223775298280" MIME-Version: 1.0 Date: Thu, 4 Apr 2024 13:35:52 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/duplicity To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240404133552.5F9A8FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171223775298280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Apr 4 13:35:52 UTC 2024 Modified Files: pkgsrc/sysutils/duplicity: Makefile Log Message: duplicity: remove duplicate dependency (listed twice) To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 pkgsrc/sysutils/duplicity/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171223775298280 Content-Disposition: inline Content-Length: 899 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/duplicity/Makefile diff -u pkgsrc/sysutils/duplicity/Makefile:1.64 pkgsrc/sysutils/duplicity/Makefile:1.65 --- pkgsrc/sysutils/duplicity/Makefile:1.64 Mon Mar 4 14:45:17 2024 +++ pkgsrc/sysutils/duplicity/Makefile Thu Apr 4 13:35:52 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2024/03/04 14:45:17 triaxx Exp $ +# $NetBSD: Makefile,v 1.65 2024/04/04 13:35:52 wiz Exp $ DISTNAME= duplicity-2.2.2 CATEGORIES= sysutils net python @@ -14,7 +14,6 @@ USE_PKGLOCALEDIR= yes TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=44.1.1:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=5.0.2:../../devel/py-setuptools_scm TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel -DEPENDS+= ${PYPKGPREFIX}-fasteners-[0-9]*:../../devel/py-fasteners DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future GPGPATH= ${PREFIX}/bin/gpg2 --_----------=_171223775298280--