Index: head/textproc/py-Chameleon/Makefile =================================================================== --- head/textproc/py-Chameleon/Makefile (revision 428576) +++ head/textproc/py-Chameleon/Makefile (revision 428577) @@ -1,19 +1,20 @@ # Created by: Cheng-Lung Sung # $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 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes .include Index: head/textproc/py-Chameleon/distinfo =================================================================== --- head/textproc/py-Chameleon/distinfo (revision 428576) +++ head/textproc/py-Chameleon/distinfo (revision 428577) @@ -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 Index: head/textproc/py-Chameleon/pkg-descr =================================================================== --- head/textproc/py-Chameleon/pkg-descr (revision 428576) +++ head/textproc/py-Chameleon/pkg-descr (revision 428577) @@ -1,9 +1,9 @@ Chameleon is an HTML/XML template engine for Python. It uses the page templates language. It’s designed to generate the document output of a web application, typicay 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