Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2013 15:03:22 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329466 - head/www/owncloud
Message-ID:  <201310051503.r95F3M0a052425@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <loic.blot at unix-experience dot fr>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310051503.r95F3M0a052425>