From owner-svn-ports-all@FreeBSD.ORG Tue Feb 5 17:46:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 85EF1B60; Tue, 5 Feb 2013 17:46:30 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x22e.google.com (ia-in-x022e.1e100.net [IPv6:2607:f8b0:4001:c02::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 3F208CC5; Tue, 5 Feb 2013 17:46:30 +0000 (UTC) Received: by mail-ia0-f174.google.com with SMTP id o25so441090iad.19 for ; Tue, 05 Feb 2013 09:46:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=MY0Sa/OZF3O40Z2w5jC3cQvmpEoUf64Kl5zwfnf7E/c=; b=xCX5SrJcTD9oBv++ubJENfrhiewP5jL8ZvWRlFhIJ1wY84BZNBmF0bF/2CtSnaaqV/ QY/7+GWlKNw4oVkMqKbL958x5WHHEExiZovnkNYGh8LEo40sboBYmNLNS5OWDd7svvQt YlRwYN1xVdOUZLcNyl3toPsSEZTYL/wNdgTaCY5jwSdGGmqNYEUiUuliBtOa2ydCl4CG IpS07dKqOPqrx3tFIXv0pG6SM86UwkanQgDAxLmAl9ou8xWGOEj1L27W2qUTXukLqsuy I0BBdVG6LNfRtgx9Ja/paDvcyZQz9Jdx1F0Sz0ZjGbig1rmRRLnY6+/e+KurWrEUPwCZ dbTw== X-Received: by 10.50.13.175 with SMTP id i15mr15028991igc.75.1360086389387; Tue, 05 Feb 2013 09:46:29 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.16.73 with HTTP; Tue, 5 Feb 2013 09:45:59 -0800 (PST) In-Reply-To: <20130205172926.GG88651@ithaqua.etoilebsd.net> References: <50eaa48a.7a2e.639b9964@svn.freebsd.org> <20130205172926.GG88651@ithaqua.etoilebsd.net> From: Chris Rees Date: Tue, 5 Feb 2013 17:45:59 +0000 X-Google-Sender-Auth: yyi4ALJVpG2VQOwl7e0vqqf2i4A Message-ID: Subject: Re: svn commit: r310034 - in head/www/reviewboard: . files To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Ruslan Mahmatkhanov , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 17:46:30 -0000 On 5 February 2013 17:29, Baptiste Daroussin wrote: > On Mon, Jan 07, 2013 at 10:33:46AM +0000, Ruslan Mahmatkhanov wrote: >> Author: rm >> Date: Mon Jan 7 10:33:45 2013 >> New Revision: 310034 >> URL: http://svnweb.freebsd.org/changeset/ports/310034 >> >> Log: >> - update to 1.7.1 >> - update dependencies list >> - limit to python 2.x only >> >> while here: >> - remove indefinite article from COMMENT >> - tab -> space change in pkg-descr:WWW >> >> PR: 174682 >> Submitted by: Po-Chien Lin (maintainer) >> >> > [...] >> ${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup \ >> - ${PYTHON_PKGNAMEPREFIX}paramiko>1.7.6:${PORTSDIR}/security/py-paramiko \ >> - ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \ >> + ${PYTHON_PKGNAMEPREFIX}dateutil==1.5:${PORTSDIR}/devel/py-dateutil \ > > Is this change on purpose? this results in a broken reviewboard because we don't > have a py27-datautils-1.5 in the ports tree? In any case, it's incorrect; should be single =. The fact that it works is probably a bug :) Chris