svn commit: r346683 - head/devel/py-turbocheetah

Martin Wilke miwi at FreeBSD.org
Sat Mar 1 18:04:09 UTC 2014


Author: miwi
Date: Sat Mar  1 18:04:08 2014
New Revision: 346683
URL: http://svnweb.freebsd.org/changeset/ports/346683
QAT: https://qat.redports.org/buildarchive/r346683/

Log:
  - Convert to autoplist
  - Stage support
  - Bump PORTREVISION

Deleted:
  head/devel/py-turbocheetah/pkg-plist
Modified:
  head/devel/py-turbocheetah/Makefile

Modified: head/devel/py-turbocheetah/Makefile
==============================================================================
--- head/devel/py-turbocheetah/Makefile	Sat Mar  1 18:03:49 2014	(r346682)
+++ head/devel/py-turbocheetah/Makefile	Sat Mar  1 18:04:08 2014	(r346683)
@@ -3,7 +3,7 @@
 
 PORTNAME=	TurboCheetah
 PORTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP \
 		http://files.turbogears.org/eggs/ \
@@ -16,9 +16,9 @@ COMMENT=	TurboGears plugin to support us
 RUN_DEPENDS=	cheetah:${PORTSDIR}/devel/py-cheetah
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "sparc64"


More information about the svn-ports-head mailing list