mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
Update from 0.7.7 to 0.7.8.
Add new module knob WITH_HTTP_XSLT_MODULE. <ChangeLog> *) Feature: the ngx_http_xslt_module. *) Feature: the "$arg_..." variables. *) Feature: Solaris directio support. Thanks to Ivan Debnar. *) Bugfix: now if FastCGI server sends a "Location" header line without status line, then nginx uses 302 status code. Thanks to Maxim Dounin. </ChangeLog>
This commit is contained in:
parent
d7ea231793
commit
e9c5dcbe0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218058
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 0.7.7
|
||||
PORTVERSION= 0.7.8
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://sysoev.ru/nginx/
|
||||
MASTER_SITES+= ${MASTER_SITE_LOCAL}
|
||||
@ -28,6 +28,7 @@ OPTIONS= DEBUG "Enable nginx debugging" off \
|
||||
HTTP_SSL_MODULE "Enable http_ssl module" off \
|
||||
HTTP_STATUS_MODULE "Enable http_stub_status module" on \
|
||||
HTTP_SUB_MODULE "Enable http_sub module" off \
|
||||
HTTP_XSLT_MODULE "Enable http_xslt module" off \
|
||||
MAIL_MODULE "Enable IMAP4/POP3/SMTP proxy module" off \
|
||||
MAIL_IMAP_MODULE "Enable IMAP4 proxy module" off \
|
||||
MAIL_POP3_MODULE "Enable POP3 proxy module" off \
|
||||
@ -35,6 +36,8 @@ OPTIONS= DEBUG "Enable nginx debugging" off \
|
||||
MAIL_SSL_MODULE "Enable mail_ssl module" off \
|
||||
WWW "Enable html sample files" on
|
||||
|
||||
WANT_GNOME= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
NGINX_VARDIR?= /var
|
||||
@ -114,6 +117,11 @@ CONFIGURE_ARGS+=--with-http_stub_status_module
|
||||
CONFIGURE_ARGS+=--with-http_sub_module
|
||||
.endif
|
||||
|
||||
.if defined(WITH_HTTP_XSLT_MODULE)
|
||||
USE_GNOME= libxml2 libxslt
|
||||
CONFIGURE_ARGS+=--with-http_xslt_module
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_HTTP_REWRITE_MODULE) || defined(WITHOUT_PCRE)
|
||||
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nopcre
|
||||
CONFIGURE_ARGS+=--without-http_rewrite_module \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (nginx-0.7.7.tar.gz) = 42a5b70651e5421ec53cba930f613c8d
|
||||
SHA256 (nginx-0.7.7.tar.gz) = 11b5d6267d5e19ce6051b6d72c7df90b0ef8aa903b7370d484ed113e428d3270
|
||||
SIZE (nginx-0.7.7.tar.gz) = 534497
|
||||
MD5 (nginx-0.7.8.tar.gz) = 340230c7d1f6238dd02a5f867c1c4a3f
|
||||
SHA256 (nginx-0.7.8.tar.gz) = 9b74f0c89dadeae0b0519eb24d63acdf4bee35cafdfe8ec6056359010945c230
|
||||
SIZE (nginx-0.7.8.tar.gz) = 540843
|
||||
|
Loading…
Reference in New Issue
Block a user