Date: Sat, 7 Oct 2017 09:13:35 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451444 - head/textproc/py-Chameleon Message-ID: <201710070913.v979DZMD080822@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Oct 7 09:13:35 2017 New Revision: 451444 URL: https://svnweb.freebsd.org/changeset/ports/451444 Log: Update to 3.2 - Remove LICENSE_FILE - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/malthe/chameleon/blob/master/CHANGES.rst Modified: head/textproc/py-Chameleon/Makefile head/textproc/py-Chameleon/distinfo Modified: head/textproc/py-Chameleon/Makefile ============================================================================== --- head/textproc/py-Chameleon/Makefile Sat Oct 7 09:13:29 2017 (r451443) +++ head/textproc/py-Chameleon/Makefile Sat Oct 7 09:13:35 2017 (r451444) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Chameleon -PORTVERSION= 3.1 +PORTVERSION= 3.2 CATEGORIES= textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,9 @@ 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 +USES= python +USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> Modified: head/textproc/py-Chameleon/distinfo ============================================================================== --- head/textproc/py-Chameleon/distinfo Sat Oct 7 09:13:29 2017 (r451443) +++ head/textproc/py-Chameleon/distinfo Sat Oct 7 09:13:35 2017 (r451444) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487864539 -SHA256 (Chameleon-3.1.tar.gz) = caa3b79eed61038582a7bbb35bc67d2085d3d2497a94f890228c2937d87dc167 -SIZE (Chameleon-3.1.tar.gz) = 159846 +TIMESTAMP = 1507363138 +SHA256 (Chameleon-3.2.tar.gz) = ed2146fde4649f05c9def48de5d9e30d495e0dd7ac41448d14baf69b9cbe60dc +SIZE (Chameleon-3.2.tar.gz) = 116249
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710070913.v979DZMD080822>