Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2014 09:14:46 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343606 - head/www/phpvirtualbox
Message-ID:  <201402100914.s1A9EkNm023477@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: decke
Date: Mon Feb 10 09:14:46 2014
New Revision: 343606
URL: http://svnweb.freebsd.org/changeset/ports/343606
QAT: https://qat.redports.org/buildarchive/r343606/

Log:
  - Add missing PHP module required for utf8_encode() and utf8_decode().
  
  Submitted by:	VVD

Modified:
  head/www/phpvirtualbox/Makefile

Modified: head/www/phpvirtualbox/Makefile
==============================================================================
--- head/www/phpvirtualbox/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
+++ head/www/phpvirtualbox/Makefile	Mon Feb 10 09:14:46 2014	(r343606)
@@ -3,6 +3,7 @@
 
 PORTNAME=	phpvirtualbox
 DISTVERSION=	4.3-1
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME} \
 		LOCAL/decke
@@ -13,7 +14,7 @@ COMMENT=	AJAX Web Interface for VirtualB
 LICENSE=	GPLv3
 
 USE_ZIP=	yes
-USE_PHP=	json session soap simplexml
+USE_PHP=	json session soap simplexml xml
 NO_BUILD=	yes
 USE_DOS2UNIX=	yes
 DOS2UNIX_REGEX=	.*\.(php|txt|js|css|html)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402100914.s1A9EkNm023477>