From owner-svn-ports-all@freebsd.org Fri Jan 29 15:46:11 2016 Return-Path: Delivered-To: svn-ports-all@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 9A01BA709A9; Fri, 29 Jan 2016 15:46:11 +0000 (UTC) (envelope-from feld@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 646F71D5F; Fri, 29 Jan 2016 15:46:11 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0TFkAJS048169; Fri, 29 Jan 2016 15:46:10 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0TFkAIt048168; Fri, 29 Jan 2016 15:46:10 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601291546.u0TFkAIt048168@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 29 Jan 2016 15:46:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407478 - branches/2016Q1/www/bolt X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2016 15:46:11 -0000 Author: feld Date: Fri Jan 29 15:46:10 2016 New Revision: 407478 URL: https://svnweb.freebsd.org/changeset/ports/407478 Log: MFH: r407477 www/bolt: Fix missing php dependencies PR: 206719 Approved by: ports-secteam (with hat) Modified: branches/2016Q1/www/bolt/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/bolt/Makefile ============================================================================== --- branches/2016Q1/www/bolt/Makefile Fri Jan 29 15:45:33 2016 (r407477) +++ branches/2016Q1/www/bolt/Makefile Fri Jan 29 15:46:10 2016 (r407478) @@ -3,7 +3,7 @@ PORTNAME= bolt PORTVERSION= 2.2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://bolt.cm/distribution/ @@ -14,7 +14,7 @@ LICENSE= MIT NO_ARCH= yes NO_BUILD= yes -USE_PHP= curl gd openssl simplexml +USE_PHP= ctype curl dom gd json mbstring openssl simplexml tokenizer WANT_PHP_WEB= yes PLIST_SUB+= WWWGRP=${WWWGRP}