From owner-freebsd-python@FreeBSD.ORG Sun Jul 25 15:28:36 2010 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A7F4106566B for ; Sun, 25 Jul 2010 15:28:36 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 901E88FC14 for ; Sun, 25 Jul 2010 15:28:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id B57FB17100; Sun, 25 Jul 2010 11:12:02 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1280070722; bh=1f/8HWxlyehrIM9U+57xpwWIXh+mCjJ7rhs5ThNyQDg=; b= XVEgV9IwmqinWsa/7Gx6Q5jf8XMkV+71kcQP3ZResxqy5OhXsZv1pXp/ZbT8mLXK WRJxpX85yW9wsn/E2PmLBDf9Xfa8TE1Q7CcgX/q124nBd9IM7b+Mh6gNjW39o/Wf kqDNeobgw9yOjsVEn2of5llbr6f6awEH4QgPvWmmdlE= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id RvvF13zK41Pu; Sun, 25 Jul 2010 11:12:02 -0400 (EDT) Received: from magic.hamla.org (cpe-69-201-179-80.nyc.res.rr.com [69.201.179.80]) by spartan.hamla.org (Postfix) with ESMTPSA id 8BF2717150; Sun, 25 Jul 2010 11:12:01 -0400 (EDT) Date: Sun, 25 Jul 2010 11:11:59 -0400 From: Sahil Tandon To: jhell Message-ID: <20100725151159.GC32804@magic.hamla.org> References: <4C4BA653.3000102@dataix.net> <4C4BBFB9.4040905@dataix.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C4BBFB9.4040905@dataix.net> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: FreeBSD Ports , wen@FreeBSD.org, Rob Farmer , python@freebsd.org, perky@freebsd.org Subject: Re: ?? lang/python27 ?? Why is this even here ? X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2010 15:28:36 -0000 On Sun, 2010-07-25 at 00:38:17 -0400, jhell wrote: > I guess I should have made it more clear. > > +===========================================+ > | This happened?: 2010/05/12 12:13:06 | The above date corresponds to the last commit in lang/python26 at the time of the repocopy to lang/python27. As clearly noted in ports/147784, the repocopy was completed on 2010-07-15, not 2010-05-12. > | And the date now: 2010/07/25 00:08:51 | > +===========================================+ > > This is more than 2 months that nothing has been done with this port. I guess you missed revision 1.167 on lang/python26. :) Although the repocopy was not done two months ago, the 10 day lag between repocopy and forced commit+actual update is perhaps atypical. Maybe wen@ (who requested the repocopy) has been busy or waiting for the official 8.1-RELEASE announcement to proceed. But we can only speculate, so I've copied him on this reply. > Unless I am wrong and the repo-copy is recent with an old date but I > thought that the ident(1) line was/is/should be updated when this happens?. Yes, the ident(1) line is updated after the repomeister kicks the PR back to the requesting committer, who then notes the repocopy with a forced commit. But you already know this, as you've pasted the relevant excerpts from the committer's guide in your postscript. > After a repo-copy I would have thought that these lines should have been > updated to establish the new port and for whom created it, which would > then be re-committed bumping the version to 1.167 and recent date so > there is no confusion. > > # New ports collection makefile for: python26 > # Date created: 3 July 2003 > # Whom: Hye-Shik Chang Yes, this is done concurrently with the commit that actually upgrades the port to its new version. For an example, see lang/python31 from revision 1.158 -> 1.159. > Any way I just wanted to give a heads up for this as it seemed pretty > odd as things like this usually happen and get updated all about the > same time that a repo-copy happens & this has been in ports that I know > of for more than ~1.5 weeks without any sort of update. Thanks for your report and patience. Hopefully wen@ will get to it soon. -- Sahil Tandon