Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 9618163DD87 for ; Sun, 4 Mar 2012 08:11:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A4CB814A272; Sun, 4 Mar 2012 08:11:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F104A14A268 for ; Sun, 4 Mar 2012 08:11:51 +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 XoZwSW9AuCbn for ; Sun, 4 Mar 2012 08:11:51 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 77CF714A260 for ; Sun, 4 Mar 2012 08:11:51 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6F8E4175DD; Sun, 4 Mar 2012 08:11:51 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 4 Mar 2012 08:11:51 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/lang/python31 To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20120304081151.6F8E4175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Sun Mar 4 08:11:51 UTC 2012 Modified Files: pkgsrc/lang/python31: ALTERNATIVES Makefile PLIST.common distinfo pkgsrc/lang/python31/patches: patch-am Log Message: * change ALTERNATIVES for pydoc3.1 to pydoc3, match to original name. * also rename idle3 with version suffix to avoid conflict with future python3. * stop to rename smtpd.py, it will not be installed as script in python3. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/lang/python31/ALTERNATIVES cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/python31/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/python31/PLIST.common cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/python31/distinfo cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/python31/patches/patch-am Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.