Received: by mail.netbsd.org (Postfix, from userid 605) id E1BF284DF9; Fri, 25 Sep 2020 11:25:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6998E84DF0 for ; Fri, 25 Sep 2020 11:25:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id hDp15CAH8IST for ; Fri, 25 Sep 2020 11:25:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C558784CF1 for ; Fri, 25 Sep 2020 11:25:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 32297FB28; Fri, 25 Sep 2020 11:25:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601033144190160" MIME-Version: 1.0 Date: Fri, 25 Sep 2020 11:25:44 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/devel/transifex-client To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20200925112544.32297FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1601033144190160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Fri Sep 25 11:25:44 UTC 2020 Modified Files: pkgsrc/devel/transifex-client: Makefile Log Message: transifex-client: Unbreak the tree during a freeze. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/transifex-client/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1601033144190160 Content-Disposition: inline Content-Length: 723 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/transifex-client/Makefile diff -u pkgsrc/devel/transifex-client/Makefile:1.20 pkgsrc/devel/transifex-client/Makefile:1.21 --- pkgsrc/devel/transifex-client/Makefile:1.20 Thu Sep 10 15:11:57 2020 +++ pkgsrc/devel/transifex-client/Makefile Fri Sep 25 11:25:44 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2020/09/10 15:11:57 taca Exp $ +# $NetBSD: Makefile,v 1.21 2020/09/25 11:25:44 jperkin Exp $ DISTNAME= transifex-client-0.13.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -19,6 +19,8 @@ DEPENDS+= ${PYPKGPREFIX}-gitpython>=3.0. EXTRACT_USING= bsdtar +PYTHON_VERSIONS_INCOMPATIBLE= 27 + post-install: cd ${DESTDIR}${PREFIX}/bin && ${MV} tx tx-${PYVERSSUFFIX} || ${TRUE} --_----------=_1601033144190160--