From owner-svn-ports-head@FreeBSD.ORG Wed Jun 4 06:17:16 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 755F768E; Wed, 4 Jun 2014 06:17:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 626F227AE; Wed, 4 Jun 2014 06:17:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s546HGhg004665; Wed, 4 Jun 2014 06:17:16 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s546HGRY004664; Wed, 4 Jun 2014 06:17:16 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201406040617.s546HGRY004664@svn.freebsd.org> From: Kevin Lo Date: Wed, 4 Jun 2014 06:17:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356432 - head/www/owncloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2014 06:17:16 -0000 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