# HG changeset patch # User Franz Glasner # Date 1666739557 -7200 # Node ID 9b279d67548746a8733f5e310a76dec6b9dbc157 # Parent 620a0992bf93c1f4c28a7d0c0944c352662043be Update port version to 2.1.pl6 (GH tag ae489f0881fb358347aabc168a28a96672b0ce3c as of 20221024). The coroae-related fixes are not needed because they are included in upstream. diff -r 620a0992bf93 -r 9b279d675487 uwsginl-plugin-lang-py3/Makefile --- a/uwsginl-plugin-lang-py3/Makefile Wed Oct 19 02:34:51 2022 +0200 +++ b/uwsginl-plugin-lang-py3/Makefile Wed Oct 26 01:12:37 2022 +0200 @@ -2,7 +2,7 @@ PORTNAME?= ${UWSGI_NAME}-plugin-lang-py3 #DISTVERSION= 2.0.20 -PORTVERSION= 2.1.pl5.g${MYGH_TAG_DATE} +PORTVERSION= 2.1.pl6.g${MYGH_TAG_DATE} PORTREVISION?= 0 CATEGORIES?= www python # Use GitHub id for now (before official 2.1); see below diff -r 620a0992bf93 -r 9b279d675487 uwsginl-plugin-lang-py3/distinfo --- a/uwsginl-plugin-lang-py3/distinfo Wed Oct 19 02:34:51 2022 +0200 +++ b/uwsginl-plugin-lang-py3/distinfo Wed Oct 26 01:12:37 2022 +0200 @@ -1,3 +1,3 @@ -TIMESTAMP = 1664121757 -SHA256 (unbit-uwsgi-2.1.pl5.g20220921-4f7a47b7e058481ff1b327a2767093399a58b364_GH0.tar.gz) = 3ce669d72118d3276518d6be98cffde9cd22d6eeb1cb97cedb0f28dfee71f2fb -SIZE (unbit-uwsgi-2.1.pl5.g20220921-4f7a47b7e058481ff1b327a2767093399a58b364_GH0.tar.gz) = 859590 +TIMESTAMP = 1666738118 +SHA256 (unbit-uwsgi-2.1.pl6.g20221024-ae489f0881fb358347aabc168a28a96672b0ce3c_GH0.tar.gz) = a42e27803b71bd5cdc8b69f7068a03390bcb3992c2baab448fb5925a1c61df20 +SIZE (unbit-uwsgi-2.1.pl6.g20221024-ae489f0881fb358347aabc168a28a96672b0ce3c_GH0.tar.gz) = 859592 diff -r 620a0992bf93 -r 9b279d675487 uwsginl-plugin-lang-pypy3/Makefile --- a/uwsginl-plugin-lang-pypy3/Makefile Wed Oct 19 02:34:51 2022 +0200 +++ b/uwsginl-plugin-lang-pypy3/Makefile Wed Oct 26 01:12:37 2022 +0200 @@ -2,7 +2,7 @@ PORTNAME= ${UWSGI_NAME}-plugin-lang-pypy3 #DISTVERSION= 2.0.20 -PORTVERSION= 2.1.pl5.g${MYGH_TAG_DATE} +PORTVERSION= 2.1.pl6.g${MYGH_TAG_DATE} CATEGORIES= www python # Use GitHub id for now (before official 2.1); see below #MASTER_SITES= https://projects.unbit.it/downloads/ diff -r 620a0992bf93 -r 9b279d675487 uwsginl-plugin-lang-pypy3/distinfo --- a/uwsginl-plugin-lang-pypy3/distinfo Wed Oct 19 02:34:51 2022 +0200 +++ b/uwsginl-plugin-lang-pypy3/distinfo Wed Oct 26 01:12:37 2022 +0200 @@ -1,3 +1,3 @@ -TIMESTAMP = 1664121745 -SHA256 (unbit-uwsgi-2.1.pl5.g20220921-4f7a47b7e058481ff1b327a2767093399a58b364_GH0.tar.gz) = 3ce669d72118d3276518d6be98cffde9cd22d6eeb1cb97cedb0f28dfee71f2fb -SIZE (unbit-uwsgi-2.1.pl5.g20220921-4f7a47b7e058481ff1b327a2767093399a58b364_GH0.tar.gz) = 859590 +TIMESTAMP = 1666738292 +SHA256 (unbit-uwsgi-2.1.pl6.g20221024-ae489f0881fb358347aabc168a28a96672b0ce3c_GH0.tar.gz) = a42e27803b71bd5cdc8b69f7068a03390bcb3992c2baab448fb5925a1c61df20 +SIZE (unbit-uwsgi-2.1.pl6.g20221024-ae489f0881fb358347aabc168a28a96672b0ce3c_GH0.tar.gz) = 859592 diff -r 620a0992bf93 -r 9b279d675487 uwsginl/Makefile --- a/uwsginl/Makefile Wed Oct 19 02:34:51 2022 +0200 +++ b/uwsginl/Makefile Wed Oct 26 01:12:37 2022 +0200 @@ -3,7 +3,7 @@ PORTNAME= uwsginl #DISTVERSION= 2.0.20 # "pl" sorts before .a .b .dev ... -PORTVERSION= 2.1.pl5.g${MYGH_TAG_DATE} +PORTVERSION= 2.1.pl6.g${MYGH_TAG_DATE} CATEGORIES= www # Use GitHub id for now (before official 2.1); see below #MASTER_SITES= https://projects.unbit.it/downloads/ diff -r 620a0992bf93 -r 9b279d675487 uwsginl/Makefile.gh --- a/uwsginl/Makefile.gh Wed Oct 19 02:34:51 2022 +0200 +++ b/uwsginl/Makefile.gh Wed Oct 26 01:12:37 2022 +0200 @@ -3,6 +3,6 @@ USE_GITHUB= yes GH_ACCOUNT= unbit GH_PROJECT= uwsgi -GH_TAGNAME= 4f7a47b7e058481ff1b327a2767093399a58b364 +GH_TAGNAME= ae489f0881fb358347aabc168a28a96672b0ce3c -MYGH_TAG_DATE= 20220921 +MYGH_TAG_DATE= 20221024 diff -r 620a0992bf93 -r 9b279d675487 uwsginl/distinfo --- a/uwsginl/distinfo Wed Oct 19 02:34:51 2022 +0200 +++ b/uwsginl/distinfo Wed Oct 26 01:12:37 2022 +0200 @@ -1,3 +1,3 @@ -TIMESTAMP = 1664121719 -SHA256 (unbit-uwsgi-2.1.pl5.g20220921-4f7a47b7e058481ff1b327a2767093399a58b364_GH0.tar.gz) = 3ce669d72118d3276518d6be98cffde9cd22d6eeb1cb97cedb0f28dfee71f2fb -SIZE (unbit-uwsgi-2.1.pl5.g20220921-4f7a47b7e058481ff1b327a2767093399a58b364_GH0.tar.gz) = 859590 +TIMESTAMP = 1666737729 +SHA256 (unbit-uwsgi-2.1.pl6.g20221024-ae489f0881fb358347aabc168a28a96672b0ce3c_GH0.tar.gz) = a42e27803b71bd5cdc8b69f7068a03390bcb3992c2baab448fb5925a1c61df20 +SIZE (unbit-uwsgi-2.1.pl6.g20221024-ae489f0881fb358347aabc168a28a96672b0ce3c_GH0.tar.gz) = 859592 diff -r 620a0992bf93 -r 9b279d675487 uwsginl/files/patch-plugins_coroae_uwsgiplugin.py --- a/uwsginl/files/patch-plugins_coroae_uwsgiplugin.py Wed Oct 19 02:34:51 2022 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ ---- plugins/coroae/uwsgiplugin.py.orig 2022-09-21 14:46:45 UTC -+++ plugins/coroae/uwsgiplugin.py -@@ -11,7 +11,7 @@ for p in search_paths: - coroapi = p - - if not coroapi: -- print "unable to find the Coro perl module !!!" -+ print("unable to find the Coro perl module !!!") - sys.exit(1) - - CFLAGS = os.popen('perl -MExtUtils::Embed -e ccopts').read().rstrip().split()