From c97e7ef241065cd9c55446e22e972646a8c76a24 Mon Sep 17 00:00:00 2001 From: kili Date: Sat, 28 Jun 2014 20:31:10 +0000 Subject: [PATCH] Properly move the revision bumps to devel/Makefile (REVISION=3) and stable/Makefile (REVISION=0) to avoid the devel packages going back from p2 to p0. --- www/nginx/Makefile.inc | 3 +-- www/nginx/devel/Makefile | 4 ++-- www/nginx/stable/Makefile | 3 ++- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/nginx/Makefile.inc b/www/nginx/Makefile.inc index b488cac538e..2db9f62663e 100644 --- a/www/nginx/Makefile.inc +++ b/www/nginx/Makefile.inc @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile.inc,v 1.12 2014/06/24 21:47:26 jeremy Exp $ +# $OpenBSD: Makefile.inc,v 1.13 2014/06/28 20:31:10 kili Exp $ COMMENT= robust and small HTTP server and mail proxy server DISTNAME= nginx-${VERSION} CATEGORIES= www -REVISION= 0 MASTER_SITES= http://nginx.org/download/ MASTER_SITES0= http://dropbox.eait.uq.edu.au/uqdgwynn/distfiles/ diff --git a/www/nginx/devel/Makefile b/www/nginx/devel/Makefile index 2013cecef06..017ba4cb936 100644 --- a/www/nginx/devel/Makefile +++ b/www/nginx/devel/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.8 2014/05/20 10:17:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2014/06/28 20:31:10 kili Exp $ VERSION= 1.5.7 -REVISION= 2 +REVISION= 3 CONFIGURE_ARGS+= --with-http_auth_request_module diff --git a/www/nginx/stable/Makefile b/www/nginx/stable/Makefile index c2a87212d52..dcb745b3983 100644 --- a/www/nginx/stable/Makefile +++ b/www/nginx/stable/Makefile @@ -1,5 +1,6 @@ -# $OpenBSD: Makefile,v 1.8 2014/03/25 02:38:26 william Exp $ +# $OpenBSD: Makefile,v 1.9 2014/06/28 20:31:10 kili Exp $ VERSION= 1.4.7 +REVISION= 0 .include