From owner-svn-ports-all@freebsd.org Fri Mar 22 21:22:35 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F7C01551FD6; Fri, 22 Mar 2019 21:22:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 026BA93D9A; Fri, 22 Mar 2019 21:22:35 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C11762618C; Fri, 22 Mar 2019 21:22:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2MLMWnj075564; Fri, 22 Mar 2019 21:22:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2MLMWGx075562; Fri, 22 Mar 2019 21:22:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201903222122.x2MLMWGx075562@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Mar 2019 21:22:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496594 - head/www/py-werkzeug X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-werkzeug X-SVN-Commit-Revision: 496594 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 026BA93D9A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 22 Mar 2019 21:22:35 -0000 Author: sunpoet Date: Fri Mar 22 21:22:31 2019 New Revision: 496594 URL: https://svnweb.freebsd.org/changeset/ports/496594 Log: Update to 0.15.1 - Take maintainership Changes: https://github.com/pallets/werkzeug/releases Added: head/www/py-werkzeug/pkg-plist (contents, props changed) Modified: head/www/py-werkzeug/Makefile head/www/py-werkzeug/distinfo Modified: head/www/py-werkzeug/Makefile ============================================================================== --- head/www/py-werkzeug/Makefile Fri Mar 22 21:22:26 2019 (r496593) +++ head/www/py-werkzeug/Makefile Fri Mar 22 21:22:31 2019 (r496594) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= werkzeug -PORTVERSION= 0.15.0 +PORTVERSION= 0.15.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Werkzeug-${DISTVERSION} -MAINTAINER= python@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python utilities collection for building WSGI applications LICENSE= BSD3CLAUSE @@ -20,8 +20,6 @@ USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes - -PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES WATCHDOG WATCHDOG_DESC= Monitor filesystem events Modified: head/www/py-werkzeug/distinfo ============================================================================== --- head/www/py-werkzeug/distinfo Fri Mar 22 21:22:26 2019 (r496593) +++ head/www/py-werkzeug/distinfo Fri Mar 22 21:22:31 2019 (r496594) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553089631 -SHA256 (Werkzeug-0.15.0.tar.gz) = 590abe38f8be026d78457fe3b5200895b3543e58ac3fc1dd792c6333ea11af64 -SIZE (Werkzeug-0.15.0.tar.gz) = 924610 +TIMESTAMP = 1553260509 +SHA256 (Werkzeug-0.15.1.tar.gz) = ca5c2dcd367d6c0df87185b9082929d255358f5391923269335782b213d52655 +SIZE (Werkzeug-0.15.1.tar.gz) = 924191 Added: head/www/py-werkzeug/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-werkzeug/pkg-plist Fri Mar 22 21:22:31 2019 (r496594) @@ -0,0 +1,113 @@ +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/securecookie.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/sessions.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cookieauth.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/__init__.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/application.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/helpers.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/public/style.css +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/templates/layout.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/templates/static/about.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/templates/static/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/templates/static/not_found.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/utils.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/views/__init__.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/views/static.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/__init__.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/application.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/models.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/static/style.css +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/templates/display.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/templates/layout.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/templates/list.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/templates/new.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/templates/not_found.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/utils.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/views.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/__init__.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/application.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/db.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/network.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/pages.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/shared/content.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/shared/down.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/shared/favicon.ico +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/shared/header.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/shared/logo.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/shared/style.css +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/shared/up.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/templates/layout.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/templates/missingpage.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/templates/search.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/templates/server.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/templates/serverlist.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/utils.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpbasicauth.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18nurls/__init__.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18nurls/application.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18nurls/templates/about.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18nurls/templates/blog.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18nurls/templates/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18nurls/templates/layout.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18nurls/urls.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18nurls/views.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/manage-coolmagic.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/manage-couchy.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/manage-cupoftee.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/manage-i18nurls.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/manage-plnt.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/manage-shorty.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/manage-simplewiki.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/manage-webpylike.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/partial/complex_routing.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/partial/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/plnt/__init__.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/plnt/database.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/plnt/shared/style.css +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/plnt/sync.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/plnt/templates/about.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/plnt/templates/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/plnt/templates/layout.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/plnt/utils.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/plnt/views.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/plnt/webapp.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.rst +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shortly/shortly.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shortly/static/style.css +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shortly/templates/404.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shortly/templates/layout.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shortly/templates/new_url.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shortly/templates/short_link_details.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/__init__.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/application.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/models.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/static/style.css +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/templates/display.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/templates/layout.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/templates/list.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/templates/new.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/templates/not_found.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/utils.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/views.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/__init__.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/actions.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/application.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/database.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/shared/style.css +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/specialpages.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/action_diff.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/action_edit.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/action_log.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/action_revert.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/action_show.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/layout.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/macros.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/missing_action.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/page_index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/page_missing.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/recent_changes.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/utils.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/upload.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/webpylike/example.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/webpylike/webpylike.py