diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2020-01-28 15:11:34 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2020-01-28 15:11:34 +0000 |
commit | 4bee84503efe2beb7476dda64c68d0b644aed20a (patch) | |
tree | 66e561fa9b9aeb45ca31aada8669ea0b7e3e7b85 /www/nginx-devel/Makefile.extmod | |
parent | - Update to 2.33.1 (diff) |
Commit missing patches for r524122.
Eagle eye notice from: joneum
No cookie for: osa
Notes
Notes:
svn path=/head/; revision=524489
Diffstat (limited to 'www/nginx-devel/Makefile.extmod')
-rw-r--r-- | www/nginx-devel/Makefile.extmod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/nginx-devel/Makefile.extmod b/www/nginx-devel/Makefile.extmod index b801c6a02291..9197fc79e819 100644 --- a/www/nginx-devel/Makefile.extmod +++ b/www/nginx-devel/Makefile.extmod @@ -241,6 +241,9 @@ NAXSI_VARS= DSO_EXTMODS+=naxsi NAXSI_SUBDIR=/naxsi_src NJS_GH_TUPLE= nginx:njs:0.3.8:njs NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx +OPENTRACING_GH_TUPLE= opentracing-contrib:nginx-opentracing:v0.9.0:opentracing +OPENTRACING_VARS= DSO_EXTMODS+=opentracing OPENTRACING_SUBDIR=/opentracing + PASSENGER_NGINX_VER= 6.0.4 PASSENGER_CATEGORIES= ruby PASSENGER_USE= ruby=yes |