aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2014-06-02 10:14:54 +0800
committerosa <osa@FreeBSD.org>2014-06-02 10:14:54 +0800
commit4718c8157c8869c7972dd7974fc928b9af11bf83 (patch)
tree833b6828bb46f3d26c4fd6d1ad031d1a71e73904 /www
parent9654391833bb812485f92aa344dc9b4a72324aa8 (diff)
downloadfreebsd-ports-gnome-4718c8157c8869c7972dd7974fc928b9af11bf83.tar.gz
freebsd-ports-gnome-4718c8157c8869c7972dd7974fc928b9af11bf83.tar.zst
freebsd-ports-gnome-4718c8157c8869c7972dd7974fc928b9af11bf83.zip
Update from 4.0.41 to 4.0.44:
o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. <ChangeLog> Release 4.0.44 -------------- * The issue tracker has now been moved from Google Code to Github. Before version 4.0.44 (May 29 2014, commit 3dd0964c9f4), all issue numbers referred to Google Code. From now on, all issue numbers will refer to Github Issues. * Fixed compilation problems on OS X Lion and OS X Mountain Lion. * On Ruby, fixed `nil` being frozen on accident in some cases. See issue #1192. Release 4.0.43 -------------- * Introduced a new command `passenger-config list-instances`, which prints all running Phusion Passenger instances. * Introduced a new command `passenger-config system-metrics, which displays metrics about the system such as the total CPU and memory usage. * Fixed some compilation problems caused by the compiler capability autodetector. * System metrics such as total CPU usage and memory usage, are now sent to [Union Station](https://www.unionstationapp.com) in preparation for future features. Release 4.0.42 -------------- * [Nginx] Upgraded the preferred Nginx version to 1.6.0. * [Nginx] Fixed compatibility with Nginx 1.7.0. * [Standalone] The MIME type for .woff files has been changed to application/font-woff. Fixes issue #1071. * There are now APT packages for Ubuntu 14.04. At the same time, packages for Ubuntu 13.10 have been abandoned. * Introduced a new command, `passenger-config build-native-support`, for ensuring that the native_support library for the current Ruby interpreter is built. This is useful in system provisioning scripts. * For security reasons, friendly error pages (those black/purple pages that shows the error message, backtrace and environment variable dump when an application fails to start) are now disabled by default when the application environment is set to 'staging' or 'production'. Fixes issue #1063. * Fixed some compilation warnings on Ubuntu 14.04. * Fixed some compatibility problems with Rake 10.2.0 and later. See [Rake issue 274](https://github.com/jimweirich/rake/issues/274). * Improved error handling in [Union Station](https://www.unionstationapp.com) support. * Data is now sent to Union Station on a more frequent basis, in order to make new data show up more quickly. * Information about the code revision is now sent to Union Station, which will be used in the upcoming deployment tracking feature in Union Station 2. </ChangeLog>
Diffstat (limited to 'www')
-rw-r--r--www/nginx-devel/Makefile4
-rw-r--r--www/nginx-devel/distinfo4
-rw-r--r--www/nginx-devel/files/extra-patch-passenger-build-nginx.rb10
-rw-r--r--www/nginx/Makefile2
-rw-r--r--www/nginx/distinfo4
-rw-r--r--www/nginx/files/extra-patch-passenger-build-nginx.rb10
-rw-r--r--www/rubygem-passenger/Makefile3
-rw-r--r--www/rubygem-passenger/distinfo4
8 files changed, 22 insertions, 19 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 73fb80f13464..e9b757fb16e9 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -645,8 +645,8 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
.endif
.if ${PORT_OPTIONS:MPASSENGER}
-IGNORE= PASSENGER: update require
-PASSENGER_VERSION= 4.0.41
+#IGNORE= PASSENGER: update require
+PASSENGER_VERSION= 4.0.44
MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger
DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger
CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx
diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo
index 74c227af37ad..09b1a895cb53 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/distinfo
@@ -72,8 +72,8 @@ SHA256 (modsecurity-apache_2.7.5.tar.gz) = 9e907536278d8da80d3dbb29aeffe9c4ec37c
SIZE (modsecurity-apache_2.7.5.tar.gz) = 1045387
SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef
SIZE (naxsi-core-0.50.tgz) = 49809
-SHA256 (passenger-4.0.41.tar.gz) = 7b1857e02280066d4be9123a1c13ead1eba280e60e3eba7b4f0e16279fd71259
-SIZE (passenger-4.0.41.tar.gz) = 4060645
+SHA256 (passenger-4.0.44.tar.gz) = 201308c9d95ccbd7aa5167a22bdc4e403f90ba7a185d5cc51a840caa0c3cd30e
+SIZE (passenger-4.0.44.tar.gz) = 3928963
SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec
SIZE (ngx_postgres-0.9.tar.gz) = 41022
SHA256 (agentzh-rds-csv-nginx-module-v0.05-0-g607e26b.tar.gz) = 3fa9cb3960a97f505c9ad0cc8683c8fe17ba98aa98d003e255bf214e5144751c
diff --git a/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb b/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb
index 8034a07e5f7d..ebd3a7e49813 100644
--- a/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb
+++ b/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb
@@ -1,13 +1,15 @@
---- ../passenger-4.0.41/build/nginx.rb.orig 2013-10-12 11:05:08.000000000 +0400
-+++ ../passenger-4.0.41/build/nginx.rb 2013-10-12 11:06:18.000000000 +0400
-@@ -32,16 +32,12 @@
+--- ../passenger-4.0.44/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
++++ ../passenger-4.0.44/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400
+@@ -32,6 +32,7 @@
desc "Build Nginx support files"
task :nginx => [
:nginx_without_native_support,
-+ LIBBOOST_OXT,
++ LIBBOOST_OXT,
NATIVE_SUPPORT_TARGET
].compact
+@@ -40,11 +41,6 @@
+
task :nginx_without_native_support => [
auto_generated_sources,
- AGENT_OUTPUT_DIR + 'PassengerHelperAgent',
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 72dbf486690e..a2cf9647f7ee 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -648,7 +648,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
.endif
.if ${PORT_OPTIONS:MPASSENGER}
-PASSENGER_VERSION= 4.0.41
+PASSENGER_VERSION= 4.0.44
MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger
DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger
CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx
diff --git a/www/nginx/distinfo b/www/nginx/distinfo
index 698ce53a004e..29ae58464007 100644
--- a/www/nginx/distinfo
+++ b/www/nginx/distinfo
@@ -74,8 +74,8 @@ SHA256 (modsecurity-apache_2.7.5.tar.gz) = 9e907536278d8da80d3dbb29aeffe9c4ec37c
SIZE (modsecurity-apache_2.7.5.tar.gz) = 1045387
SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef
SIZE (naxsi-core-0.50.tgz) = 49809
-SHA256 (passenger-4.0.41.tar.gz) = 7b1857e02280066d4be9123a1c13ead1eba280e60e3eba7b4f0e16279fd71259
-SIZE (passenger-4.0.41.tar.gz) = 4060645
+SHA256 (passenger-4.0.44.tar.gz) = 201308c9d95ccbd7aa5167a22bdc4e403f90ba7a185d5cc51a840caa0c3cd30e
+SIZE (passenger-4.0.44.tar.gz) = 3928963
SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec
SIZE (ngx_postgres-0.9.tar.gz) = 41022
SHA256 (agentzh-rds-csv-nginx-module-v0.05-0-g607e26b.tar.gz) = 3fa9cb3960a97f505c9ad0cc8683c8fe17ba98aa98d003e255bf214e5144751c
diff --git a/www/nginx/files/extra-patch-passenger-build-nginx.rb b/www/nginx/files/extra-patch-passenger-build-nginx.rb
index 8034a07e5f7d..ebd3a7e49813 100644
--- a/www/nginx/files/extra-patch-passenger-build-nginx.rb
+++ b/www/nginx/files/extra-patch-passenger-build-nginx.rb
@@ -1,13 +1,15 @@
---- ../passenger-4.0.41/build/nginx.rb.orig 2013-10-12 11:05:08.000000000 +0400
-+++ ../passenger-4.0.41/build/nginx.rb 2013-10-12 11:06:18.000000000 +0400
-@@ -32,16 +32,12 @@
+--- ../passenger-4.0.44/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
++++ ../passenger-4.0.44/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400
+@@ -32,6 +32,7 @@
desc "Build Nginx support files"
task :nginx => [
:nginx_without_native_support,
-+ LIBBOOST_OXT,
++ LIBBOOST_OXT,
NATIVE_SUPPORT_TARGET
].compact
+@@ -40,11 +41,6 @@
+
task :nginx_without_native_support => [
auto_generated_sources,
- AGENT_OUTPUT_DIR + 'PassengerHelperAgent',
diff --git a/www/rubygem-passenger/Makefile b/www/rubygem-passenger/Makefile
index 9729ae64c64b..fb9e246c60b9 100644
--- a/www/rubygem-passenger/Makefile
+++ b/www/rubygem-passenger/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= passenger
-PORTVERSION= 4.0.41
-PORTREVISION= 3
+PORTVERSION= 4.0.44
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMEPREFIX= rubygem-
diff --git a/www/rubygem-passenger/distinfo b/www/rubygem-passenger/distinfo
index 90c250cdf27a..53bf4ecf01bd 100644
--- a/www/rubygem-passenger/distinfo
+++ b/www/rubygem-passenger/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rubygem/passenger-4.0.41.gem) = ea69711a7820c1ac434523235a129114b0e2957dae3b9b8b91868af5eeb067d8
-SIZE (rubygem/passenger-4.0.41.gem) = 4074496
+SHA256 (rubygem/passenger-4.0.44.gem) = 7680ca94f078d2115060184d9461d3087389f31d657b620c29d710566ff3a58e
+SIZE (rubygem/passenger-4.0.44.gem) = 3944448