View | Details | Raw Unified | Return to bug 267530
Collapse All | Expand All

(-)www/uwsgi/Makefile (-4 / +6 lines)
Lines 1-7 Link Here
1
PORTNAME=	uwsgi
1
PORTNAME=	uwsgi
2
PORTVERSION=	2.0.20
2
PORTVERSION=	2.0.21
3
CATEGORIES=	www python
3
CATEGORIES=	www python
4
MASTER_SITES=	http://projects.unbit.it/downloads/
4
PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
5
5
6
MAINTAINER=	eugene@zhegan.in
6
MAINTAINER=	eugene@zhegan.in
7
COMMENT=	Developer-friendly WSGI server which uses uwsgi protocol
7
COMMENT=	Developer-friendly WSGI server which uses uwsgi protocol
Lines 10-17 WWW= https://projects.unbit.it/uwsgi/ Link Here
10
LICENSE=	GPLv2
10
LICENSE=	GPLv2
11
LICENSE_FILE=	${WRKSRC}/LICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
12
13
USES=		cpe pkgconfig python:3.6-3.10
13
USES=		cpe pkgconfig python:3.6+
14
USE_PYTHON=	distutils concurrent optsuffix
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	unbit
16
USE_PYTHON=	distutils concurrent
15
USE_RC_SUBR=	uwsgi
17
USE_RC_SUBR=	uwsgi
16
CPE_VENDOR=	unbit
18
CPE_VENDOR=	unbit
17
19
(-)www/uwsgi/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1637775824
1
TIMESTAMP = 1667404884
2
SHA256 (uwsgi-2.0.20.tar.gz) = 88ab9867d8973d8ae84719cf233b7dafc54326fcaec89683c3f9f77c002cdff9
2
SHA256 (unbit-uwsgi-2.0.21_GH0.tar.gz) = 35a30d83791329429bc04fe44183ce4ab512fcf6968070a7bfba42fc5a0552a9
3
SIZE (uwsgi-2.0.20.tar.gz) = 804906
3
SIZE (unbit-uwsgi-2.0.21_GH0.tar.gz) = 808494
(-)www/uwsgi/files/patch-plugins_coroae_uwsgiplugin.py (-11 lines)
Removed Link Here
1
--- plugins/coroae/uwsgiplugin.py.orig	2020-06-17 09:03:34 UTC
2
+++ plugins/coroae/uwsgiplugin.py
3
@@ -9,7 +9,7 @@ for p in search_paths:
4
         coroapi = p
5
 
6
 if not coroapi:
7
-    print "unable to find the Coro perl module !!!"
8
+    print("unable to find the Coro perl module !!!")
9
     sys.exit(1)
10
 
11
 NAME='coroae'

Return to bug 267530