svn commit: r337609 - head/devel/py-fastimport

William Grzybowski wg at FreeBSD.org
Thu Dec 26 19:34:33 UTC 2013


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>


More information about the svn-ports-all mailing list