From owner-svn-ports-head@FreeBSD.ORG Sat Aug 31 01:24:01 2013 Return-Path: Delivered-To: svn-ports-head@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 8C5311FE; Sat, 31 Aug 2013 01:24:01 +0000 (UTC) (envelope-from dryiceliu@gmail.com) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4D5322CC5; Sat, 31 Aug 2013 01:24:01 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id lj1so2985657pab.15 for ; Fri, 30 Aug 2013 18:24:01 -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=iPTLDm8IuzCY3HFrGqS6fBQWpvGMWQTkdyUJbHL08Ww=; b=QBCMhaNyzDrH+C99a4y8VHcKdfX5GzCwjN77HVZdu7WJ/DNgJpx9bVF6TYCaPhB1TB kbXpQgKjY9xcbcLWZzCP/w04gd2rPXstF4RpiBv1sSRCJSqw5ma8TX/rIvts3BioEmPJ 7w5cvKLUGYdmmQ0HVQqExu/mAbLk/GKxoGAtJFdLPwAqhbQl+4ZV4o1DfSNZgNDQroEF 2AalyRYZ+DNtv/H5HLgrwI/R0KDHrB7mkXNzZldjd6EPuKwS0ckY7BV0ms1WlnDPo0uU wvc6GFViwCwCjvyo3AuCCvgWFoWG2erPpUXeNFjucG22snviQSMmhkHmKcVKNS0PNjdD Fl2w== X-Received: by 10.68.36.132 with SMTP id q4mr13041421pbj.118.1377912241010; Fri, 30 Aug 2013 18:24:01 -0700 (PDT) Received: from desktop.dryice.name ([117.28.171.163]) by mx.google.com with ESMTPSA id wp8sm730423pbc.26.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 30 Aug 2013 18:23:59 -0700 (PDT) Sender: Dryice Liu Date: Sat, 31 Aug 2013 09:23:48 +0800 From: Dryice Liu To: Bryan Drewery Subject: Re: svn commit: r325677 - head/www/trac Message-ID: <20130831092348.740f058d@desktop.dryice.name> In-Reply-To: <52212844.2070704@FreeBSD.org> References: <201308301259.r7UCxIWw031371@svn.freebsd.org> <20130830231720.29e68161@desktop.dryice.name> <52212844.2070704@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, Dryice Liu X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Aug 2013 01:24:01 -0000 Bryan Drewery wrote on Fri, 30 Aug 2013 18:18:28 -0500: > On 8/30/2013 10:17 AM, Dryice Liu wrote: > > 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 > > > > Yup you're right. Please be sure to update PORTREVISION in yoir 181686 > and to also remove BROKEN in www/trac. Thanks for the headsup on PORTREVISION. Committed. Dryice