aboutsummaryrefslogtreecommitdiff
path: root/www/uwsgi
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2013-10-11 20:07:26 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2013-10-11 20:07:26 +0000
commit9a8d499c988fd70ace54a21798e6a709a91271ac (patch)
tree2f4fc5d297b2101f0fa01b7aa9f0cfd3a6f59c2d /www/uwsgi
parent7de0cbc2b5849d54b633cbd2a66984fa29433cd2 (diff)
downloadports-9a8d499c988fd70ace54a21798e6a709a91271ac.tar.gz
ports-9a8d499c988fd70ace54a21798e6a709a91271ac.zip
Notes
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.py12
3 files changed, 9 insertions, 9 deletions
diff --git a/www/uwsgi/Makefile b/www/uwsgi/Makefile
index 75e4280d3381..ae842fb50586 100644
--- a/www/uwsgi/Makefile
+++ b/www/uwsgi/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= uwsgi
-PORTVERSION= 1.9.17.1
+PORTVERSION= 1.9.18.1
CATEGORIES= www python
MASTER_SITES= http://projects.unbit.it/downloads/
diff --git a/www/uwsgi/distinfo b/www/uwsgi/distinfo
index de62da88edb4..3e947f5e9da3 100644
--- a/www/uwsgi/distinfo
+++ b/www/uwsgi/distinfo
@@ -1,2 +1,2 @@
-SHA256 (uwsgi-1.9.17.1.tar.gz) = e2558b918afe47640e3c4e75be4347e7e8dc7b19caf2120b6e1fb6bf17891c2a
-SIZE (uwsgi-1.9.17.1.tar.gz) = 696468
+SHA256 (uwsgi-1.9.18.1.tar.gz) = 19c2847d76393c33f5b75ad2912b251bd1549e3a9d1ad615337ec276829a3f71
+SIZE (uwsgi-1.9.18.1.tar.gz) = 705897
diff --git a/www/uwsgi/files/patch-uwsgiconfig.py b/www/uwsgi/files/patch-uwsgiconfig.py
index b6163dd29194..4247e4687341 100644
--- a/www/uwsgi/files/patch-uwsgiconfig.py
+++ b/www/uwsgi/files/patch-uwsgiconfig.py
@@ -1,6 +1,6 @@
---- uwsgiconfig.py.orig 2013-05-26 10:08:32.000000000 +0400
-+++ uwsgiconfig.py 2013-06-03 15:21:58.000000000 +0400
-@@ -613,15 +613,6 @@
+--- uwsgiconfig.py.bak 2013-10-11 07:59:20.000000000 +0400
++++ uwsgiconfig.py 2013-10-11 15:06:52.000000000 +0400
+@@ -694,15 +694,6 @@
self.cflags.append('-DUWSGI_HAS_IFADDRS')
report['ifaddrs'] = True
@@ -13,6 +13,6 @@
- self.libs.append('-lexecinfo')
- report['execinfo'] = True
-
- if self.has_include('zlib.h'):
- self.cflags.append('-DUWSGI_ZLIB')
- self.libs.append('-lz')
+ if uwsgi_os == 'GNU/kFreeBSD':
+ if self.has_include('execinfo.h'):
+ self.cflags.append('-DUWSGI_HAS_EXECINFO')