From owner-svn-ports-all@freebsd.org Tue Oct 4 19:31:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15D7CAF59C9; Tue, 4 Oct 2016 19:31:33 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C142D202; Tue, 4 Oct 2016 19:31:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u94JVVIE019030; Tue, 4 Oct 2016 19:31:31 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u94JVVjH019027; Tue, 4 Oct 2016 19:31:31 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610041931.u94JVVjH019027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 4 Oct 2016 19:31:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423291 - head/www/py-wsgidav X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2016 19:31:33 -0000 Author: pi Date: Tue Oct 4 19:31:31 2016 New Revision: 423291 URL: https://svnweb.freebsd.org/changeset/ports/423291 Log: www/py-wsgidav: 1.2.0 -> 2.0.0 - Updated to 2.0.0 - Added runtime depends - Support Python 3 - Drop support for Python 2.6 - New options server and server_args - Removed ext_servers option - New command line option --server (defaults to cherrypy) - New command line option --no-config - Removed command line option -d use -vv instead PR: 213194 Changes: https://github.com/mar10/wsgidav/blob/master/CHANGELOG.md Submitted by: Ultima1252@gmail.com (maintainer) Modified: head/www/py-wsgidav/Makefile head/www/py-wsgidav/distinfo Modified: head/www/py-wsgidav/Makefile ============================================================================== --- head/www/py-wsgidav/Makefile Tue Oct 4 19:17:48 2016 (r423290) +++ head/www/py-wsgidav/Makefile Tue Oct 4 19:31:31 2016 (r423291) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= WsgiDAV -PORTVERSION= 1.2.0 +PORTVERSION= 2.0.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,13 @@ COMMENT= WSGI based WebDAV server for sh LICENSE= MIT +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cherrypy>=0:www/py-cherrypy \ + ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest \ + ${PYTHON_PKGNAMEPREFIX}cov-core>=0:devel/py-cov-core \ + ${PYTHON_PKGNAMEPREFIX}WebTest>=0:www/py-WebTest + NO_ARCH= yes -USES= python:2 zip +USES= python zip USE_PYTHON= distutils autoplist post-extract: Modified: head/www/py-wsgidav/distinfo ============================================================================== --- head/www/py-wsgidav/distinfo Tue Oct 4 19:17:48 2016 (r423290) +++ head/www/py-wsgidav/distinfo Tue Oct 4 19:31:31 2016 (r423291) @@ -1,2 +1,3 @@ -SHA256 (WsgiDAV-1.2.0.zip) = 674bd1954ee698c95b3c97c71aa63c7380dc9f6fc9e2aa79cb6b94f5aadbd2a3 -SIZE (WsgiDAV-1.2.0.zip) = 208030 +TIMESTAMP = 1475595472 +SHA256 (WsgiDAV-2.0.0.zip) = 776bc800ef8475e133668efc7cef8a7b1f6a9f30a2a8228eaa5349229e759a31 +SIZE (WsgiDAV-2.0.0.zip) = 161407