From owner-svn-ports-all@freebsd.org Wed Dec 14 17:49:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EDBEC80756; Wed, 14 Dec 2016 17:49:22 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1515C7D0; Wed, 14 Dec 2016 17:49:22 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBEHnLlC033006; Wed, 14 Dec 2016 17:49:21 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBEHnLTb033003; Wed, 14 Dec 2016 17:49:21 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201612141749.uBEHnLTb033003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 14 Dec 2016 17:49:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428577 - head/textproc/py-Chameleon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2016 17:49:22 -0000 Author: olivierd Date: Wed Dec 14 17:49:20 2016 New Revision: 428577 URL: https://svnweb.freebsd.org/changeset/ports/428577 Log: - Update to 3.0 - Reassign to the Python team - Port is neutral - Adjust WWW entry Changelog: https://github.com/malthe/chameleon/blob/3.0/CHANGES.rst#30-2016-12-07 Modified: head/textproc/py-Chameleon/Makefile head/textproc/py-Chameleon/distinfo head/textproc/py-Chameleon/pkg-descr Modified: head/textproc/py-Chameleon/Makefile ============================================================================== --- head/textproc/py-Chameleon/Makefile Wed Dec 14 17:29:44 2016 (r428576) +++ head/textproc/py-Chameleon/Makefile Wed Dec 14 17:49:20 2016 (r428577) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= Chameleon -PORTVERSION= 2.25 +PORTVERSION= 3.0 CATEGORIES= textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= Fast HTML/XML Template Compiler LICENSE= BSD4CLAUSE @@ -15,5 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes .include Modified: head/textproc/py-Chameleon/distinfo ============================================================================== --- head/textproc/py-Chameleon/distinfo Wed Dec 14 17:29:44 2016 (r428576) +++ head/textproc/py-Chameleon/distinfo Wed Dec 14 17:49:20 2016 (r428577) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474945965 -SHA256 (Chameleon-2.25.tar.gz) = 6b2740e077626306c10a659bb9fe80d2eb8b6ceb89b521dfbed2f1432b2b496d -SIZE (Chameleon-2.25.tar.gz) = 193965 +TIMESTAMP = 1481737394 +SHA256 (Chameleon-3.0.tar.gz) = b830b9c44578635caa73ae91f511013df7576304f6f1375f99a27bce5e2099d9 +SIZE (Chameleon-3.0.tar.gz) = 158668 Modified: head/textproc/py-Chameleon/pkg-descr ============================================================================== --- head/textproc/py-Chameleon/pkg-descr Wed Dec 14 17:29:44 2016 (r428576) +++ head/textproc/py-Chameleon/pkg-descr Wed Dec 14 17:49:20 2016 (r428577) @@ -6,4 +6,4 @@ HTML markup or XML. The language used is invention, but available here as a standalone library that you can use in any script or application running Python. -WWW: http://www.pagetemplates.org/ +WWW: https://github.com/malthe/chameleon