Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2010 17:42:40 +0400 (MSD)
From:      Maxim Dounin <mdounin@mdounin.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/151072: [PATCH] www/nginx-devel: update to 0.8.52
Message-ID:  <20100929134240.DE6A61705E@mdounin.cust.ramtel.ru>
Resent-Message-ID: <201009291400.o8TE0BR7060881@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         151072
>Category:       ports
>Synopsis:       [PATCH] www/nginx-devel: update to 0.8.52
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 29 14:00:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Maxim Dounin
>Release:        
>Organization:
>Environment:
>Description:
Remove IGNORE, fix CONFLICTS, update to 0.8.52
>How-To-Repeat:
>Fix:

--- nginx-devel-0.8.52.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/nginx-devel.orig/Makefile /usr/ports/www/nginx-devel/Makefile
--- /usr/ports/www/nginx-devel.orig/Makefile	Tue Sep 28 10:32:17 2010
+++ /usr/ports/www/nginx-devel/Makefile	Wed Sep 29 17:28:57 2010
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	nginx
-PORTVERSION=	0.8.51
+PORTVERSION=	0.8.52
 CATEGORIES=	www
 MASTER_SITES=	http://sysoev.ru/nginx/
 MASTER_SITES+=	${MASTER_SITE_LOCAL}
@@ -17,8 +17,6 @@
 MAINTAINER=	osa@FreeBSD.org
 COMMENT=	Robust and small WWW server
 
-IGNORE=		latest version available in www/nginx
-
 LICENSE=	BSD
 
 OPTIONS=	DEBUG			"Enable nginx debugging" off \
@@ -97,7 +95,7 @@
 NGINX_ACCESSLOG?=	${NGINX_LOGDIR}/nginx-access.log
 NGINX_ERRORLOG?=	${NGINX_LOGDIR}/nginx-error.log
 
-CONFLICTS?=	nginx-0.8.*
+CONFLICTS?=	nginx-0.*
 USE_RC_SUBR=	nginx.sh
 SUB_LIST+=	WWWOWN=${WWWOWN}
 
diff -ruN --exclude=CVS /usr/ports/www/nginx-devel.orig/distinfo /usr/ports/www/nginx-devel/distinfo
--- /usr/ports/www/nginx-devel.orig/distinfo	Tue Sep 28 08:00:32 2010
+++ /usr/ports/www/nginx-devel/distinfo	Wed Sep 29 16:21:14 2010
@@ -1,6 +1,6 @@
-MD5 (nginx-0.8.51.tar.gz) = 61a58cd2c0cbc433ced4020b66cd6e3d
-SHA256 (nginx-0.8.51.tar.gz) = 35f92b15105990dc3b180dc8c8da61eafec1c2962720556d945a0b421efc612c
-SIZE (nginx-0.8.51.tar.gz) = 649122
+MD5 (nginx-0.8.52.tar.gz) = 8c1f0b6b9ad205b65248b1c55d3d801d
+SHA256 (nginx-0.8.52.tar.gz) = 7b359b8fcb65e13a70a7e2f1aa2175e4ff9b20ea9162503e760167f8d1f5b47e
+SIZE (nginx-0.8.52.tar.gz) = 649181
 MD5 (nginx_accept_language_module.tar.gz) = 330a8d3b2376fb476b5d3111a7905ec3
 SHA256 (nginx_accept_language_module.tar.gz) = 7a4c2d42a83c5b6efd2b7b13ad232850b6ab0ca4261df6b46fb7d2d2738b1c0a
 SIZE (nginx_accept_language_module.tar.gz) = 3299
--- nginx-devel-0.8.52.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100929134240.DE6A61705E>