diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2006-04-21 11:24:50 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2006-04-21 11:24:50 +0000 |
commit | 1251fc1f40f43f4c5cc563446a408324fa62ad4c (patch) | |
tree | d842749c67675c630dd53bb98ee7b74f92bfb710 /www/nginx | |
parent | Update to stunnel 4.15, which has the major new feature of almost all (diff) |
Update to 0.3.40.
Remove needless USE_REINPLACE.
Notes
Notes:
svn path=/head/; revision=160067
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 4 | ||||
-rw-r--r-- | www/nginx/distinfo | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index cea3dfac9f85..dfae64407ea6 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,8 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.3.39 -PORTREVISION= 0 +PORTVERSION= 0.3.40 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -22,7 +21,6 @@ RUNDIR?= ${VARDIR}/run TMPDIR?= ${VARDIR}/tmp/nginx HTTP_PORT?= 80 -USE_REINPLACE= yes USE_RC_SUBR= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${PREFIX}/etc/nginx \ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 179881cb9630..09458aacc00c 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,3 +1,3 @@ -MD5 (nginx-0.3.39.tar.gz) = 7f92fd147106b89706216286d3006c55 -SHA256 (nginx-0.3.39.tar.gz) = 2419b796e6c4d32f18b0e93d63bd34f59fa3a8607fc3378d862ad6fb40cd27c8 -SIZE (nginx-0.3.39.tar.gz) = 385615 +MD5 (nginx-0.3.40.tar.gz) = f2c8338962228ed1dc9cb0fff1fbd10b +SHA256 (nginx-0.3.40.tar.gz) = 6e5fb751c431b5f8280557f0c8a627df7f6ee5772449fffa6a348ad8f93404e5 +SIZE (nginx-0.3.40.tar.gz) = 387838 |