svn commit: r356432 - head/www/owncloud

Kevin Lo kevlo at FreeBSD.org
Wed Jun 4 06:17:16 UTC 2014


Author: kevlo
Date: Wed Jun  4 06:17:15 2014
New Revision: 356432
URL: http://svnweb.freebsd.org/changeset/ports/356432
QAT: https://qat.redports.org/buildarchive/r356432/

Log:
  Add missing dependency on php5-xmlwriter.
  
  PR:	ports/190453
  Submitted by:	Jonathan Price

Modified:
  head/www/owncloud/Makefile

Modified: head/www/owncloud/Makefile
==============================================================================
--- head/www/owncloud/Makefile	Wed Jun  4 06:07:23 2014	(r356431)
+++ head/www/owncloud/Makefile	Wed Jun  4 06:17:15 2014	(r356432)
@@ -2,6 +2,7 @@
 
 PORTNAME=	owncloud
 PORTVERSION=	6.0.3
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://download.owncloud.org/community/
 
@@ -10,9 +11,9 @@ COMMENT=	Personal cloud which runs on yo
 
 LICENSE=	AGPLv3
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 USE_PHP=	bz2 ctype curl dom fileinfo filter gd hash iconv json \
-		mbstring pdo session simplexml xml xmlreader \
+		mbstring pdo session simplexml xml xmlreader xmlwriter \
 		xsl wddx zip zlib
 WANT_PHP_WEB=	yes
 


More information about the svn-ports-head mailing list