Received: by mail.netbsd.org (Postfix, from userid 605) id 3495684DAF; Thu, 18 Mar 2021 18:09:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B8AF84DA6 for ; Thu, 18 Mar 2021 18:09:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 ETvtkas3dzLV for ; Thu, 18 Mar 2021 18:09:19 +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 BFD4B84D79 for ; Thu, 18 Mar 2021 18:09:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B3BCBFA95; Thu, 18 Mar 2021 18:09:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1616090958275230" MIME-Version: 1.0 Date: Thu, 18 Mar 2021 18:09:18 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/filesystems/tahoe-lafs To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20210318180918.B3BCBFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1616090958275230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Thu Mar 18 18:09:18 UTC 2021 Modified Files: pkgsrc/filesystems/tahoe-lafs: Makefile Log Message: tahoe-lafs: g/c distfile permissions workaround To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/filesystems/tahoe-lafs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1616090958275230 Content-Disposition: inline Content-Length: 1011 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/filesystems/tahoe-lafs/Makefile diff -u pkgsrc/filesystems/tahoe-lafs/Makefile:1.44 pkgsrc/filesystems/tahoe-lafs/Makefile:1.45 --- pkgsrc/filesystems/tahoe-lafs/Makefile:1.44 Thu Mar 18 17:57:08 2021 +++ pkgsrc/filesystems/tahoe-lafs/Makefile Thu Mar 18 18:09:18 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2021/03/18 17:57:08 gdt Exp $ +# $NetBSD: Makefile,v 1.45 2021/03/18 18:09:18 gdt Exp $ DISTNAME= tahoe-lafs-1.15.0 CATEGORIES= filesystems @@ -47,17 +47,6 @@ PYTHON_VERSIONS_ACCEPTED= 27 # py-xml vi # installed. If you get mysterious failures, pkg_delete the installed # version. -# OK: 1.9.1, 1.9.2, 1.10a2 -# BAD: 1.10a1 -#BAD_DISTFILE_MODES=yes -.if defined(BAD_DISTFILE_MODES) -# Distfile has files mode 600, which leads to root-owned 600 files in -# the binary package. -post-extract: - ${ECHO} "Fixing distfile contents to be world readable:" - chmod -R +r ${WRKSRC} -.endif - REPLACE_PYTHON+= src/allmydata/storage/shares.py PKG_GROUPS= tahoes --_----------=_1616090958275230--