aboutsummaryrefslogtreecommitdiffstats
path: root/www/uwsgi
diff options
context:
space:
mode:
authordanger <danger@FreeBSD.org>2012-04-07 17:34:31 +0800
committerdanger <danger@FreeBSD.org>2012-04-07 17:34:31 +0800
commitafd4383e950edf372afe6a7c93b830641f25c7c7 (patch)
tree361b68d7f287e9618d539679f280aecd6b92d1c3 /www/uwsgi
parentbc01a9e297479698bf50359160f30d828d735813 (diff)
downloadfreebsd-ports-gnome-afd4383e950edf372afe6a7c93b830641f25c7c7.tar.gz
freebsd-ports-gnome-afd4383e950edf372afe6a7c93b830641f25c7c7.tar.zst
freebsd-ports-gnome-afd4383e950edf372afe6a7c93b830641f25c7c7.zip
- update to 1.0.4
PR: ports/166710 Submitted by: Marko Zinn mail@derzinn.de Feature safe: yes
Diffstat (limited to 'www/uwsgi')
-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')
-