From aa91b6a7cc5ab53b8dda2288b9e4ce8d622e3558 Mon Sep 17 00:00:00 2001 From: Olivier Duchateau Date: Wed, 14 Dec 2016 17:49:20 +0000 Subject: [PATCH] - 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 --- textproc/py-Chameleon/Makefile | 5 +++-- textproc/py-Chameleon/distinfo | 6 +++--- textproc/py-Chameleon/pkg-descr | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/textproc/py-Chameleon/Makefile b/textproc/py-Chameleon/Makefile index dde88dfd378f..ab79855c21df 100644 --- a/textproc/py-Chameleon/Makefile +++ b/textproc/py-Chameleon/Makefile @@ -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 diff --git a/textproc/py-Chameleon/distinfo b/textproc/py-Chameleon/distinfo index 6f37aa5ea9e8..7156bbc4c2ab 100644 --- a/textproc/py-Chameleon/distinfo +++ b/textproc/py-Chameleon/distinfo @@ -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 diff --git a/textproc/py-Chameleon/pkg-descr b/textproc/py-Chameleon/pkg-descr index 74e1ab5ceecc..ed5ffdc8d689 100644 --- a/textproc/py-Chameleon/pkg-descr +++ b/textproc/py-Chameleon/pkg-descr @@ -6,4 +6,4 @@ HTML markup or XML. The language used is page templates, originally a Zope 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