diff options
author | robak <robak@FreeBSD.org> | 2017-06-05 04:38:26 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2017-06-05 04:38:26 +0800 |
commit | 6ad87719048134812c5a1c72e2031f3ab8f3eb41 (patch) | |
tree | c93955ea456758c5c5bf75628b195cbfe4a6e533 /www/nginx | |
parent | ec54249c45e3138ab5d9f6e22b86c3d13499ff53 (diff) | |
download | freebsd-ports-gnome-6ad87719048134812c5a1c72e2031f3ab8f3eb41.tar.gz freebsd-ports-gnome-6ad87719048134812c5a1c72e2031f3ab8f3eb41.tar.zst freebsd-ports-gnome-6ad87719048134812c5a1c72e2031f3ab8f3eb41.zip |
www/nginx and www/nginx-full: remove obsolete modules and bump PORTREVISION
Some time ago www/nginx master port removed two external modules that
stayed in www/nginx-full slave port options causing pkg build failures.
Thich change removes the modules from www/nginx-full and bumps www/nginx
PORTREVISION to force revision bump for slave port.
Approved by: portmgr (adamw)
Diffstat (limited to 'www/nginx')
-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 c853786d07b3..85e345b6ba97 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.12.0 -PORTREVISION?= 3 +PORTREVISION?= 4 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ |