Date: Mon, 25 Nov 2013 19:18:46 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334887 - head/devel/py-gitosis Message-ID: <201311251918.rAPJIki0094472@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Nov 25 19:18:45 2013 New Revision: 334887 URL: http://svnweb.freebsd.org/changeset/ports/334887 Log: - Use PYDISTUTILS_AUTOPLIST - Support STAGEDIR PR: ports/184267 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Deleted: head/devel/py-gitosis/pkg-plist Modified: head/devel/py-gitosis/Makefile (contents, props changed) Modified: head/devel/py-gitosis/Makefile ============================================================================== --- head/devel/py-gitosis/Makefile Mon Nov 25 19:15:11 2013 (r334886) +++ head/devel/py-gitosis/Makefile Mon Nov 25 19:18:45 2013 (r334887) @@ -18,15 +18,16 @@ RUN_DEPENDS= git:${PORTSDIR}/devel/git USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes USERS= git GROUPS= ${USERS} WRKSRC= ${WRKDIR}/${PORTNAME} PYDISTUTILS_PKGVERSION= ${PORTVERSION:R} -NO_STAGE= yes +PLIST_DIRSTRY= git + post-install: - ${CHMOD} +x ${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG}/gitosis/templates/admin/hooks/post-update - @${CAT} ${PKGMESSAGE} + ${CHMOD} +x ${STAGEDIR}${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG}/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?201311251918.rAPJIki0094472>