Created attachment 158966 [details] owncloud81.diff Hello, Owncloud 8.1 is available since few weeks. Here you find the updated port. Works fine on FreeBSD. The only thing to do for upgrade if you want to improve: add a notice for users of contacts and calendar app to reinstall calendar app for owncloud 8.1 from here: https://apps.owncloud.com/content/show.php/Calendar?content=168707 And for contacts: https://apps.owncloud.com/content/show.php/Contacts?content=168708 Else owncloud will show a blank page after app reactivation.
Can you add posix to the list of required PHP extensions. It was added as a dependency to accessing owncloud from the commandline in version 8. https://github.com/owncloud/core/pull/13293
Created attachment 159385 [details] Ownbutt 8.1 with php-posix
Testing@work
Comment on attachment 159385 [details] Ownbutt 8.1 with php-posix Pending maintainer approval
build on 10.1a, 9.3a, 10.1i was fine
But I'm having an issue on -current: PHP Fatal error: Call to undefined function RandomLib\\Source\\hash() in /usr/local/www/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/MicroTime.php on line 75
Isn't hash() part of PHP ? http://php.net/manual/de/function.hash.php Why would it fail ? What version of php do you have ?
Sorry I haven't had time to look into the issue yet. # pkg info|grep php mod_php56-5.6.11 PHP Scripting Language php56-5.6.11 PHP Scripting Language php56-bz2-5.6.11 The bz2 shared extension for php php56-ctype-5.6.11 The ctype shared extension for php php56-curl-5.6.11 The curl shared extension for php php56-dom-5.6.11 The dom shared extension for php php56-exif-5.6.11 The exif shared extension for php php56-fileinfo-5.6.11 The fileinfo shared extension for php php56-filter-5.6.11 The filter shared extension for php php56-gd-5.6.11 The gd shared extension for php php56-hash-5.6.11 The hash shared extension for php php56-iconv-5.6.11 The iconv shared extension for php php56-json-5.6.11 The json shared extension for php php56-ldap-5.6.11 The ldap shared extension for php php56-mbstring-5.6.11 The mbstring shared extension for php php56-mysql-5.6.11 The mysql shared extension for php php56-openssl-5.6.11 The openssl shared extension for php php56-pdo-5.6.11 The pdo shared extension for php php56-pdo_mysql-5.6.11 The pdo_mysql shared extension for php php56-pdo_sqlite-5.6.11 The pdo_sqlite shared extension for php php56-posix-5.6.11 The posix shared extension for php php56-session-5.6.11 The session shared extension for php php56-simplexml-5.6.11 The simplexml shared extension for php php56-sqlite3-5.6.11 The sqlite3 shared extension for php php56-wddx-5.6.11 The wddx shared extension for php php56-xml-5.6.11 The xml shared extension for php php56-xmlreader-5.6.11 The xmlreader shared extension for php php56-xmlwriter-5.6.11 The xmlwriter shared extension for php php56-xsl-5.6.11 The xsl shared extension for php php56-zip-5.6.11 The zip shared extension for php php56-zlib-5.6.11 The zlib shared extension for php
A commit references this bug: Author: kevlo Date: Fri Aug 7 06:53:08 UTC 2015 New revision: 393684 URL: https://svnweb.freebsd.org/changeset/ports/393684 Log: Update to 8.1.0 PR: 201687 Submitted by: Lo?c BLOT <loic.blot at unix-experience dot fr> Changes: head/www/owncloud/Makefile head/www/owncloud/distinfo head/www/owncloud/pkg-plist
Sorry for taking so long. I committed it as r393684, thanks.