diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2018-11-28 00:06:34 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2018-11-28 00:06:34 +0000 |
commit | a1597687a86c5e4198e1a96431f168eb2bc73ecc (patch) | |
tree | 88bf44383b719b016c112cc7db35646bcb94c1b2 /www/nginx/Makefile | |
parent | Update passenger and it's modules for www/nginx and (diff) |
Update the distribution of third-party upstream_fair module
to fix a build issue with openssl 1.1.1.
Bump PORTREVISION.
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r-- | www/nginx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 1cd254e52aea..29533675a4f2 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.14.1 -PORTREVISION?= 4 +PORTREVISION?= 5 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ \ |