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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 25 19:18:46 UTC 2013


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 at 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>


More information about the svn-ports-all mailing list