Summary: | Various fixes on www/owncloud (PG upgrade critical update) | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | loic.blot | ||||
Component: | Individual Port(s) | Assignee: | Kevin Lo <kevlo> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
loic.blot
2013-10-04 14:40:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->kevlo Over to maintainer (via the GNATS Auto Assign Tool) 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" State Changed From-To: open->closed Committed, thanks. |