mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
Update from 5.0.20 to 5.0.21:
o) www/rubygem-passenger; o) third-party passenger modules for www/nginx and www/nginx-devel.
This commit is contained in:
parent
45c6942772
commit
27c30970be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400104
@ -702,7 +702,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPASSENGER}
|
||||
PASSENGER_VERSION= 5.0.20
|
||||
PASSENGER_VERSION= 5.0.21
|
||||
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}/src/nginx_module
|
||||
|
@ -26,8 +26,8 @@ SHA256 (mod_zip-1.1.6.tar.gz) = d30546b4be8308c721df0240ebc38c474c6b577381a11032
|
||||
SIZE (mod_zip-1.1.6.tar.gz) = 21991
|
||||
SHA256 (modsecurity-2.9.0.tar.gz) = e2bbf789966c1f80094d88d9085a81bde082b2054f8e38e0db571ca49208f434
|
||||
SIZE (modsecurity-2.9.0.tar.gz) = 4246467
|
||||
SHA256 (passenger-5.0.20.tar.gz) = a5b35780beb7ecd39d18375acab3e4fa1a2e104b7a324f41a1f89c99e7b8b04c
|
||||
SIZE (passenger-5.0.20.tar.gz) = 5307200
|
||||
SHA256 (passenger-5.0.21.tar.gz) = 66bc55a43f08d77b7a5e42928bf19d7cab2297866996ebcaa4db01a2d78cc60c
|
||||
SIZE (passenger-5.0.21.tar.gz) = 5307571
|
||||
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.20/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
|
||||
+++ ../passenger-5.0.20/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300
|
||||
--- ../passenger-5.0.21/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
|
||||
+++ ../passenger-5.0.21/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300
|
||||
@@ -32,6 +32,7 @@
|
||||
desc "Build Nginx support files"
|
||||
task :nginx => [
|
||||
|
@ -688,7 +688,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPASSENGER}
|
||||
PASSENGER_VERSION= 5.0.20
|
||||
PASSENGER_VERSION= 5.0.21
|
||||
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}/src/nginx_module
|
||||
|
@ -26,8 +26,8 @@ SHA256 (mod_zip-1.1.6.tar.gz) = d30546b4be8308c721df0240ebc38c474c6b577381a11032
|
||||
SIZE (mod_zip-1.1.6.tar.gz) = 21991
|
||||
SHA256 (modsecurity-2.9.0.tar.gz) = e2bbf789966c1f80094d88d9085a81bde082b2054f8e38e0db571ca49208f434
|
||||
SIZE (modsecurity-2.9.0.tar.gz) = 4246467
|
||||
SHA256 (passenger-5.0.20.tar.gz) = a5b35780beb7ecd39d18375acab3e4fa1a2e104b7a324f41a1f89c99e7b8b04c
|
||||
SIZE (passenger-5.0.20.tar.gz) = 5307200
|
||||
SHA256 (passenger-5.0.21.tar.gz) = 66bc55a43f08d77b7a5e42928bf19d7cab2297866996ebcaa4db01a2d78cc60c
|
||||
SIZE (passenger-5.0.21.tar.gz) = 5307571
|
||||
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.20/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
|
||||
+++ ../passenger-5.0.20/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300
|
||||
--- ../passenger-5.0.21/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
|
||||
+++ ../passenger-5.0.21/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300
|
||||
@@ -32,6 +32,7 @@
|
||||
desc "Build Nginx support files"
|
||||
task :nginx => [
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= passenger
|
||||
PORTVERSION= 5.0.20
|
||||
PORTVERSION= 5.0.21
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMEPREFIX= rubygem-
|
||||
@ -71,7 +71,7 @@ pre-patch:
|
||||
s!#{PlatformInfo.debugging_cflags}!${CFLAGS}!g; \
|
||||
s!-O2!!g; \
|
||||
s! -feliminate-unused-debug-symbols -feliminate-unused-debug-types!!g; \
|
||||
229s!true!false!' \
|
||||
230s!true!false!' \
|
||||
${WRKSRC}/build/basics.rb
|
||||
.if ${PORT_OPTIONS:NDEBUG}
|
||||
@${REINPLACE_CMD} \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (rubygem/passenger-5.0.20.gem) = b8fac856bd028dc9e0cbb1efce2dcb90c98bed8b7733b6fa0c9145813f1a4516
|
||||
SIZE (rubygem/passenger-5.0.20.gem) = 5316608
|
||||
SHA256 (rubygem/passenger-5.0.21.gem) = ac2fb8aab4855bc5a46720829e6db917d540aab81a6ea61a448e9751a230c20a
|
||||
SIZE (rubygem/passenger-5.0.21.gem) = 5318656
|
||||
|
Loading…
Reference in New Issue
Block a user