Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8ADA27A471 for ; Sat, 9 Jul 2016 09:31:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3A03E85E74; Sat, 9 Jul 2016 09:31:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BF53C85E47 for ; Sat, 9 Jul 2016 09:31:05 +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 E5niTpp8_jYE for ; Sat, 9 Jul 2016 09:31:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3252185E46 for ; Sat, 9 Jul 2016 09:31:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2CFE0FBB5; Sat, 9 Jul 2016 09:31:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1468056665285790" MIME-Version: 1.0 Date: Sat, 9 Jul 2016 09:31:05 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/x11/arandr To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20160709093105.2CFE0FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1468056665285790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sat Jul 9 09:31:05 UTC 2016 Modified Files: pkgsrc/x11/arandr: Makefile Log Message: Fixed pkglint warnings about variable alignment. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/arandr/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1468056665285790 Content-Disposition: inline Content-Length: 693 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/arandr/Makefile diff -u pkgsrc/x11/arandr/Makefile:1.3 pkgsrc/x11/arandr/Makefile:1.4 --- pkgsrc/x11/arandr/Makefile:1.3 Mon Jan 4 15:01:51 2016 +++ pkgsrc/x11/arandr/Makefile Sat Jul 9 09:31:05 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/01/04 15:01:51 hauke Exp $ +# $NetBSD: Makefile,v 1.4 2016/07/09 09:31:05 rillig Exp $ DISTNAME= arandr-0.1.8 CATEGORIES= x11 @@ -17,8 +17,8 @@ DEPENDS+= ${PYPKGPREFIX}-docutils>=0.6:. DEPENDS+= xrandr>=1.2:../../x11/xrandr .endif -PY_PATCHPLIST = YES -PYSETUP = setup.py +PY_PATCHPLIST= YES +PYSETUP= setup.py PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2, py-docutils # Adjust setup.py --_----------=_1468056665285790--