1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

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>
This commit is contained in:
Sergey A. Osokin 2010-12-13 11:33:41 +00:00
parent c24fd79ddb
commit 8928b27929
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266227
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -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. ***"