svn commit: r407478 - branches/2016Q1/www/bolt
Mark Felder
feld at FreeBSD.org
Fri Jan 29 15:46:11 UTC 2016
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}
More information about the svn-ports-all
mailing list