aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2010-12-13 19:33:41 +0800
committerosa <osa@FreeBSD.org>2010-12-13 19:33:41 +0800
commit228f2464154df859f882346bd6f254827f919d15 (patch)
treed9b3522f653986ab931c3affb8da35092cd56323
parent556060c32bc4ba5d2ca203011188210927184642 (diff)
downloadfreebsd-ports-gnome-228f2464154df859f882346bd6f254827f919d15.tar.gz
freebsd-ports-gnome-228f2464154df859f882346bd6f254827f919d15.tar.zst
freebsd-ports-gnome-228f2464154df859f882346bd6f254827f919d15.zip
Update from 0.9.2 to 0.9.3.
Also sync extra patch for passenger with www/nginx. <ChangeLog> *) Bugfix: if there was a single server for given IPv6 address:port pair, then captures in regular expressions in a "server_name" directive did not work. *) Bugfix: nginx could not be built on Solaris; the bug had appeared in 0.9.0. </ChangeLog>
-rw-r--r--www/nginx-devel/Makefile2
-rw-r--r--www/nginx-devel/distinfo4
-rw-r--r--www/nginx-devel/files/extra-patch-passenger::ext::nginx::config2
3 files changed, 4 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 4a7fb5979646..244354f16595 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nginx
-PORTVERSION= 0.9.2
+PORTVERSION= 0.9.3
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo
index 14a89736666d..57b3303975e4 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/distinfo
@@ -1,5 +1,5 @@
-SHA256 (nginx-0.9.2.tar.gz) = 2bddd378996cbcd68ebcbd754b15780b6a15e9e26303c1bd0dcd5a32bf6e32a6
-SIZE (nginx-0.9.2.tar.gz) = 653841
+SHA256 (nginx-0.9.3.tar.gz) = 031464b2a24017a072c13c66e8bc80882a2950eae0cae869de4369fd6a47d8c4
+SIZE (nginx-0.9.3.tar.gz) = 654117
SHA256 (nginx_accept_language_module.tar.gz) = 7a4c2d42a83c5b6efd2b7b13ad232850b6ab0ca4261df6b46fb7d2d2738b1c0a
SIZE (nginx_accept_language_module.tar.gz) = 3299
SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1
diff --git a/www/nginx-devel/files/extra-patch-passenger::ext::nginx::config b/www/nginx-devel/files/extra-patch-passenger::ext::nginx::config
index 113fdcac6914..bc4078bf82d8 100644
--- a/www/nginx-devel/files/extra-patch-passenger::ext::nginx::config
+++ b/www/nginx-devel/files/extra-patch-passenger::ext::nginx::config
@@ -5,7 +5,7 @@
echo "*** The Phusion Passenger support files are not yet compiled. Compiling them for you... ***"
echo "*** Running 'rake nginx RELEASE=yes' in $ngx_addon_dir... ***"
- if ! cd $ngx_addon_dir; then
-+ if ! (cd $ngx_addon_dir; rake nginx RELEASE=yes); then
++ if ! (cd $ngx_addon_dir; rake nginx); then
exit 1
+ else
+ echo "*** Phusion Passenger support files have been successfully compiled. ***"