Skip to content

Commit

Permalink
www/nginx-*: Fix backwards warning
Browse files Browse the repository at this point in the history
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
  • Loading branch information
joneum committed Sep 21, 2022
1 parent cf0ff8e commit 8096092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/nginx-lite/Makefile
@@ -1,5 +1,5 @@
PORTNAME= nginx
PORTREVISION= 1
PORTREVISION= 8
PKGNAMESUFFIX= -lite

MAINTAINER= joneum@FreeBSD.org
Expand Down
2 changes: 1 addition & 1 deletion www/nginx-naxsi/Makefile
@@ -1,5 +1,5 @@
PORTNAME= nginx
PORTREVISION= 1
PORTREVISION= 8
PKGNAMESUFFIX= -naxsi

MAINTAINER= joneum@FreeBSD.org
Expand Down

0 comments on commit 8096092

Please sign in to comment.