diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:57:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:57:35 +0000 |
commit | 652069fa2d41d4e7ba90b21951ee7e5d5a398890 (patch) | |
tree | c65810bd94349ec035fb6c6094972297fe4a11ba /www | |
parent | 1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (diff) | |
download | ports-652069fa2d41d4e7ba90b21951ee7e5d5a398890.tar.gz ports-652069fa2d41d4e7ba90b21951ee7e5d5a398890.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 4 | ||||
-rw-r--r-- | www/nginx/Makefile | 4 | ||||
-rw-r--r-- | www/p5-pQuery/Makefile | 2 | ||||
-rw-r--r-- | www/py-pyjwt/Makefile | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 8b5fe801acfe..279678e3ad81 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -163,7 +163,7 @@ MAIL_POP3_DESC= Enable POP3 proxy module MAIL_SMTP_DESC= Enable SMTP proxy module MAIL_SSL_DESC= Enable mail_ssl module HTTPV2_DESC= Enable HTTP/2 protocol support (SSL req.) -NJS_DESC= Enable http_javascript module +NJS_DESC= Enable http_javascript module STREAM_DESC= Enable stream module STREAM_SSL_DESC= Enable stream_ssl module (SSL req.) THREADS_DESC= Enable threads support @@ -499,7 +499,7 @@ CONFIGURE_ARGS+=--with-http_flv_module .endif .if ${PORT_OPTIONS:MHTTP_JSON_STATUS} -NGINX_JSON_STATUS_VERSION= 1d2f303 +NGINX_JSON_STATUS_VERSION= 1d2f303 GH_ACCOUNT+= nginx-modules:json_status GH_PROJECT+= ngx_http_json_status_module:json_status GH_TAGNAME+= ${NGINX_JSON_STATUS_VERSION}:json_status diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 164113769f45..e9d01ae6d0c7 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -163,7 +163,7 @@ MAIL_POP3_DESC= Enable POP3 proxy module MAIL_SMTP_DESC= Enable SMTP proxy module MAIL_SSL_DESC= Enable mail_ssl module HTTPV2_DESC= Enable HTTP/2 protocol support (SSL req.) -NJS_DESC= Enable http_javascript module +NJS_DESC= Enable http_javascript module STREAM_DESC= Enable stream module STREAM_SSL_DESC= Enable stream_ssl module (SSL req.) THREADS_DESC= Enable threads support @@ -499,7 +499,7 @@ CONFIGURE_ARGS+=--with-http_flv_module .endif .if ${PORT_OPTIONS:MHTTP_JSON_STATUS} -NGINX_JSON_STATUS_VERSION= 1d2f303 +NGINX_JSON_STATUS_VERSION= 1d2f303 GH_ACCOUNT+= nginx-modules:json_status GH_PROJECT+= ngx_http_json_status_module:json_status GH_TAGNAME+= ${NGINX_JSON_STATUS_VERSION}:json_status diff --git a/www/p5-pQuery/Makefile b/www/p5-pQuery/Makefile index ba3b185b16f3..2f7353722eb7 100644 --- a/www/p5-pQuery/Makefile +++ b/www/p5-pQuery/Makefile @@ -14,7 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE_GPLv1= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-HTML-Tree>=0:www/p5-HTML-Tree +BUILD_DEPENDS= p5-HTML-Tree>=0:www/p5-HTML-Tree RUN_DEPENDS= ${BUILD_DEPENDS} USES= perl5 diff --git a/www/py-pyjwt/Makefile b/www/py-pyjwt/Makefile index 2c81047fdbf4..733b1a76823a 100644 --- a/www/py-pyjwt/Makefile +++ b/www/py-pyjwt/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE # Some tests are skipped without pycrypto, but its not -# referenced as a requirement anymore. +# referenced as a requirement anymore. TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \ ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto |