Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 519D57A140 for ; Tue, 14 Feb 2017 12:20:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F2130855A3; Tue, 14 Feb 2017 12:20:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8247E8557C for ; Tue, 14 Feb 2017 12:20:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id hQ-gDYzGhXdY for ; Tue, 14 Feb 2017 12:20:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 106D384CFB for ; Tue, 14 Feb 2017 12:20:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0AC41FBE3; Tue, 14 Feb 2017 12:20:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148707484426400" MIME-Version: 1.0 Date: Tue, 14 Feb 2017 12:20:44 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-cherrypy To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170214122044.0AC41FBE3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148707484426400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Feb 14 12:20:43 UTC 2017 Modified Files: pkgsrc/www/py-cherrypy: PLIST Log Message: Fix PLIST for python-2.x. Sort. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-cherrypy/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148707484426400 Content-Disposition: inline Content-Length: 2307 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-cherrypy/PLIST diff -u pkgsrc/www/py-cherrypy/PLIST:1.9 pkgsrc/www/py-cherrypy/PLIST:1.10 --- pkgsrc/www/py-cherrypy/PLIST:1.9 Mon Feb 13 17:24:30 2017 +++ pkgsrc/www/py-cherrypy/PLIST Tue Feb 14 12:20:43 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2017/02/13 17:24:30 adam Exp $ +@comment $NetBSD: PLIST,v 1.10 2017/02/14 12:20:43 wiz Exp $ bin/cherryd ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -18,9 +18,6 @@ ${PYSITELIB}/cherrypy/_cpchecker.pyo ${PYSITELIB}/cherrypy/_cpcompat.py ${PYSITELIB}/cherrypy/_cpcompat.pyc ${PYSITELIB}/cherrypy/_cpcompat.pyo -${PLIST.py2x}${PYSITELIB}/cherrypy/_cpcompat_subprocess.py -${PLIST.py2x}${PYSITELIB}/cherrypy/_cpcompat_subprocess.pyc -${PLIST.py2x}${PYSITELIB}/cherrypy/_cpcompat_subprocess.pyo ${PYSITELIB}/cherrypy/_cpconfig.py ${PYSITELIB}/cherrypy/_cpconfig.pyc ${PYSITELIB}/cherrypy/_cpconfig.pyo @@ -63,9 +60,9 @@ ${PYSITELIB}/cherrypy/_cpwsgi_server.pyo ${PYSITELIB}/cherrypy/_helper.py ${PYSITELIB}/cherrypy/_helper.pyc ${PYSITELIB}/cherrypy/_helper.pyo +${PYSITELIB}/cherrypy/daemon.py ${PYSITELIB}/cherrypy/daemon.pyc ${PYSITELIB}/cherrypy/daemon.pyo -${PYSITELIB}/cherrypy/daemon.py ${PYSITELIB}/cherrypy/favicon.ico ${PYSITELIB}/cherrypy/lib/__init__.py ${PYSITELIB}/cherrypy/lib/__init__.pyc @@ -309,10 +306,10 @@ ${PYSITELIB}/cherrypy/test/test_xmlrpc.p ${PYSITELIB}/cherrypy/test/webtest.py ${PYSITELIB}/cherrypy/test/webtest.pyc ${PYSITELIB}/cherrypy/test/webtest.pyo +${PYSITELIB}/cherrypy/tutorial/README.rst ${PYSITELIB}/cherrypy/tutorial/__init__.py ${PYSITELIB}/cherrypy/tutorial/__init__.pyc ${PYSITELIB}/cherrypy/tutorial/__init__.pyo -${PYSITELIB}/cherrypy/tutorial/README.rst ${PYSITELIB}/cherrypy/tutorial/custom_error.html ${PYSITELIB}/cherrypy/tutorial/pdf_file.pdf ${PYSITELIB}/cherrypy/tutorial/tut01_helloworld.py @@ -346,6 +343,3 @@ ${PYSITELIB}/cherrypy/tutorial/tut10_htt ${PYSITELIB}/cherrypy/tutorial/tut10_http_errors.pyc ${PYSITELIB}/cherrypy/tutorial/tut10_http_errors.pyo ${PYSITELIB}/cherrypy/tutorial/tutorial.conf -${PLIST.py2x}${PYSITELIB}/cherrypy/wsgiserver/ssl_pyopenssl.py -${PLIST.py2x}${PYSITELIB}/cherrypy/wsgiserver/ssl_pyopenssl.pyc -${PLIST.py2x}${PYSITELIB}/cherrypy/wsgiserver/ssl_pyopenssl.pyo --_----------=_148707484426400--