Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Dec 2016 17:49:21 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428577 - head/textproc/py-Chameleon
Message-ID:  <201612141749.uBEHnLTb033003@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612141749.uBEHnLTb033003>