From owner-svn-ports-head@freebsd.org Wed Sep 14 19:13:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84A1ABD6BB6; Wed, 14 Sep 2016 19:13:08 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53E6B127B; Wed, 14 Sep 2016 19:13:08 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8EJD7MH073093; Wed, 14 Sep 2016 19:13:07 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8EJD7pP073092; Wed, 14 Sep 2016 19:13:07 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201609141913.u8EJD7pP073092@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 14 Sep 2016 19:13:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422151 - head/devel/php70-APCu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 19:13:08 -0000 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 (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}