svn commit: r343606 - head/www/phpvirtualbox

Bernhard Froehlich decke at FreeBSD.org
Mon Feb 10 09:14:47 UTC 2014


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)


More information about the svn-ports-head mailing list