diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2005-04-04 06:54:54 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2005-04-04 06:54:54 +0000 |
commit | e91c62d524aaf1611e2fb02c1a1c88a1b8eb4e2f (patch) | |
tree | 64d3a4a5ab6e2d1ae1d01be3b8102b82f9226890 /www/nginx | |
parent | Adjust Makefile header. (diff) |
Update to 0.1.27.
Use 'CONFIGURE_ARGS+=' directive for respect third-party
configure arguments.
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 |