svn commit: r337060 - head/devel/py-gitpython

William Grzybowski wg at FreeBSD.org
Fri Dec 20 18:21:40 UTC 2013


Author: wg
Date: Fri Dec 20 18:21:40 2013
New Revision: 337060
URL: http://svnweb.freebsd.org/changeset/ports/337060

Log:
  devel/py-gitpython: allow staging and use auto plist

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

Modified: head/devel/py-gitpython/Makefile
==============================================================================
--- head/devel/py-gitpython/Makefile	Fri Dec 20 18:21:04 2013	(r337059)
+++ head/devel/py-gitpython/Makefile	Fri Dec 20 18:21:40 2013	(r337060)
@@ -3,6 +3,7 @@
 
 PORTNAME=	GitPython
 PORTVERSION=	0.3.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT=	Python Git Library
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gitdb>0:${PORTSDIR}/devel/py-gitdb
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list