Date: Fri, 21 Feb 2014 21:55:01 +0000 (UTC) From: Grzegorz Blach <gblach@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345552 - head/textproc/py-pystache Message-ID: <201402212155.s1LLt14F080473@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gblach Date: Fri Feb 21 21:55:00 2014 New Revision: 345552 URL: http://svnweb.freebsd.org/changeset/ports/345552 QAT: https://qat.redports.org/buildarchive/r345552/ Log: - Stage support - Convert to AUTOPLIST - Bump PORTREVISION Modified: head/textproc/py-pystache/Makefile head/textproc/py-pystache/pkg-descr Modified: head/textproc/py-pystache/Makefile ============================================================================== --- head/textproc/py-pystache/Makefile Fri Feb 21 21:43:20 2014 (r345551) +++ head/textproc/py-pystache/Makefile Fri Feb 21 21:55:00 2014 (r345552) @@ -3,6 +3,7 @@ PORTNAME= pystache PORTVERSION= 0.5.3 +PORTREVISION= 1 CATEGORIES= textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,14 +14,8 @@ COMMENT= Logic-less templates for Python LICENSE= MIT # Python3 ready -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} >= 320 -.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/textproc/py-pystache/pkg-descr ============================================================================== --- head/textproc/py-pystache/pkg-descr Fri Feb 21 21:43:20 2014 (r345551) +++ head/textproc/py-pystache/pkg-descr Fri Feb 21 21:55:00 2014 (r345552) @@ -2,4 +2,4 @@ Pystache is a Python implementation of M Inspired by ctemplate and et, Mustache is a framework-agnostic way to render logic-free views. -WWW: https://github.com/defunkt/pystache +WWW: https://github.com/defunkt/pystache
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402212155.s1LLt14F080473>