Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Sep 2016 19:13:07 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422151 - head/devel/php70-APCu
Message-ID:  <201609141913.u8EJD7pP073092@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Sep 14 19:13:07 2016
New Revision: 422151
URL: https://svnweb.freebsd.org/changeset/ports/422151

Log:
  Add PHP_DEFAULT=7.0 so that a package is build on the cluster with
  default ports configuration.
  
  PR:		212684
  Submitted by:	joshruehlig at gmail.com
  Approved by:	Daniel Ylitalo <daniel at blodan.se> (maintainer)

Modified:
  head/devel/php70-APCu/Makefile

Modified: head/devel/php70-APCu/Makefile
==============================================================================
--- head/devel/php70-APCu/Makefile	Wed Sep 14 18:43:59 2016	(r422150)
+++ head/devel/php70-APCu/Makefile	Wed Sep 14 19:13:07 2016	(r422151)
@@ -16,6 +16,7 @@ LICENSE=	PHP301
 CONFLICTS=	pecl-APC-[0-9]*
 
 IGNORE_WITH_PHP=	55 56
+PHP_DEFAULT=	7.0
 USES=		localbase php:ext tar:tgz
 PHP_MODNAME=	${PORTNAME:tl}
 



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