Date: Fri, 20 Dec 2013 18:21:40 +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: r337060 - head/devel/py-gitpython Message-ID: <201312201821.rBKILejm077335@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312201821.rBKILejm077335>