aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/uwsgi/Makefile2
-rw-r--r--www/uwsgi/distinfo4
-rw-r--r--www/uwsgi/files/patch-uwsgiconfig.py11
3 files changed, 3 insertions, 14 deletions
diff --git a/www/uwsgi/Makefile b/www/uwsgi/Makefile
index c08842eb762e..9e2979173f06 100644
--- a/www/uwsgi/Makefile
+++ b/www/uwsgi/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= uwsgi
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.4
CATEGORIES= www python
MASTER_SITES= http://projects.unbit.it/downloads/
diff --git a/www/uwsgi/distinfo b/www/uwsgi/distinfo
index 1cfd3bb311cc..679be7123e82 100644
--- a/www/uwsgi/distinfo
+++ b/www/uwsgi/distinfo
@@ -1,2 +1,2 @@
-SHA256 (uwsgi-1.0.1.tar.gz) = 09c63e5c254668390bbe0780ae429bd90de44240e7f0aad65a60191b53800e04
-SIZE (uwsgi-1.0.1.tar.gz) = 465362
+SHA256 (uwsgi-1.0.4.tar.gz) = 3267c48fdfce41766a237eb696eaaa6ee8d90672b483dbfc746663ddc8383b8d
+SIZE (uwsgi-1.0.4.tar.gz) = 465762
diff --git a/www/uwsgi/files/patch-uwsgiconfig.py b/www/uwsgi/files/patch-uwsgiconfig.py
deleted file mode 100644
index 212005b5ec96..000000000000
--- a/www/uwsgi/files/patch-uwsgiconfig.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- uwsgiconfig.py~ 2012-01-03 17:12:16.000000000 +0100
-+++ uwsgiconfig.py 2012-01-09 21:51:45.286212946 +0100
-@@ -531,7 +531,7 @@
- self.gcc_list.append('regexp')
- self.cflags.append("-DUWSGI_PCRE")
-
-- if self.has_include('sys/capability.h'):
-+ if uwsgi_os != 'FreeBSD' and self.has_include('sys/capability.h'):
- self.cflags.append("-DUWSGI_CAP")
- self.libs.append('-lcap')
-