devel/py-RPyC: - Make use of AUTOPLIST - Remove patch not needed with setuptools textproc/py-pdfminer: - Make use of AUTOPLIST www/py-django-registration-defaults: - Make use of AUTOPLIST www/py-django-tables2: - Change deprecated LICENSE=BSD - Change deprecated easy_install - zip_safe=False is no longer needed www/py-django-tinymce: - Change deprecated easy_install Please delete the following files and directories: devel/py-RPyC/files/patch-python.py devel/py-RPyC/files devel/py-RPyC/pkg-plist textproc/py-pdfminer/pkg-plist www/py-django-registration-defaults/pkg-plist Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->mva I'll take it.
Author: mva Date: Sun Jan 19 13:37:38 2014 New Revision: 340283 URL: http://svnweb.freebsd.org/changeset/ports/340283 QAT: https://qat.redports.org/buildarchive/r340283/ Log: - Convert to PYDISTUTILS_AUTOPLIST - Remove obsolete patch, now that setuptools is used PR: ports/184809 Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com> Deleted: head/devel/py-RPyC/files/ head/devel/py-RPyC/pkg-plist Modified: head/devel/py-RPyC/Makefile (contents, props changed) Modified: head/devel/py-RPyC/Makefile ============================================================================== --- head/devel/py-RPyC/Makefile Sun Jan 19 13:29:53 2014 (r340282) +++ head/devel/py-RPyC/Makefile Sun Jan 19 13:37:38 2014 (r340283) @@ -14,5 +14,6 @@ LICENSE= MIT USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
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@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> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Author: mva Date: Sun Jan 19 13:41:31 2014 New Revision: 340285 URL: http://svnweb.freebsd.org/changeset/ports/340285 QAT: https://qat.redports.org/buildarchive/r340285/ Log: - Change deprecated USE_PYDISTUTILS=easy_install to yes - Update LICENSE PR: ports/184809 Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com> Modified: head/www/py-django-tables2/Makefile Modified: head/www/py-django-tables2/Makefile ============================================================================== --- head/www/py-django-tables2/Makefile Sun Jan 19 13:39:33 2014 (r340284) +++ head/www/py-django-tables2/Makefile Sun Jan 19 13:41:31 2014 (r340285) @@ -10,17 +10,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kozlov.sergey.404@gmail.com COMMENT= Table/data-grid framework for Django -LICENSE= BSD +LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django \ ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -PYDISTUTILS_AUTOPLIST=yes - -post-patch: - @${REINPLACE_CMD} 's|classifiers=\[|zip_safe=False, classifiers=\[|' \ - ${WRKSRC}/setup.py +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
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@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> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!