Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jun 2017 19:57:16 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442578 - head/www/nginx
Message-ID:  <201706041957.v54JvGJA084101@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Sun Jun  4 19:57:15 2017
New Revision: 442578
URL: https://svnweb.freebsd.org/changeset/ports/442578

Log:
  www/nginx: change PORTREVISION= to PORTREVISION?=
  
  This change was required to fix slave port that needed PORTREVISION bump.
  
  Approved by:	portmgr (adamw)

Modified:
  head/www/nginx/Makefile

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Sun Jun  4 19:42:25 2017	(r442577)
+++ head/www/nginx/Makefile	Sun Jun  4 19:57:15 2017	(r442578)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nginx
 PORTVERSION=	1.12.0
-PORTREVISION=	3
+PORTREVISION?=	3
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706041957.v54JvGJA084101>