Date: Mon, 9 Jun 2014 10:39:41 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357133 - head/devel/py-gitosis Message-ID: <201406091039.s59Adf8U033419@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406091039.s59Adf8U033419>