git: 80960920eefd - main - www/nginx-*: Fix backwards warning
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Sep 2022 17:44:55 UTC
The branch main has been updated by joneum:
URL: https://cgit.FreeBSD.org/ports/commit/?id=80960920eefd75fae2f48b21be3ac1216e1d0ebd
commit 80960920eefd75fae2f48b21be3ac1216e1d0ebd
Author: Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2022-09-21 17:40:41 +0000
Commit: Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2022-09-21 17:40:41 +0000
www/nginx-*: Fix backwards warning
PORTREVISON was set directly with 1. Before that the line did not exist. This leads to a "Ports with version numbers going backwards" warning.
PORTREVISION now set one higher than the master port NGINX.
Discussed with: tcberner
Sponsored by: Netzkommune GmbH
---
www/nginx-lite/Makefile | 2 +-
www/nginx-naxsi/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/nginx-lite/Makefile b/www/nginx-lite/Makefile
index fa7829ff61c9..ff80ad5e9571 100644
--- a/www/nginx-lite/Makefile
+++ b/www/nginx-lite/Makefile
@@ -1,5 +1,5 @@
PORTNAME= nginx
-PORTREVISION= 1
+PORTREVISION= 8
PKGNAMESUFFIX= -lite
MAINTAINER= joneum@FreeBSD.org
diff --git a/www/nginx-naxsi/Makefile b/www/nginx-naxsi/Makefile
index d07f0690fc9a..712d1a027b6d 100644
--- a/www/nginx-naxsi/Makefile
+++ b/www/nginx-naxsi/Makefile
@@ -1,5 +1,5 @@
PORTNAME= nginx
-PORTREVISION= 1
+PORTREVISION= 8
PKGNAMESUFFIX= -naxsi
MAINTAINER= joneum@FreeBSD.org