svn commit: r357133 - head/devel/py-gitosis

Marcus von Appen mva at FreeBSD.org
Mon Jun 9 10:39:41 UTC 2014


Author: mva
Date: Mon Jun  9 10:39:40 2014
New Revision: 357133
URL: http://svnweb.freebsd.org/changeset/ports/357133
QAT: https://qat.redports.org/buildarchive/r357133/

Log:
  - Remove easy_install dependency
  - Bump PORTREVISION to enforce a cleanup for the easy_install references
  
  With hat:	python@
  Approved by:	portmgr (implicit)

Modified:
  head/devel/py-gitosis/Makefile

Modified: head/devel/py-gitosis/Makefile
==============================================================================
--- head/devel/py-gitosis/Makefile	Mon Jun  9 10:35:48 2014	(r357132)
+++ head/devel/py-gitosis/Makefile	Mon Jun  9 10:39:40 2014	(r357133)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gitosis
 PORTVERSION=	0.2.20090917
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	http://apt.douglasthrift.net/files/${PORTNAME}/ \
 		http://code.douglasthrift.net/files/${PORTNAME}/
@@ -16,8 +17,8 @@ LICENSE=	GPLv2
 RUN_DEPENDS=	git:${PORTSDIR}/devel/git
 
 USE_BZIP2=	yes
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 USERS=		git
 GROUPS=		${USERS}
@@ -26,6 +27,6 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 PYDISTUTILS_PKGVERSION=	${PORTVERSION:R}
 
 post-install:
-	${CHMOD} +x ${STAGEDIR}${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG}/gitosis/templates/admin/hooks/post-update
+	${CHMOD} +x ${STAGEDIR}${PYTHON_SITELIBDIR}/gitosis/templates/admin/hooks/post-update
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list