Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2013 19:34:33 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337609 - head/devel/py-fastimport
Message-ID:  <201312261934.rBQJYXH9041748@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Thu Dec 26 19:34:32 2013
New Revision: 337609
URL: http://svnweb.freebsd.org/changeset/ports/337609

Log:
  devel/py-fastimport: support staging

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

Modified: head/devel/py-fastimport/Makefile
==============================================================================
--- head/devel/py-fastimport/Makefile	Thu Dec 26 19:33:59 2013	(r337608)
+++ head/devel/py-fastimport/Makefile	Thu Dec 26 19:34:32 2013	(r337609)
@@ -14,9 +14,8 @@ COMMENT=	Fastimport parser in Python
 LICENSE=	GPLv2
 
 WRKSRC=		${WRKDIR}/python-${PORTNAME}-${PORTVERSION}
-USE_PYTHON=	2.5+
+USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	fastimport
+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?201312261934.rBQJYXH9041748>