Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Apr 2016 23:11:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413401 - head/lang/php70
Message-ID:  <201604152311.u3FNBKb4023831@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Apr 15 23:11:20 2016
New Revision: 413401
URL: https://svnweb.freebsd.org/changeset/ports/413401

Log:
  - Restore ?= which was removed in r412806
  
  Approved by:	portmgr (blanket)

Modified:
  head/lang/php70/Makefile

Modified: head/lang/php70/Makefile
==============================================================================
--- head/lang/php70/Makefile	Fri Apr 15 23:11:16 2016	(r413400)
+++ head/lang/php70/Makefile	Fri Apr 15 23:11:20 2016	(r413401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	php70
 PORTVERSION=	7.0.5
-PORTREVISION=	1
+PORTREVISION?=	1
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
 DISTNAME=	php-${PORTVERSION}



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