Update to 1.9.18.1.

This commit is contained in:
Dmitry Sivachenko 2013-10-11 20:07:26 +00:00
parent 7de0cbc2b5
commit 9a8d499c98
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330099
3 changed files with 9 additions and 9 deletions

View File

@ -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/

View File

@ -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

View File

@ -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')