svn commit: r334731 - in head/devel: awscli py-bcdoc py-botocore

Alexey Degtyarev alexey at FreeBSD.org
Sun Nov 24 14:53:41 UTC 2013


Author: alexey
Date: Sun Nov 24 14:53:40 2013
New Revision: 334731
URL: http://svnweb.freebsd.org/changeset/ports/334731

Log:
  Use PYDISTUTILS_AUTOPLIST.
  
  Approved by:	wg (mentor)

Deleted:
  head/devel/awscli/pkg-plist
  head/devel/py-bcdoc/pkg-plist
  head/devel/py-botocore/pkg-plist
Modified:
  head/devel/awscli/Makefile
  head/devel/py-bcdoc/Makefile
  head/devel/py-botocore/Makefile

Modified: head/devel/awscli/Makefile
==============================================================================
--- head/devel/awscli/Makefile	Sun Nov 24 14:52:28 2013	(r334730)
+++ head/devel/awscli/Makefile	Sun Nov 24 14:53:40 2013	(r334731)
@@ -21,6 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bcdo
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.pre.mk>
 

Modified: head/devel/py-bcdoc/Makefile
==============================================================================
--- head/devel/py-bcdoc/Makefile	Sun Nov 24 14:52:28 2013	(r334730)
+++ head/devel/py-bcdoc/Makefile	Sun Nov 24 14:53:40 2013	(r334731)
@@ -17,5 +17,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docu
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-botocore/Makefile
==============================================================================
--- head/devel/py-botocore/Makefile	Sun Nov 24 14:52:28 2013	(r334730)
+++ head/devel/py-botocore/Makefile	Sun Nov 24 14:53:40 2013	(r334731)
@@ -19,5 +19,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}date
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list