From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 17:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7620C8B for ; Mon, 16 Dec 2013 17:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C21AB16EB for ; Mon, 16 Dec 2013 17:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGHo0Yj011646 for ; Mon, 16 Dec 2013 17:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGHo0Zv011645; Mon, 16 Dec 2013 17:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 17:50:00 GMT Resent-Message-Id: <201312161750.rBGHo0Zv011645@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kozlov Sergey Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C8C4ABD for ; Mon, 16 Dec 2013 17:44:13 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2D62D16A0 for ; Mon, 16 Dec 2013 17:44:13 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBGHiCc7057488 for ; Mon, 16 Dec 2013 17:44:12 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBGHiC78057479; Mon, 16 Dec 2013 17:44:12 GMT (envelope-from nobody) Message-Id: <201312161744.rBGHiC78057479@oldred.freebsd.org> Date: Mon, 16 Dec 2013 17:44:12 GMT From: Kozlov Sergey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184809: [maintainer update] Chase ports framework changes in my python-related ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 17:50:01 -0000 >Number: 184809 >Category: ports >Synopsis: [maintainer update] Chase ports framework changes in my python-related ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 17:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kozlov Sergey >Release: 9.1-RELEASE-p7 >Organization: ARC >Environment: FreeBSD sonya 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #4: Tue Sep 10 18:39:35 EEST 2013 root@sonya:/usr/obj/usr/src/sys/GENERIC amd64 >Description: 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 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: devel/py-RPyC/Makefile =================================================================== --- devel/py-RPyC/Makefile (revision 336646) +++ devel/py-RPyC/Makefile (working copy) @@ -14,5 +14,6 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include Index: textproc/py-pdfminer/Makefile =================================================================== --- textproc/py-pdfminer/Makefile (revision 336646) +++ textproc/py-pdfminer/Makefile (working copy) @@ -14,5 +14,6 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes .include Index: www/py-django-registration-defaults/Makefile =================================================================== --- www/py-django-registration-defaults/Makefile (revision 336646) +++ www/py-django-registration-defaults/Makefile (working copy) @@ -16,5 +16,6 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include Index: www/py-django-tables2/Makefile =================================================================== --- www/py-django-tables2/Makefile (revision 336646) +++ www/py-django-tables2/Makefile (working copy) @@ -10,17 +10,13 @@ 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 +USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST=yes -post-patch: - @${REINPLACE_CMD} 's|classifiers=\[|zip_safe=False, classifiers=\[|' \ - ${WRKSRC}/setup.py - .include Index: www/py-django-tinymce/Makefile =================================================================== --- www/py-django-tinymce/Makefile (revision 336646) +++ www/py-django-tinymce/Makefile (working copy) @@ -15,7 +15,7 @@ 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 >Release-Note: >Audit-Trail: >Unformatted: