diff options
author | brnrd <brnrd@FreeBSD.org> | 2017-07-13 03:50:55 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2017-07-13 03:50:55 +0800 |
commit | 028efab4ecae680a60f42e177d4109ac4c078b5a (patch) | |
tree | 268ada6a10d69535fa2152b69dbfb0bb8186692b /www/nginx | |
parent | 66c8edf9630efb21af5dc6f533c68ce7f4a58432 (diff) | |
download | freebsd-ports-gnome-028efab4ecae680a60f42e177d4109ac4c078b5a.tar.gz freebsd-ports-gnome-028efab4ecae680a60f42e177d4109ac4c078b5a.tar.zst freebsd-ports-gnome-028efab4ecae680a60f42e177d4109ac4c078b5a.zip |
www/nginx: Update brotli module to 0.6.0
- Chase move from archivers/libbrotli
- Update module from 0.4 to 0.6.0
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 5 | ||||
-rw-r--r-- | www/nginx/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 11816c9206dd..cf33c4a6df85 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1124,9 +1124,8 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_arrayvar} .endif .if ${PORT_OPTIONS:MBROTLI} -NGINX_BROTLI_VERSION= ada972b -LIB_DEPENDS+= libbrotlidec.so:devel/libbrotli \ - libbrotlienc.so:devel/libbrotli +NGINX_BROTLI_VERSION= 12529813 +LIB_DEPENDS+= libbrotlicommon.so:archivers/brotli GH_ACCOUNT+= google:brotli GH_PROJECT+= ngx_brotli:brotli GH_TAGNAME+= ${NGINX_BROTLI_VERSION}:brotli diff --git a/www/nginx/distinfo b/www/nginx/distinfo index dba78e7feb6a..fb219daf43b5 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -123,8 +123,8 @@ SHA256 (nginx-njs-753ebe6_GH0.tar.gz) = 43fc7a307ee98b9c55283374b36f1f4576cbf529 SIZE (nginx-njs-753ebe6_GH0.tar.gz) = 191124 SHA256 (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = c949d4be6f3442c8e2937046448dc8d8def25c0e0fa6f4e805144cea45eabe80 SIZE (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = 11280 -SHA256 (google-ngx_brotli-ada972b_GH0.tar.gz) = d3d0e22a2629cd017280e05bd3bf05aa7b5c820ebe8c79932ce161243911e776 -SIZE (google-ngx_brotli-ada972b_GH0.tar.gz) = 11128 +SHA256 (google-ngx_brotli-12529813_GH0.tar.gz) = 788b25c4a3285b34d06e48a469fd0d0cb52d43b43edccd2935e22802dcfd2d69 +SIZE (google-ngx_brotli-12529813_GH0.tar.gz) = 10448 SHA256 (calio-form-input-nginx-module-v0.12_GH0.tar.gz) = 5c1869d55897075adb3fdf840b21060dc54669a1f840a36d1539acc7e59dd106 SIZE (calio-form-input-nginx-module-v0.12_GH0.tar.gz) = 11090 SHA256 (calio-iconv-nginx-module-v0.14_GH0.tar.gz) = b8b9f355c05c0790226512f6732348a2404d48531688a1fc04ce6768163bf462 |