diff options
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 4 | ||||
-rw-r--r-- | www/nginx/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index fdfccb679434..5081551253a9 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.1.25 +PORTVERSION= 0.1.27 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ @@ -22,7 +22,7 @@ HTTP_PORT?= 80 USE_REINPLACE= yes USE_RC_SUBR= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX}/etc/nginx \ +CONFIGURE_ARGS+=--prefix=${PREFIX}/etc/nginx \ --with-cc-opt="-I ${LOCALBASE}/include" \ --with-ld-opt="-L ${LOCALBASE}/lib" \ --conf-path=${PREFIX}/etc/nginx/nginx.conf \ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index a94012c606de..5628e63e4c08 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,2 +1,2 @@ -MD5 (nginx-0.1.25.tar.gz) = afc92d951b2b024328d7a0d9002a2ac2 -SIZE (nginx-0.1.25.tar.gz) = 291125 +MD5 (nginx-0.1.27.tar.gz) = 666ebc078355ef1172552df7f82bada8 +SIZE (nginx-0.1.27.tar.gz) = 295404 |