From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 10 17:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 277EF925 for ; Sat, 10 Aug 2013 17:50:02 +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 07A142804 for ; Sat, 10 Aug 2013 17:50:02 +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 r7AHo1De056361 for ; Sat, 10 Aug 2013 17:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7AHo1ti056360; Sat, 10 Aug 2013 17:50:01 GMT (envelope-from gnats) Resent-Date: Sat, 10 Aug 2013 17:50:01 GMT Resent-Message-Id: <201308101750.r7AHo1ti056360@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, Olivier Duchateau 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 196E091A for ; Sat, 10 Aug 2013 17:49: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 EC5B327FE for ; Sat, 10 Aug 2013 17:49:28 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7AHnSPS068864 for ; Sat, 10 Aug 2013 17:49:28 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7AHnSxC068857; Sat, 10 Aug 2013 17:49:28 GMT (envelope-from nobody) Message-Id: <201308101749.r7AHnSxC068857@oldred.freebsd.org> Date: Sat, 10 Aug 2013 17:49:28 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181219: [UPDATE] devel/py-Jinja2 to 2.7.1 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: Sat, 10 Aug 2013 17:50:02 -0000 >Number: 181219 >Category: ports >Synopsis: [UPDATE] devel/py-Jinja2 to 2.7.1 >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: Sat Aug 10 17:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: >Organization: >Environment: >Description: - Update to 2.7.1 - Adjust versions of textproc/py-MarkupSafe and devel/py-babel It's full compatible with Python 3 (it needs PR181218 [1] update devel/py-babel). Note: Documentation has been tested with textproc/py-sphinx 1.2 beta1 (not presents in ports tree). [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=181218 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (révision 324557) +++ Makefile (copie de travail) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Jinja2 -PORTVERSION= 2.7 +PORTVERSION= 2.7.1 PORTREVISION= 0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -14,7 +14,7 @@ LICENSE= BSD -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.11:${PORTSDIR}/textproc/py-MarkupSafe +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.18:${PORTSDIR}/textproc/py-MarkupSafe USE_PYTHON= yes .if empty(PKGNAMESUFFIX) @@ -42,13 +42,12 @@ PORT_OPTIONS:= ${PORT_OPTIONS:NEXAMPLES} .endif -.if ${PORT_OPTIONS:MBABEL} && ${PYTHON_REL} < 300 -# Actually >= 0.9.8, devel/py-babel doesn't yet build with Py3k -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Babel>=0.9.6:${PORTSDIR}/devel/py-babel +.if ${PORT_OPTIONS:MBABEL} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:${PORTSDIR}/devel/py-babel .endif .if ${PORT_OPTIONS:MSPEEDUPS} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.11:${PORTSDIR}/textproc/py-MarkupSafe +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.18:${PORTSDIR}/textproc/py-MarkupSafe .endif # no problem with Python > 3.2 Index: distinfo =================================================================== --- distinfo (révision 324557) +++ distinfo (copie de travail) @@ -1,2 +1,2 @@ -SHA256 (Jinja2-2.7.tar.gz) = 474f1518d189ae7e318b139fecc1d30b943f124448cfa0f09582ca23e069fa4d -SIZE (Jinja2-2.7.tar.gz) = 377603 +SHA256 (Jinja2-2.7.1.tar.gz) = 5cc0a087a81dca1c08368482fb7a92fe2bdd8cfbb22bc0fccfe6c85affb04c8b +SIZE (Jinja2-2.7.1.tar.gz) = 377813 Index: pkg-plist =================================================================== --- pkg-plist (révision 324557) +++ pkg-plist (copie de travail) @@ -75,6 +75,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jinja2/testsuite/api.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jinja2/testsuite/api.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jinja2/testsuite/api.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jinja2/testsuite/bytecode_cache.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jinja2/testsuite/bytecode_cache.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jinja2/testsuite/bytecode_cache.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jinja2/testsuite/core_tags.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jinja2/testsuite/core_tags.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jinja2/testsuite/core_tags.pyo >Release-Note: >Audit-Trail: >Unformatted: