Update to latest development version 0.6.0.

Resolve conflict with stable version.

<ChangeLog>

*) Feature: the "server_name", "map", and "valid_referers"
   directives supports the "www.example.*" wildcards.

</ChangeLog>
This commit is contained in:
Sergey A. Osokin 2007-06-15 08:22:12 +00:00
parent a78d03f66e
commit 332269edd1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193551
2 changed files with 7 additions and 5 deletions

View file

@ -6,12 +6,13 @@
#
PORTNAME= nginx
PORTVERSION= 0.5.25
PORTREVISION= 1
PORTVERSION= 0.6.0
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= osa
PKGNAMESUFFIX= -devel
DISTNAME= nginx-${PORTVERSION}
MAINTAINER= osa@FreeBSD.org
COMMENT= Robust and small WWW server
@ -26,6 +27,7 @@ HTTP_PORT?= 80
USE_PERL5= yes
.endif
CONFLICTS?= nginx-0.5.*
USE_RC_SUBR= nginx.sh
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix=${PREFIX}/etc/nginx \

View file

@ -1,3 +1,3 @@
MD5 (nginx-0.5.25.tar.gz) = de49b8521d79e7774c89a9268ae5a89a
SHA256 (nginx-0.5.25.tar.gz) = 21aa716b0ed5d60ab7baa1475eda1f236d02b2cdac363f595b45cdf15a636c37
SIZE (nginx-0.5.25.tar.gz) = 471439
MD5 (nginx-0.6.0.tar.gz) = 8397d953f4718a78d465de1e5f333c35
SHA256 (nginx-0.6.0.tar.gz) = 99d7042a66ddd842043beebbe0e09e3da5742f8f5120c91b2c67b42c6bd2b970
SIZE (nginx-0.6.0.tar.gz) = 471941