From owner-svn-ports-head@FreeBSD.ORG Sat Feb 2 14:25:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9CD177F7; Sat, 2 Feb 2013 14:25:29 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5E7083FE; Sat, 2 Feb 2013 14:25:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r12EPT3N076564; Sat, 2 Feb 2013 14:25:29 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r12EPTA7076562; Sat, 2 Feb 2013 14:25:29 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201302021425.r12EPTA7076562@svn.freebsd.org> From: Nicola Vitale Date: Sat, 2 Feb 2013 14:25:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311429 - head/www/py-bottle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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, 02 Feb 2013 14:25:29 -0000 Author: nivit Date: Sat Feb 2 14:25:28 2013 New Revision: 311429 URL: http://svnweb.freebsd.org/changeset/ports/311429 Log: - Update to 0.11.6 - Include fix of pkg-plist when Python ver >= 3.2 Modified: head/www/py-bottle/Makefile head/www/py-bottle/distinfo Modified: head/www/py-bottle/Makefile ============================================================================== --- head/www/py-bottle/Makefile Sat Feb 2 13:32:45 2013 (r311428) +++ head/www/py-bottle/Makefile Sat Feb 2 14:25:28 2013 (r311429) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bottle -PORTVERSION= 0.11.2 +PORTVERSION= 0.11.6 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,20 +19,7 @@ USE_PYDISTUTILS= yes .include .if ${PYTHON_REL} >= 320 -# When Python version is 3.2+ we rewrite all the filenames -# of TMPPLIST that end with .py[co], so that they conform -# to PEP 3147 (see http://www.python.org/dev/peps/pep-3147/) -PYMAGICTAG= ${PYTHON_CMD} -c 'import imp; print(imp.get_tag())' -add-plist-post: - @${AWK} '\ - /\.py[co]$$/ && !($$0 ~ "/" pc "/") {id = match($$0, /\/[^\/]+\.py[co]$$/); if (id != 0) {d = substr($$0, 1, RSTART - 1); dirs[d] = 1}; sub(/\.py[co]$$/, "." mt "&"); sub(/[^\/]+\.py[co]$$/, pc "/&"); print; next} \ - /^@dirrm / {d = substr($$0, 8); if (d in dirs) {print $$0 "/" pc}; print $$0; next} \ - {print} \ - END {if (sp in dirs) {print "@dirrm " sp "/" pc}} \ - ' \ - pc="__pycache__" mt="$$(${PYMAGICTAG})" sp="${PYTHON_SITELIBDIR:S,${PYTHONBASE}/,,g}" \ - ${TMPPLIST} > ${TMPPLIST}.pyc_tmp - @${MV} ${TMPPLIST}.pyc_tmp ${TMPPLIST} +.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" .endif .include Modified: head/www/py-bottle/distinfo ============================================================================== --- head/www/py-bottle/distinfo Sat Feb 2 13:32:45 2013 (r311428) +++ head/www/py-bottle/distinfo Sat Feb 2 14:25:28 2013 (r311429) @@ -1,2 +1,2 @@ -SHA256 (bottle-0.11.2.tar.gz) = e93021d447fca6116acdc737762557347e85669cc0705ddbcf7371e11c74b0b0 -SIZE (bottle-0.11.2.tar.gz) = 60341 +SHA256 (bottle-0.11.6.tar.gz) = 2e63802cbe6a21537e35d92ec3c80a1e302dc619d169efe6a212cab9f48e7b29 +SIZE (bottle-0.11.6.tar.gz) = 60612