Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2014 18:00:04 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346669 - head/devel/py-turbokid
Message-ID:  <201403011800.s21I04dI088593@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Mar  1 18:00:03 2014
New Revision: 346669
URL: http://svnweb.freebsd.org/changeset/ports/346669
QAT: https://qat.redports.org/buildarchive/r346669/

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

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

Modified: head/devel/py-turbokid/Makefile
==============================================================================
--- head/devel/py-turbokid/Makefile	Sat Mar  1 17:59:46 2014	(r346668)
+++ head/devel/py-turbokid/Makefile	Sat Mar  1 18:00:03 2014	(r346669)
@@ -3,7 +3,7 @@
 
 PORTNAME=	TurboKid
 PORTVERSION=	1.0.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP \
 		http://nivi.interfree.it/distfiles/${PORTNAME}/
@@ -15,7 +15,7 @@ COMMENT=	Python template plugin that sup
 RUN_DEPENDS=	kid:${PORTSDIR}/devel/py-kid
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403011800.s21I04dI088593>