Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 2016 15:45:33 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407477 - head/www/bolt
Message-ID:  <201601291545.u0TFjXoP047981@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Fri Jan 29 15:45:33 2016
New Revision: 407477
URL: https://svnweb.freebsd.org/changeset/ports/407477

Log:
  www/bolt: Fix missing php dependencies
  
  PR:		206719
  MFH:		2016Q1

Modified:
  head/www/bolt/Makefile

Modified: head/www/bolt/Makefile
==============================================================================
--- head/www/bolt/Makefile	Fri Jan 29 15:43:45 2016	(r407476)
+++ head/www/bolt/Makefile	Fri Jan 29 15:45:33 2016	(r407477)
@@ -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?201601291545.u0TFjXoP047981>