mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
www/rubygem-passenger: Update to 6.0.27
Changes: https://github.com/phusion/passenger/releases
This commit is contained in:
parent
d01d11d469
commit
bc919f0d4c
4 changed files with 8 additions and 22 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= passenger
|
||||
PORTVERSION= 6.0.26
|
||||
PORTVERSION= 6.0.27
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG \
|
||||
https://github.com/phusion/passenger/releases/download/release-${PORTVERSION}/
|
||||
|
@ -20,7 +20,7 @@ LIB_DEPENDS= libapr-1.so:devel/apr1 \
|
|||
libuv.so:devel/libuv
|
||||
RUN_DEPENDS= rubygem-etc>=0:devel/rubygem-etc \
|
||||
rubygem-rack>=1.6.13,3:www/rubygem-rack \
|
||||
rubygem-rackup>=2.0.0:www/rubygem-rackup \
|
||||
rubygem-rackup>=1.0.1:www/rubygem-rackup \
|
||||
rubygem-rake>=12.3.3:devel/rubygem-rake
|
||||
|
||||
USES= compiler:c++11-lang cpe gem libtool python:env ssl
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1740022486
|
||||
SHA256 (rubygem/passenger-6.0.26.gem) = 2211365a98261e8a501e82ac66a6eacbcd29180d09e11d9dfdf68ac648c244d7
|
||||
SIZE (rubygem/passenger-6.0.26.gem) = 8201216
|
||||
TIMESTAMP = 1744289356
|
||||
SHA256 (rubygem/passenger-6.0.27.gem) = 8b5b40fd287dd42158acd75d81d7006fbe8777299d91221a34b3fdf74d8af0c3
|
||||
SIZE (rubygem/passenger-6.0.27.gem) = 7462912
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,14 +0,0 @@
|
|||
--- src/cxx_supportlib/oxt/implementation.cpp.orig 2024-12-22 16:55:42 UTC
|
||||
+++ src/cxx_supportlib/oxt/implementation.cpp
|
||||
@@ -397,9 +397,9 @@ set_native_thread_name(const string &name) {
|
||||
|
||||
static void
|
||||
set_native_thread_name(const string &name) {
|
||||
- #if defined(__linux__)
|
||||
+ #if defined(__linux__) || defined(__FreeBSD__)
|
||||
pthread_setname_np(pthread_self(), name.c_str());
|
||||
- #elif defined(__APPLE__) || defined(__FreeBSD__)
|
||||
+ #elif defined(__APPLE__)
|
||||
pthread_setname_np(name.c_str());
|
||||
#endif
|
||||
}
|
Loading…
Add table
Reference in a new issue