From owner-freebsd-python@FreeBSD.ORG  Thu May 10 14:25:33 2012
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: freebsd-python@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A971E1065670
	for <freebsd-python@FreeBSD.org>; Thu, 10 May 2012 14:25:32 +0000 (UTC)
	(envelope-from cvs-src@yandex.ru)
Received: from forward14.mail.yandex.net (forward14.mail.yandex.net
	[IPv6:2a02:6b8:0:801::4])
	by mx1.freebsd.org (Postfix) with ESMTP id 16F5D8FC18
	for <freebsd-python@FreeBSD.org>; Thu, 10 May 2012 14:25:32 +0000 (UTC)
Received: from smtp14.mail.yandex.net (smtp14.mail.yandex.net [95.108.131.192])
	by forward14.mail.yandex.net (Yandex) with ESMTP id A524C198195B;
	Thu, 10 May 2012 18:25:30 +0400 (MSK)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail;
	t=1336659930; bh=+3PpDpxC5ryiH9qdBy/lNXA1rqaXhoUgZahAUuYhQxo=;
	h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References:
	In-Reply-To:Content-Type:Content-Transfer-Encoding;
	b=VBPrtDS6ZIOgrKtExMp9mECxhHz9ron2tcigNIrnA0mhVneRDjaQAH12Pk+5DL635
	lWQRaZSsI5+JguMVfFTA5PP+LD/wUSZAmbT4y61PyXNN2CBOSEsIALpJRXvg1ySovW
	fSpI2UAQN+PzPvOcm0T3sn3KznQEynVT5VZhq3Kw=
Received: from smtp14.mail.yandex.net (localhost [127.0.0.1])
	by smtp14.mail.yandex.net (Yandex) with ESMTP id 8538C1B60212;
	Thu, 10 May 2012 18:25:30 +0400 (MSK)
Received: from unknown (unknown [213.27.65.65])
	by smtp14.mail.yandex.net (nwsmtp/Yandex) with ESMTP id
	PTR8ukj5-PURuptA2; Thu, 10 May 2012 18:25:30 +0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail;
	t=1336659930; bh=+3PpDpxC5ryiH9qdBy/lNXA1rqaXhoUgZahAUuYhQxo=;
	h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:
	References:In-Reply-To:Content-Type:Content-Transfer-Encoding;
	b=aSRjo9rqdSJWXpLPWcAKoGhga+n1cf/lGQudMHr5ULKdbMwbLf8wLzb885kLkPtcz
	ksnhngt07oXr2j9KufhrN+bFUyIddnoOUo7upN4N+L9eVFfNScM6MFM3Hw0Dy+MGPU
	ZzmJknC1dF6yJxBXb8fI8S7BI+QQeNU4TtvDo4eQ=
Message-ID: <4FABCF95.7090009@yandex.ru>
Date: Thu, 10 May 2012 18:24:21 +0400
From: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64;
	rv:12.0) Gecko/20120504 Thunderbird/12.0.1
MIME-Version: 1.0
To: Luiz Gustavo <luizgustavo@luizgustavo.pro.br>
References: <20120426123522.a9935747.luizgustavo@luizgustavo.pro.br>
	<4F9A069C.8040103@yandex.ru>
	<20120428192528.9cc0683d.luizgustavo@luizgustavo.pro.br>
	<1336659901.77907.2.camel@desktop>
In-Reply-To: <1336659901.77907.2.camel@desktop>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
Cc: freebsd-python@FreeBSD.org
Subject: Re: rhodecode port
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, 
	<mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
	<mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 10 May 2012 14:25:33 -0000

Hi Luiz,

Luiz Gustavo wrote on 10.05.2012 18:25:
> Em Sáb, 2012-04-28 às 19:25 -0300, Luiz Gustavo escreveu:
>> On Fri, 27 Apr 2012 06:38:20 +0400
>> Ruslan Mahmatkhanov<cvs-src@yandex.ru>  wrote:
>>
>>> Hi Luiz!
>>
>>> At glance this port should not use PKGNAMEPREFIX because it's a tool,
>>> not a library, so the port should be named just www/rhodecode. Also the
>>> port doesn't support python3, so it's USE_PYTHON should be adjusted to
>>> "-2.7". I also see that it build depends on PasteScript>=1.6.3 (per
>>> setup.py), but there is no such dependency in port's Makefile.
>>> I will be able to deal with it at weekend if nobody picks it before.
>>>
>
> Hi Ruslan,
>
> I made the changes you recommended, see:
>
> https://bitbucket.org/gugabsd/freebsd_ports/changeset/aca830bcf349
>
> I created a new PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=167773
>
> Very thanks for you support !

Just picked it. Will see tonight. Thanks.

-- 
Regards,
Ruslan

Tinderboxing kills... the drives.