svn commit: r310550 - head/www/phpvirtualbox
Bernhard Froehlich
decke at FreeBSD.org
Thu Jan 17 14:43:49 UTC 2013
Author: decke
Date: Thu Jan 17 14:43:49 2013
New Revision: 310550
URL: http://svnweb.freebsd.org/changeset/ports/310550
Log:
- Add missing simplexml dependency
PR: ports/175189
Submitted by: Victor Balada Diaz <victor at bsdes.net>
Modified:
head/www/phpvirtualbox/Makefile
Modified: head/www/phpvirtualbox/Makefile
==============================================================================
--- head/www/phpvirtualbox/Makefile Thu Jan 17 13:01:25 2013 (r310549)
+++ head/www/phpvirtualbox/Makefile Thu Jan 17 14:43:49 2013 (r310550)
@@ -3,6 +3,7 @@
PORTNAME= phpvirtualbox
DISTVERSION= 4.2-4
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
LOCAL/decke
@@ -14,7 +15,7 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE_ZIP= yes
-USE_PHP= json session soap
+USE_PHP= json session soap simplexml
NO_BUILD= yes
USE_DOS2UNIX= yes
DOS2UNIX_REGEX= .*\.(php|txt|js|css|html)
More information about the svn-ports-all
mailing list