svn commit: r340286 - head/www/py-django-tinymce

Marcus von Appen mva at FreeBSD.org
Sun Jan 19 13:42:40 UTC 2014


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

Log:
  - Change deprecated USE_PYDISTUTILS=easy_install to yes
  
  PR:		ports/184809
  Submitted by:	Kozlov Sergey <kozlov.sergey.404 at gmail.com>

Modified:
  head/www/py-django-tinymce/Makefile

Modified: head/www/py-django-tinymce/Makefile
==============================================================================
--- head/www/py-django-tinymce/Makefile	Sun Jan 19 13:41:31 2014	(r340285)
+++ head/www/py-django-tinymce/Makefile	Sun Jan 19 13:42:39 2014	(r340286)
@@ -15,7 +15,7 @@ LICENSE=	MIT
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list