aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2010-09-30 17:45:23 +0800
committerosa <osa@FreeBSD.org>2010-09-30 17:45:23 +0800
commit4c4d7a2b69b3b0981edae32e9920bed9102494de (patch)
tree4b5eeb70d69d7a9cb74c948c75ebfb9345a61053
parentc06006b40f85c662c929b460b5f3c5fd878073c1 (diff)
downloadfreebsd-ports-gnome-4c4d7a2b69b3b0981edae32e9920bed9102494de.tar.gz
freebsd-ports-gnome-4c4d7a2b69b3b0981edae32e9920bed9102494de.tar.zst
freebsd-ports-gnome-4c4d7a2b69b3b0981edae32e9920bed9102494de.zip
Fix CONFLICTS.
Bump PORTREVISION. PR: ports/151072
-rw-r--r--www/nginx-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 9136ff796895..fb6cd2277dbf 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nginx
PORTVERSION= 0.8.52
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@@ -95,7 +96,7 @@ HTTP_PORT?= 80
NGINX_ACCESSLOG?= ${NGINX_LOGDIR}/nginx-access.log
NGINX_ERRORLOG?= ${NGINX_LOGDIR}/nginx-error.log
-CONFLICTS?= nginx-0.8.*
+CONFLICTS?= nginx-0.*
USE_RC_SUBR= nginx.sh
SUB_LIST+= WWWOWN=${WWWOWN}