pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/nginx Use PKG_OPTIONS_LEGACY_OPTS for renaming v2-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9abda9dc4dcc
branches:  trunk
changeset: 361138:9abda9dc4dcc
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Apr 15 06:26:51 2017 +0000

description:
Use PKG_OPTIONS_LEGACY_OPTS for renaming v2->http2

so existing users won't need to modify their configs

diffstat:

 www/nginx/options.mk |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (23 lines):

diff -r c39af8931ff5 -r 9abda9dc4dcc www/nginx/options.mk
--- a/www/nginx/options.mk      Sat Apr 15 05:46:28 2017 +0000
+++ b/www/nginx/options.mk      Sat Apr 15 06:26:51 2017 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: options.mk,v 1.37 2017/04/15 05:46:28 ryoon Exp $
+# $NetBSD: options.mk,v 1.38 2017/04/15 06:26:51 maya 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 http2
+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 http2
+PKG_OPTIONS_LEGACY_OPTS+=      v2:http2
 
 PKG_SUGGESTED_OPTIONS= inet6 pcre ssl
 



Home | Main Index | Thread Index | Old Index