Date: Fri, 29 Jan 2016 15:46:10 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407478 - branches/2016Q1/www/bolt Message-ID: <201601291546.u0TFkAIt048168@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601291546.u0TFkAIt048168>