diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2013-08-29 11:10:05 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2013-08-29 11:10:05 +0000 |
commit | 351db9b5b735a8a270370043b14241f188329c37 (patch) | |
tree | ad473232a934284b6e50aae5e3c063df58096c9f /www | |
parent | 671a651bc84347b059c996d2c349a8d7b6bed0ec (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/uwsgi/Makefile | 2 | ||||
-rw-r--r-- | www/uwsgi/distinfo | 4 | ||||
-rw-r--r-- | www/uwsgi/files/patch-buildconf-base.ini | 9 |
3 files changed, 9 insertions, 6 deletions
diff --git a/www/uwsgi/Makefile b/www/uwsgi/Makefile index 40ff8a7683fb..8a381e4e559c 100644 --- a/www/uwsgi/Makefile +++ b/www/uwsgi/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uwsgi -PORTVERSION= 1.9.14 +PORTVERSION= 1.9.15 CATEGORIES= www python MASTER_SITES= http://projects.unbit.it/downloads/ diff --git a/www/uwsgi/distinfo b/www/uwsgi/distinfo index f241efef0817..2da6e672b732 100644 --- a/www/uwsgi/distinfo +++ b/www/uwsgi/distinfo @@ -1,2 +1,2 @@ -SHA256 (uwsgi-1.9.14.tar.gz) = 601bcd08c4b1073fed146dc7af24b21e0b0d353d2ebf5864df9613320fc759cd -SIZE (uwsgi-1.9.14.tar.gz) = 660268 +SHA256 (uwsgi-1.9.15.tar.gz) = 87a9dba42df4344dab001ed9f14ad3176977367905dbf9524d18c3808c0e17af +SIZE (uwsgi-1.9.15.tar.gz) = 669954 diff --git a/www/uwsgi/files/patch-buildconf-base.ini b/www/uwsgi/files/patch-buildconf-base.ini index 10fe487c7e2a..9eaae7d61cf3 100644 --- a/www/uwsgi/files/patch-buildconf-base.ini +++ b/www/uwsgi/files/patch-buildconf-base.ini @@ -1,6 +1,6 @@ ---- buildconf/base.ini.orig 2013-05-26 10:08:32.000000000 +0400 -+++ buildconf/base.ini 2013-06-03 15:17:01.000000000 +0400 -@@ -1,10 +1,10 @@ +--- buildconf/base.ini.bak 2013-08-29 12:49:21.000000000 +0400 ++++ buildconf/base.ini 2013-08-29 15:06:51.000000000 +0400 +@@ -1,12 +1,12 @@ [uwsgi] -xml = auto +xml = false @@ -14,5 +14,8 @@ +ssl = false +pcre = false routing = auto +-matheval = auto ++matheval = false debug = false unbit = false + xml_implementation = libxml2 |