From owner-svn-ports-all@FreeBSD.ORG Fri Aug 30 15:17:34 2013 Return-Path: <owner-svn-ports-all@FreeBSD.ORG> Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 94B23F66; Fri, 30 Aug 2013 15:17:34 +0000 (UTC) (envelope-from dryiceliu@gmail.com) Received: from mail-pb0-x229.google.com (mail-pb0-x229.google.com [IPv6:2607:f8b0:400e:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B6BB2C53; Fri, 30 Aug 2013 15:17:34 +0000 (UTC) Received: by mail-pb0-f41.google.com with SMTP id rp2so2007552pbb.14 for <multiple recipients>; Fri, 30 Aug 2013 08:17:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :organization:mime-version:content-type:content-transfer-encoding; bh=Zy2+3y8nB9u3JxvFP0IBzYHQby2YIUWITfDTHIP+jCc=; b=k3wpmO+VGGcTGZ8XBjjksdelhBDiE3rPQB3PLmrZ5adpabpyQ6gjP+tQpPHgFHZnbO HUMLTvdjQcSjCdxqPCJ/XWMbbT7ho/j+rXpdCyIXgPCe/+F5KXNyp1XcqI0oGJrHKLk9 L1Ii43YH8ePnXhL4EtbNpwRT66SXEpVXx6WKwNFeZVuBtcPOVHDrnz9SfKR+MAbNlRiy ZkdNH6d30UJh06L0zMCj2uuoV3OFDXVlE01YfMHsrAjfP9JCHrhYx+OoeMT7q6Foh1c9 WUTfW3in73z2IVd63AgN0QTwsN5UH7UudtRaXQg0TxE5fN7MahlYjeIUuMmkLtEzIGxN TXXA== X-Received: by 10.67.23.227 with SMTP id id3mr11475619pad.101.1377875853760; Fri, 30 Aug 2013 08:17:33 -0700 (PDT) Received: from desktop.dryice.name ([59.61.64.77]) by mx.google.com with ESMTPSA id uw6sm45073352pbc.8.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 30 Aug 2013 08:17:32 -0700 (PDT) Sender: Dryice Liu <dryiceliu@gmail.com> Date: Fri, 30 Aug 2013 23:17:20 +0800 From: Dryice Liu <dryice@FreeBSD.Org> To: Bryan Drewery <bdrewery@FreeBSD.org> Subject: Re: svn commit: r325677 - head/www/trac Message-ID: <20130830231720.29e68161@desktop.dryice.name> In-Reply-To: <201308301259.r7UCxIWw031371@svn.freebsd.org> References: <201308301259.r7UCxIWw031371@svn.freebsd.org> Organization: FreeBSD.Org X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, 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 <svn-ports-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all> List-Post: <mailto:svn-ports-all@freebsd.org> List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 30 Aug 2013 15:17:34 -0000 Bryan Drewery wrote on Fri, 30 Aug 2013 12:59:18 +0000 (UTC): > Author: bdrewery > Date: Fri Aug 30 12:59:17 2013 > New Revision: 325677 > URL: http://svnweb.freebsd.org/changeset/ports/325677 > > Log: > - Mark BROKEN, fails to configure after recent pytz update > Looks this is not because of the recent pytz update, but the recent py-babel update: the new 1.x version of py-babel run_depends on pytz. I've opened ports/181686 for this. Cheers, Dryice