From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 30 15:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C5ADA94F for ; Fri, 30 Aug 2013 15:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8C2F62B44 for ; Fri, 30 Aug 2013 15:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7UF00JZ051322 for ; Fri, 30 Aug 2013 15:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7UF00Sh051321; Fri, 30 Aug 2013 15:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 30 Aug 2013 15:00:00 GMT Resent-Message-Id: <201308301500.r7UF00Sh051321@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dryice Liu 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 5F82C93D for ; Fri, 30 Aug 2013 14:58:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4CE552B39 for ; Fri, 30 Aug 2013 14:58:29 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7UEwTtf020369 for ; Fri, 30 Aug 2013 14:58:29 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7UEwTg1020368; Fri, 30 Aug 2013 14:58:29 GMT (envelope-from nobody) Message-Id: <201308301458.r7UEwTg1020368@oldred.freebsd.org> Date: Fri, 30 Aug 2013 14:58:29 GMT From: Dryice Liu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181686: devel/py-babel: add pytz as run_dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Aug 2013 15:00:00 -0000 >Number: 181686 >Category: ports >Synopsis: devel/py-babel: add pytz as run_dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 30 15:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dryice Liu >Release: FreeBSD 9.1-PRERELEASE amd64 >Organization: freebsd.org >Environment: System: FreeBSD desktop.dryice.name 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #2: Tue Sep 11 22:17:22 CST 2012 dryice@desktop.dryice.name:/usr/obj/usr/src/sys/GENERIC amd64 >Description: New 1.x version of py-babel requires pytz to run. This will also un-break www/trac >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 325699) +++ Makefile (working copy) @@ -10,6 +10,8 @@ MAINTAINER= gaod@hychen.org COMMENT= Collection of tools for internationalizing Python applications +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz + USE_PYTHON= 2.7+ USE_PYDISTUTILS= easy_install >Release-Note: >Audit-Trail: >Unformatted: