svn commit: r341859 - head/devel/py-setuptools-git

Martin Wilke miwi at FreeBSD.org
Thu Jan 30 16:37:32 UTC 2014


Author: miwi
Date: Thu Jan 30 16:37:32 2014
New Revision: 341859
URL: http://svnweb.freebsd.org/changeset/ports/341859
QAT: https://qat.redports.org/buildarchive/r341859/

Log:
  - Stage support
  - Convert to PYDISTUTILS_AUTOPLIST
  - Bump PORTREV

Modified:
  head/devel/py-setuptools-git/Makefile

Modified: head/devel/py-setuptools-git/Makefile
==============================================================================
--- head/devel/py-setuptools-git/Makefile	Thu Jan 30 16:36:53 2014	(r341858)
+++ head/devel/py-setuptools-git/Makefile	Thu Jan 30 16:37:32 2014	(r341859)
@@ -3,6 +3,7 @@
 
 PORTNAME=	setuptools-git
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,9 +12,7 @@ MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	Setuptools plugin for git
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list