Received: by mail.netbsd.org (Postfix, from userid 605) id E7E9684D72; Thu, 20 Feb 2020 06:35:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6FB3184D2A for ; Thu, 20 Feb 2020 06:35:51 +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 jN6-YQHT8ZGZ for ; Thu, 20 Feb 2020 06:35:51 +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 C964184CDA for ; Thu, 20 Feb 2020 06:35:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C25A6FBF4; Thu, 20 Feb 2020 06:35:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158218055019600" MIME-Version: 1.0 Date: Thu, 20 Feb 2020 06:35:50 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/graphics/py-nwdiag To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20200220063550.C25A6FBF4@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. --_----------=_158218055019600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Thu Feb 20 06:35:50 UTC 2020 Modified Files: pkgsrc/graphics/py-nwdiag: Makefile Log Message: py-nwdiag: note Python 2.7 is no longer supported To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/py-nwdiag/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158218055019600 Content-Disposition: inline Content-Length: 692 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-nwdiag/Makefile diff -u pkgsrc/graphics/py-nwdiag/Makefile:1.14 pkgsrc/graphics/py-nwdiag/Makefile:1.15 --- pkgsrc/graphics/py-nwdiag/Makefile:1.14 Thu Feb 20 06:29:49 2020 +++ pkgsrc/graphics/py-nwdiag/Makefile Thu Feb 20 06:35:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2020/02/20 06:29:49 adam Exp $ +# $NetBSD: Makefile,v 1.15 2020/02/20 06:35:50 gutteridge Exp $ DISTNAME= nwdiag-2.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,6 +16,8 @@ USE_LANGUAGES= # none INSTALLATION_DIRS+= ${PKGMANDIR}/man1 +PYTHON_VERSIONS_INCOMPATIBLE= 27 + post-install: .for bin in nwdiag packetdiag rackdiag cd ${DESTDIR}${PREFIX}/bin && \ --_----------=_158218055019600--