pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2017Q1]: pkgsrc/www/nginx Pullup ticket #5290 - requested by s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/940df3ad33ad
branches:  pkgsrc-2017Q1
changeset: 360265:940df3ad33ad
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Mon Apr 17 14:49:23 2017 +0000

description:
Pullup ticket #5290 - requested by sevan
www/nginx: option name change

Revisions pulled up:
- www/nginx/options.mk                                          1.37

---
   Module Name:    pkgsrc
   Committed By:   ryoon
   Date:           Sat Apr 15 05:46:28 UTC 2017

   Modified Files:
           pkgsrc/www/nginx: options.mk

   Log Message:
   Change v2 option name to http2

   http2 is defined in pkgsrc/mk/defaults/options.description

diffstat:

 www/nginx/options.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 607e05c324d7 -r 940df3ad33ad www/nginx/options.mk
--- a/www/nginx/options.mk      Mon Apr 17 14:40:50 2017 +0000
+++ b/www/nginx/options.mk      Mon Apr 17 14:49:23 2017 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.36 2016/06/15 14:49:11 fhajny Exp $
+# $NetBSD: options.mk,v 1.36.8.1 2017/04/17 14:49:23 bsiegert Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.nginx
 PKG_SUPPORTED_OPTIONS= dav flv gtools inet6 luajit mail-proxy memcache naxsi \
                        pcre push realip ssl sub uwsgi image-filter \
                        debug status nginx-autodetect-cflags echo \
                        set-misc headers-more array-var encrypted-session \
-                       form-input perl gzip v2
+                       form-input perl gzip http2
 
 PKG_SUGGESTED_OPTIONS= inet6 pcre ssl
 
@@ -45,7 +45,7 @@
 CONFIGURE_ARGS+=       --with-http_flv_module
 .endif
 
-.if !empty(PKG_OPTIONS:Mv2)
+.if !empty(PKG_OPTIONS:Mhttp2)
 CONFIGURE_ARGS+=       --with-http_v2_module
 .endif
 



Home | Main Index | Thread Index | Old Index