diff options
author | osa <osa@FreeBSD.org> | 2012-04-23 20:18:43 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2012-04-23 20:18:43 +0800 |
commit | 7e3c668ffb4ace00ec74fc489e7c03412c3c954b (patch) | |
tree | 29b2723c88cf54cb66986d51d62a5391a84b8132 | |
parent | b2e6235a4424be41bf2af29db4b7a0866c720265 (diff) | |
download | freebsd-ports-gnome-7e3c668ffb4ace00ec74fc489e7c03412c3c954b.tar.gz freebsd-ports-gnome-7e3c668ffb4ace00ec74fc489e7c03412c3c954b.tar.zst freebsd-ports-gnome-7e3c668ffb4ace00ec74fc489e7c03412c3c954b.zip |
Update pkg-descr to modern variant.
Bump PORTREVISIONs.
PR: ports/167089
-rw-r--r-- | www/nginx-devel/Makefile | 1 | ||||
-rw-r--r-- | www/nginx-devel/pkg-descr | 9 | ||||
-rw-r--r-- | www/nginx/Makefile | 1 | ||||
-rw-r--r-- | www/nginx/pkg-descr | 11 |
4 files changed, 15 insertions, 7 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index d7ba265c8337..e837bb531941 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= nginx PORTVERSION= 1.1.19 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= ${MASTER_SITE_LOCAL} diff --git a/www/nginx-devel/pkg-descr b/www/nginx-devel/pkg-descr index e04a75c09507..784e2fdfdb8a 100644 --- a/www/nginx-devel/pkg-descr +++ b/www/nginx-devel/pkg-descr @@ -1,5 +1,8 @@ -Another one small and robust www server, supports -kqueue (EV_CLEAR, EV_DISABLE, NOTE_LOWAT, EV_EOF, etc.), -select, poll, sendfile. +NGINX is a high performance edge web server with the lowest memory footprint +and the key features to build modern and efficient web infrastructure. + +NGINX functionality includes HTTP server, HTTP and mail reverse proxy, caching, +load balancing, compression, request throttling, connection multiplexing and +reuse, SSL offload and HTTP media streaming. WWW: http://nginx.org/ diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 2d90b017c16c..112006f304ca 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -7,6 +7,7 @@ PORTNAME= nginx PORTVERSION= 1.0.15 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ diff --git a/www/nginx/pkg-descr b/www/nginx/pkg-descr index c2bc5e717dab..784e2fdfdb8a 100644 --- a/www/nginx/pkg-descr +++ b/www/nginx/pkg-descr @@ -1,5 +1,8 @@ -Another one small and robust www server, supports -kqueue (EV_CLEAR, EV_DISABLE, NOTE_LOWAT, EV_EOF, etc.), -select, poll, sendfile. +NGINX is a high performance edge web server with the lowest memory footprint +and the key features to build modern and efficient web infrastructure. -WWW: http://sysoev.ru/nginx/ +NGINX functionality includes HTTP server, HTTP and mail reverse proxy, caching, +load balancing, compression, request throttling, connection multiplexing and +reuse, SSL offload and HTTP media streaming. + +WWW: http://nginx.org/ |