Bug 182636 - Various fixes on www/owncloud (PG upgrade critical update)
Summary: Various fixes on www/owncloud (PG upgrade critical update)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kevin Lo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-04 14:40 UTC by loic.blot
Modified: 2013-10-05 16:10 UTC (History)
0 users

See Also:


Attachments
owncloud.diff (1.00 KB, patch)
2013-10-04 14:40 UTC, loic.blot
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description loic.blot 2013-10-04 14:40:00 UTC
	This release fix the following points:
	* Usermanagement interface fixes
	* Allow numeric group names
	* Improved IE compatibiliy (serious)
	* Fix database upgrade error (critical for pgsql)
	* Sharing permission interface fixes
	* Small visual fixes
	* File scanner fixes to handle deleted files correctly

Fix: The following diff update the owncloud archive,
	thanks
How-To-Repeat: 	For previous versions of owncloud use ownclod 5.0.10 for example and upgrade. You have a blank page on files app.
	https://github.com/owncloud/core/issues/4087#issuecomment-25681525
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-04 15:45:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kevlo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-05 16:03:30 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Kevin Lo freebsd_committer freebsd_triage 2013-10-05 16:03:45 UTC
State Changed
From-To: open->closed

Committed, thanks.