svn commit: r345552 - head/textproc/py-pystache

Grzegorz Blach gblach at FreeBSD.org
Fri Feb 21 21:55:01 UTC 2014


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


More information about the svn-ports-head mailing list