pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nginx



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Apr 15 06:26:51 UTC 2017

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

Log Message:
Use PKG_OPTIONS_LEGACY_OPTS for renaming v2->http2

so existing users won't need to modify their configs


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/nginx/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nginx/options.mk
diff -u pkgsrc/www/nginx/options.mk:1.37 pkgsrc/www/nginx/options.mk:1.38
--- pkgsrc/www/nginx/options.mk:1.37    Sat Apr 15 05:46:28 2017
+++ pkgsrc/www/nginx/options.mk Sat Apr 15 06:26:51 2017
@@ -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