Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  7 Apr 2012 00:32:41 +0200 (CEST)
From:      Mirko Zinn <mail@derzinn.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        danger@FreeBSD.org
Subject:   ports/166710: [PATCH] www/uwsgi: update to 1.0.4
Message-ID:  <20120406223241.500636D@kaspar.derzinn.de>
Resent-Message-ID: <201204062240.q36Me1s2064574@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         166710
>Category:       ports
>Synopsis:       [PATCH] www/uwsgi: update to 1.0.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 06 22:40:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Mirko Zinn
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD kaspar.derzinn.de 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:
- Update to 1.0.4

Removed file(s):
- files/patch-uwsgiconfig.py

This patch is not needed anymore. The issue has been fixed by the uWSGI developers:
http://projects.unbit.it/uwsgi/changeset/1836/uwsgiconfig.py

Port maintainer (danger@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_5 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:

--- uwsgi-1.0.4.patch begins here ---
diff -ruN --exclude=CVS ../uwsgi.orig/Makefile ./Makefile
--- ../uwsgi.orig/Makefile	2012-01-09 21:59:12.000000000 +0100
+++ ./Makefile	2012-04-07 00:13:02.654376941 +0200
@@ -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 -ruN --exclude=CVS ../uwsgi.orig/distinfo ./distinfo
--- ../uwsgi.orig/distinfo	2012-01-09 21:59:12.000000000 +0100
+++ ./distinfo	2012-04-07 00:13:09.813379364 +0200
@@ -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 -ruN --exclude=CVS ../uwsgi.orig/files/patch-uwsgiconfig.py ./files/patch-uwsgiconfig.py
--- ../uwsgi.orig/files/patch-uwsgiconfig.py	2012-01-09 21:59:12.000000000 +0100
+++ ./files/patch-uwsgiconfig.py	1970-01-01 01:00:00.000000000 +0100
@@ -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')
- 
--- uwsgi-1.0.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120406223241.500636D>