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:   jperkin
Date:           Wed Nov 13 11:11:37 UTC 2024

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

Log Message:
nginx: Put back NAXSI_SUBDIR.

Could do with a way to indicate to pkglint that this is actually required.


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 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.108 pkgsrc/www/nginx/options.mk:1.109
--- pkgsrc/www/nginx/options.mk:1.108   Wed Nov 13 11:05:40 2024
+++ pkgsrc/www/nginx/options.mk Wed Nov 13 11:11:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.108 2024/11/13 11:05:40 jperkin Exp $
+# $NetBSD: options.mk,v 1.109 2024/11/13 11:11:37 jperkin Exp $
 
 CODELOAD_SITE_GITHUB=          https://codeload.github.com/
 
@@ -39,6 +39,7 @@ SITES.${NAXSI_DISTFILE}=      ${MASTER_SITE_G
 DISTFILES+=                    ${NAXSI_DISTFILE}
 PLIST.naxsi=                   yes
 DSO_EXTMODS+=                  naxsi
+NAXSI_SUBDIR=                  /naxsi_src
 .endif
 
 .if !empty(PKG_OPTIONS:Mdebug)



Home | Main Index | Thread Index | Old Index