From owner-svn-ports-head@FreeBSD.ORG Fri Feb 21 21:55:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F013978; Fri, 21 Feb 2014 21:55:01 +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 8AD27118F; Fri, 21 Feb 2014 21:55:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1LLt14E080481; Fri, 21 Feb 2014 21:55:01 GMT (envelope-from gblach@svn.freebsd.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1LLt14F080473; Fri, 21 Feb 2014 21:55:01 GMT (envelope-from gblach@svn.freebsd.org) Message-Id: <201402212155.s1LLt14F080473@svn.freebsd.org> From: Grzegorz Blach Date: Fri, 21 Feb 2014 21:55:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345552 - head/textproc/py-pystache 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.17 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: Fri, 21 Feb 2014 21:55:01 -0000 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 - -.if ${PYTHON_REL} >= 320 -.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" -.endif - -.include +.include 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