View | Details | Raw Unified | Return to bug 262491
Collapse All | Expand All

(-)b/www/nginx/Makefile (-4 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	nginx
3
PORTNAME=	nginx
4
PORTVERSION=	1.20.2
4
PORTVERSION=	1.20.2
5
PORTREVISION?=	8
5
PORTREVISION?=	9
6
PORTEPOCH=	2
6
PORTEPOCH=	2
7
CATEGORIES=	www
7
CATEGORIES=	www
8
MASTER_SITES=	https://nginx.org/download/ \
8
MASTER_SITES=	https://nginx.org/download/ \
Lines 349-357 do-install-NAXSI-on: Link Here
349
	${INSTALL_DATA} \
349
	${INSTALL_DATA} \
350
	${WRKDIR}/naxsi-${NAXSI_NGINX_VER}/naxsi_config/naxsi_core.rules \
350
	${WRKDIR}/naxsi-${NAXSI_NGINX_VER}/naxsi_config/naxsi_core.rules \
351
	${STAGEDIR}${ETCDIR}
351
	${STAGEDIR}${ETCDIR}
352
353
do-install-NJS-on:
354
	${INSTALL_PROGRAM} ${WRKSRC_njs}/build/njs ${STAGEDIR}${PREFIX}/sbin
355
.endif
352
.endif
356
353
357
.if !target(post-install)
354
.if !target(post-install)
(-)b/www/nginx/pkg-plist (-1 lines)
Lines 89-95 Link Here
89
%%WWW%%www/nginx-dist/50x.html
89
%%WWW%%www/nginx-dist/50x.html
90
%%WWW%%@postexec chmod a-w %D/www/nginx-dist
90
%%WWW%%@postexec chmod a-w %D/www/nginx-dist
91
%%WWW%%@postunexec if [ -L %D/www/nginx ]; then rm -f %D/www/nginx; fi
91
%%WWW%%@postunexec if [ -L %D/www/nginx ]; then rm -f %D/www/nginx; fi
92
%%NJS%%sbin/njs
93
sbin/nginx
92
sbin/nginx
94
share/vim/vimfiles/ftdetect/nginx.vim
93
share/vim/vimfiles/ftdetect/nginx.vim
95
share/vim/vimfiles/ftplugin/nginx.vim
94
share/vim/vimfiles/ftplugin/nginx.vim

Return to bug 262491