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 75FA47A26A for ; Tue, 28 Feb 2017 17:07:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DEC82855FD; Tue, 28 Feb 2017 17:07:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6FDF5855EB for ; Tue, 28 Feb 2017 17:07:33 +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 aUo0swp7xsGY for ; Tue, 28 Feb 2017 17:07:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 11AE58557F for ; Tue, 28 Feb 2017 17:07:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0CAC8FBE4; Tue, 28 Feb 2017 17:07:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1488301653119090" MIME-Version: 1.0 Date: Tue, 28 Feb 2017 17:07:33 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/devel/py-logilab-common To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20170228170733.0CAC8FBE4@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. --_----------=_1488301653119090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Tue Feb 28 17:07:32 UTC 2017 Modified Files: pkgsrc/devel/py-logilab-common: ALTERNATIVES Log Message: Fix ALTERNATIVES, ride previous revision. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-logilab-common/ALTERNATIVES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1488301653119090 Content-Disposition: inline Content-Length: 545 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-logilab-common/ALTERNATIVES diff -u pkgsrc/devel/py-logilab-common/ALTERNATIVES:1.2 pkgsrc/devel/py-logilab-common/ALTERNATIVES:1.3 --- pkgsrc/devel/py-logilab-common/ALTERNATIVES:1.2 Tue Feb 28 16:46:07 2017 +++ pkgsrc/devel/py-logilab-common/ALTERNATIVES Tue Feb 28 17:07:32 2017 @@ -1,2 +1,2 @@ -bin/logilab-pytest.py @PREFIX@/bin/logilab-pytest@PYVERSSUFFIX@.py +bin/logilab-pytest @PREFIX@/bin/logilab-pytest@PYVERSSUFFIX@ man/man1/logilab-pytest.1 @PREFIX@/man/man1/logilab-pytest@PYVERSSUFFIX@.1 --_----------=_1488301653119090--