From owner-svn-ports-head@FreeBSD.ORG Sat Oct 5 15:03:23 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 38EDC3F0; Sat, 5 Oct 2013 15:03:23 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0CC0625B7; Sat, 5 Oct 2013 15:03:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r95F3M58052428; Sat, 5 Oct 2013 15:03:22 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r95F3M0a052425; Sat, 5 Oct 2013 15:03:22 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201310051503.r95F3M0a052425@svn.freebsd.org> From: Kevin Lo Date: Sat, 5 Oct 2013 15:03:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329466 - 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.14 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: Sat, 05 Oct 2013 15:03:23 -0000 Author: kevlo Date: Sat Oct 5 15:03:22 2013 New Revision: 329466 URL: http://svnweb.freebsd.org/changeset/ports/329466 Log: - Update to 5.0.12 - Allow staging PR: ports/182636 Submitted by: Loic Blot Modified: head/www/owncloud/Makefile head/www/owncloud/distinfo Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Sat Oct 5 14:56:20 2013 (r329465) +++ head/www/owncloud/Makefile Sat Oct 5 15:03:22 2013 (r329466) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= owncloud -PORTVERSION= 5.0.11 -PORTREVISION= 1 +PORTVERSION= 5.0.12 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ @@ -17,7 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PHP= ctype curl dom fileinfo filter gd hash iconv json mbstring \ mysql openssl pdo pdo_mysql pdo_sqlite session simplexml \ - sqlite3 xml wddx zip zlib + sqlite3 xml xmlreader xsl wddx zip zlib WANT_PHP_WEB= yes DEFAULT_PHP_VER=5 @@ -27,14 +26,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes SUB_FILES= pkg-message -NO_STAGE= yes do-install: - ${MKDIR} ${WWWDIR} - @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} + ${MKDIR} ${STAGEDIR}${WWWDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} + ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} post-install: - @${CAT} ${PKGMESSAGE} @cd ${WRKSRC} && \ ${FIND} -s -d . -type f -print | \ ${SED} -e "s#^\.#${WWWDIR_REL}#" >> ${TMPPLIST} Modified: head/www/owncloud/distinfo ============================================================================== --- head/www/owncloud/distinfo Sat Oct 5 14:56:20 2013 (r329465) +++ head/www/owncloud/distinfo Sat Oct 5 15:03:22 2013 (r329466) @@ -1,2 +1,2 @@ -SHA256 (owncloud-5.0.11.tar.bz2) = 1f0418c3aa5e05556c1fd9f77d2a906cb67a789087f02e49790ce1e06f356e9e -SIZE (owncloud-5.0.11.tar.bz2) = 15139457 +SHA256 (owncloud-5.0.12.tar.bz2) = b1aafcba4823c011b19b60353394d81455e2b3e9c169d4e444b27c740695ed7a +SIZE (owncloud-5.0.12.tar.bz2) = 15147476