svn commit: r340284 - in head: textproc/py-pdfminer www/py-django-registration-defaults

Marcus von Appen mva at FreeBSD.org
Sun Jan 19 13:39:34 UTC 2014


Author: mva
Date: Sun Jan 19 13:39:33 2014
New Revision: 340284
URL: http://svnweb.freebsd.org/changeset/ports/340284
QAT: https://qat.redports.org/buildarchive/r340284/

Log:
  - Convert to PYDISTUTILS_AUTOPLIST
  
  PR:		ports/184809
  Submitted by:	Kozlov Sergey <kozlov.sergey.404 at gmail.com>

Deleted:
  head/textproc/py-pdfminer/pkg-plist
  head/www/py-django-registration-defaults/pkg-plist
Modified:
  head/textproc/py-pdfminer/Makefile
  head/www/py-django-registration-defaults/Makefile

Modified: head/textproc/py-pdfminer/Makefile
==============================================================================
--- head/textproc/py-pdfminer/Makefile	Sun Jan 19 13:37:38 2014	(r340283)
+++ head/textproc/py-pdfminer/Makefile	Sun Jan 19 13:39:33 2014	(r340284)
@@ -14,5 +14,6 @@ LICENSE=	MIT
 
 USE_PYTHON=	2
 USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/www/py-django-registration-defaults/Makefile
==============================================================================
--- head/www/py-django-registration-defaults/Makefile	Sun Jan 19 13:37:38 2014	(r340283)
+++ head/www/py-django-registration-defaults/Makefile	Sun Jan 19 13:39:33 2014	(r340284)
@@ -16,5 +16,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}djan
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list