Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2013 14:53:40 +0000 (UTC)
From:      Alexey Degtyarev <alexey@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334731 - in head/devel: awscli py-bcdoc py-botocore
Message-ID:  <201311241453.rAOErelT043543@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311241453.rAOErelT043543>