Upgrade from 5.0.11 to 5.0.13:
o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel.
This commit is contained in:
parent
32d61e3e2b
commit
be39b87d00
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391335
8 changed files with 13 additions and 13 deletions
|
@ -687,7 +687,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPASSENGER}
|
||||
PASSENGER_VERSION= 5.0.11
|
||||
PASSENGER_VERSION= 5.0.13
|
||||
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
|
||||
|
|
|
@ -28,8 +28,8 @@ SHA256 (modsecurity-2.9.0.tar.gz) = e2bbf789966c1f80094d88d9085a81bde082b2054f8e
|
|||
SIZE (modsecurity-2.9.0.tar.gz) = 4246467
|
||||
SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef
|
||||
SIZE (naxsi-core-0.50.tgz) = 49809
|
||||
SHA256 (passenger-5.0.11.tar.gz) = 5f90508c9192393f227664ae01a236147f9fe05e249bad1bccb4f921e9239c01
|
||||
SIZE (passenger-5.0.11.tar.gz) = 5555746
|
||||
SHA256 (passenger-5.0.13.tar.gz) = 9fef27b97e883e6bc55d817c52b927f2d5cd8bbc2ce79686a3de794d7e0c40e1
|
||||
SIZE (passenger-5.0.13.tar.gz) = 5556161
|
||||
SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76
|
||||
SIZE (nginx-sflow-module-0.9.7.tar.gz) = 27614
|
||||
SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- ../passenger-5.0.11/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
|
||||
+++ ../passenger-5.0.11/build/nginx.rb 2015-03-07 06:07:38.000000000 +0300
|
||||
--- ../passenger-5.0.13/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
|
||||
+++ ../passenger-5.0.13/build/nginx.rb 2015-03-07 06:07:38.000000000 +0300
|
||||
@@ -32,6 +32,7 @@
|
||||
desc "Build Nginx support files"
|
||||
task :nginx => [
|
||||
|
|
|
@ -672,7 +672,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPASSENGER}
|
||||
PASSENGER_VERSION= 5.0.11
|
||||
PASSENGER_VERSION= 5.0.13
|
||||
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
|
||||
|
|
|
@ -28,8 +28,8 @@ SHA256 (modsecurity-2.9.0.tar.gz) = e2bbf789966c1f80094d88d9085a81bde082b2054f8e
|
|||
SIZE (modsecurity-2.9.0.tar.gz) = 4246467
|
||||
SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef
|
||||
SIZE (naxsi-core-0.50.tgz) = 49809
|
||||
SHA256 (passenger-5.0.11.tar.gz) = 5f90508c9192393f227664ae01a236147f9fe05e249bad1bccb4f921e9239c01
|
||||
SIZE (passenger-5.0.11.tar.gz) = 5555746
|
||||
SHA256 (passenger-5.0.13.tar.gz) = 9fef27b97e883e6bc55d817c52b927f2d5cd8bbc2ce79686a3de794d7e0c40e1
|
||||
SIZE (passenger-5.0.13.tar.gz) = 5556161
|
||||
SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76
|
||||
SIZE (nginx-sflow-module-0.9.7.tar.gz) = 27614
|
||||
SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- ../passenger-5.0.11/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
|
||||
+++ ../passenger-5.0.11/build/nginx.rb 2015-03-07 06:07:38.000000000 +0300
|
||||
--- ../passenger-5.0.13/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
|
||||
+++ ../passenger-5.0.13/build/nginx.rb 2015-03-07 06:07:38.000000000 +0300
|
||||
@@ -32,6 +32,7 @@
|
||||
desc "Build Nginx support files"
|
||||
task :nginx => [
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= passenger
|
||||
PORTVERSION= 5.0.11
|
||||
PORTVERSION= 5.0.13
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMEPREFIX= rubygem-
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rubygem/passenger-5.0.11.gem) = b1b827b8baf22cf10019f20fec2f0198ef57e58325fda5cba4ae893b27e6223e
|
||||
SIZE (rubygem/passenger-5.0.11.gem) = 5565440
|
||||
SHA256 (rubygem/passenger-5.0.13.gem) = 91795e0ae23992eb1df758f70089239ee4b85253e6a9886c1c39bf8f4ee983b2
|
||||
SIZE (rubygem/passenger-5.0.13.gem) = 5565952
|
||||
|
|
Loading…
Reference in a new issue