From owner-svn-ports-head@FreeBSD.ORG Tue Nov 19 06:38:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF122103; Tue, 19 Nov 2013 06:38:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CEE682766; Tue, 19 Nov 2013 06:38:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAJ6csqm075437; Tue, 19 Nov 2013 06:38:54 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAJ6cs62075435; Tue, 19 Nov 2013 06:38:54 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201311190638.rAJ6cs62075435@svn.freebsd.org> From: Li-Wen Hsu Date: Tue, 19 Nov 2013 06:38:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334283 - head/textproc/py-mako X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Nov 2013 06:38:54 -0000 Author: lwhsu Date: Tue Nov 19 06:38:54 2013 New Revision: 334283 URL: http://svnweb.freebsd.org/changeset/ports/334283 Log: - Support stage and Python3 - Add LICENSE - Use whitespace after WWW: in pkg-descr PR: ports/184067 Submitted by: lwhsu Approved by: wen (maintainer) Deleted: head/textproc/py-mako/pkg-plist Modified: head/textproc/py-mako/Makefile head/textproc/py-mako/pkg-descr Modified: head/textproc/py-mako/Makefile ============================================================================== --- head/textproc/py-mako/Makefile Tue Nov 19 06:37:59 2013 (r334282) +++ head/textproc/py-mako/Makefile Tue Nov 19 06:38:54 2013 (r334283) @@ -12,14 +12,16 @@ DISTNAME= Mako-${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Super-fast templating language in Python +LICENSE= MIT + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beaker>=1.1:${PORTSDIR}/www/py-beaker \ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.9.2:${PORTSDIR}/textproc/py-MarkupSafe \ ${PYTHON_PKGNAMEPREFIX}Babel>0:${PORTSDIR}/devel/py-babel RUN_DEPENDS+= ${BUILD_DEPENDS} -USE_PYTHON= -2.7 +USE_PYTHON= 2.7+ USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= Mako -NO_STAGE= yes .include Modified: head/textproc/py-mako/pkg-descr ============================================================================== --- head/textproc/py-mako/pkg-descr Tue Nov 19 06:37:59 2013 (r334282) +++ head/textproc/py-mako/pkg-descr Tue Nov 19 06:38:54 2013 (r334283) @@ -8,4 +8,4 @@ layout and inheritance to produce one of flexible models available, while also maintaining close ties to Python calling and scoping semantics. -WWW: http://www.makotemplates.org/ +WWW: http://www.makotemplates.org/