diff options
author | danger <danger@FreeBSD.org> | 2012-05-02 05:28:42 +0800 |
---|---|---|
committer | danger <danger@FreeBSD.org> | 2012-05-02 05:28:42 +0800 |
commit | b2a94faa148d0c8ab8748f7fe8c3f71eee14319e (patch) | |
tree | 271e4b1d7374505a7c2504838bc4ec0f65792868 | |
parent | 07b2006794b20fa50208affd44b84de2aa76dae3 (diff) | |
download | freebsd-ports-gnome-b2a94faa148d0c8ab8748f7fe8c3f71eee14319e.tar.gz freebsd-ports-gnome-b2a94faa148d0c8ab8748f7fe8c3f71eee14319e.tar.zst freebsd-ports-gnome-b2a94faa148d0c8ab8748f7fe8c3f71eee14319e.zip |
- update to 1.2 LTS release
- add a temporary fix for ports/167108 until I figure a proper fix
-rw-r--r-- | www/uwsgi/Makefile | 2 | ||||
-rw-r--r-- | www/uwsgi/distinfo | 4 | ||||
-rw-r--r-- | www/uwsgi/files/uwsgi.in | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/www/uwsgi/Makefile b/www/uwsgi/Makefile index 9e2979173f06..f3359b26448a 100644 --- a/www/uwsgi/Makefile +++ b/www/uwsgi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= uwsgi -PORTVERSION= 1.0.4 +PORTVERSION= 1.2 CATEGORIES= www python MASTER_SITES= http://projects.unbit.it/downloads/ diff --git a/www/uwsgi/distinfo b/www/uwsgi/distinfo index 679be7123e82..a923890ccab9 100644 --- a/www/uwsgi/distinfo +++ b/www/uwsgi/distinfo @@ -1,2 +1,2 @@ -SHA256 (uwsgi-1.0.4.tar.gz) = 3267c48fdfce41766a237eb696eaaa6ee8d90672b483dbfc746663ddc8383b8d -SIZE (uwsgi-1.0.4.tar.gz) = 465762 +SHA256 (uwsgi-1.2.tar.gz) = 55b43b3dc5d08db87cceff1a6aa93fb62cfa3ed3a897f2b2a087ed9597fd4e4a +SIZE (uwsgi-1.2.tar.gz) = 506666 diff --git a/www/uwsgi/files/uwsgi.in b/www/uwsgi/files/uwsgi.in index 1af04d9c906e..bd32aa1762c0 100644 --- a/www/uwsgi/files/uwsgi.in +++ b/www/uwsgi/files/uwsgi.in @@ -76,7 +76,7 @@ if [ -n "${uwsgi_profiles}" ]; then elif [ -n "$1" ]; then for profile in ${uwsgi_profiles}; do echo "Processing ${name} profile: ${profile}" - $0 $1 ${profile} + %%PREFIX%%/etc/rc.d/uwsgi $1 ${profile} done exit 0 fi |