Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2013 14:58:29 GMT
From:      Dryice Liu <dryice@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181686: devel/py-babel: add pytz as run_dependency
Message-ID:  <201308301458.r7UEwTg1020368@oldred.freebsd.org>
Resent-Message-ID: <201308301500.r7UF00Sh051321@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308301458.r7UEwTg1020368>