From nobody@FreeBSD.org  Mon Dec 16 17:44:13 2013
Return-Path: <nobody@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 4C8C4ABD
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <kozlov.sergey.404@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] Chase ports framework changes in my python-related ports
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         184809
>Category:       ports
>Synopsis:       [maintainer update] Chase ports framework changes in my python-related ports
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mva
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 16 17:50:00 UTC 2013
>Closed-Date:    Sun Jan 19 13:43:08 UTC 2014
>Last-Modified:  Sun Jan 19 13:50:05 UTC 2014
>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 <bsd.port.mk>
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 <bsd.port.mk>
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 <bsd.port.mk>
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 <bsd.port.mk>
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 <bsd.port.mk>


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mva 
Responsible-Changed-By: mva 
Responsible-Changed-When: Sun Jan 19 13:29:50 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184809 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184809: commit references a PR
Date: Sun, 19 Jan 2014 13:39:41 +0000 (UTC)

 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184809: commit references a PR
Date: Sun, 19 Jan 2014 13:37:45 +0000 (UTC)

 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: mva 
State-Changed-When: Sun Jan 19 13:43:07 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184809 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184809: commit references a PR
Date: Sun, 19 Jan 2014 13:42:46 +0000 (UTC)

 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184809: commit references a PR
Date: Sun, 19 Jan 2014 13:41:39 +0000 (UTC)

 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"
 
>Unformatted:
