diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2018-02-13 09:30:16 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2018-02-13 09:30:16 +0000 |
commit | 1e3a63d4d6f6297546a86cc62256b314b6e74ac8 (patch) | |
tree | 90bd38084a987d1b43b44f72388c746f74b600c3 /www | |
parent | 41b1cd6a60732e264ab115b1abee74af9113033d (diff) | |
download | ports-1e3a63d4d6f6297546a86cc62256b314b6e74ac8.tar.gz ports-1e3a63d4d6f6297546a86cc62256b314b6e74ac8.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/uwsgi/Makefile | 3 | ||||
-rw-r--r-- | www/uwsgi/distinfo | 6 | ||||
-rw-r--r-- | www/uwsgi/files/patch-uwsgiconfig.py | 18 |
3 files changed, 4 insertions, 23 deletions
diff --git a/www/uwsgi/Makefile b/www/uwsgi/Makefile index d83c214c0acd..7fc3c951ee2c 100644 --- a/www/uwsgi/Makefile +++ b/www/uwsgi/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= uwsgi -PORTVERSION= 2.0.15 -PORTREVISION= 3 +PORTVERSION= 2.0.16 CATEGORIES= www python MASTER_SITES= http://projects.unbit.it/downloads/ diff --git a/www/uwsgi/distinfo b/www/uwsgi/distinfo index f9875af50cf9..6b75b62b6552 100644 --- a/www/uwsgi/distinfo +++ b/www/uwsgi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1495495189 -SHA256 (uwsgi-2.0.15.tar.gz) = 572ef9696b97595b4f44f6198fe8c06e6f4e6351d930d22e5330b071391272ff -SIZE (uwsgi-2.0.15.tar.gz) = 795070 +TIMESTAMP = 1518267669 +SHA256 (uwsgi-2.0.16.tar.gz) = a911f48f3cc51ac82fdabc4e001f18a32569128680beb5a833ebc3ff6edcc1f4 +SIZE (uwsgi-2.0.16.tar.gz) = 798509 diff --git a/www/uwsgi/files/patch-uwsgiconfig.py b/www/uwsgi/files/patch-uwsgiconfig.py deleted file mode 100644 index 704318ba22a8..000000000000 --- a/www/uwsgi/files/patch-uwsgiconfig.py +++ /dev/null @@ -1,18 +0,0 @@ ---- uwsgiconfig.py.orig 2015-10-07 04:34:01 UTC -+++ uwsgiconfig.py -@@ -784,15 +784,6 @@ class uConf(object): - self.cflags.append('-DUWSGI_HAS_IFADDRS') - report['ifaddrs'] = True - -- if uwsgi_os in ('FreeBSD', 'OpenBSD'): -- if self.has_include('execinfo.h') or os.path.exists('/usr/local/include/execinfo.h'): -- if os.path.exists('/usr/local/include/execinfo.h'): -- self.cflags.append('-I/usr/local/include') -- self.ldflags.append('-L/usr/local/lib') -- self.cflags.append('-DUWSGI_HAS_EXECINFO') -- self.libs.append('-lexecinfo') -- report['execinfo'] = True -- - if uwsgi_os == 'GNU/kFreeBSD': - if self.has_include('execinfo.h'): - self.cflags.append('-DUWSGI_HAS_EXECINFO') |