Date: Sun, 14 Jul 2019 15:25:54 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506622 - head/www/nextcloud Message-ID: <201907141525.x6EFPsML090278@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Sun Jul 14 15:25:53 2019 New Revision: 506622 URL: https://svnweb.freebsd.org/changeset/ports/506622 Log: www/nextcloud: Bugfix update to 16.0.3 Modified: head/www/nextcloud/Makefile head/www/nextcloud/distinfo head/www/nextcloud/pkg-plist Modified: head/www/nextcloud/Makefile ============================================================================== --- head/www/nextcloud/Makefile Sun Jul 14 14:53:45 2019 (r506621) +++ head/www/nextcloud/Makefile Sun Jul 14 15:25:53 2019 (r506622) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nextcloud -DISTVERSION= 16.0.2 +DISTVERSION= 16.0.3 CATEGORIES= www MASTER_SITES= https://download.nextcloud.com/server/releases/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} Modified: head/www/nextcloud/distinfo ============================================================================== --- head/www/nextcloud/distinfo Sun Jul 14 14:53:45 2019 (r506621) +++ head/www/nextcloud/distinfo Sun Jul 14 15:25:53 2019 (r506622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562410174 -SHA256 (nextcloud-16.0.2.tar.bz2) = f69db6d6961c1b2552990f742877037a8698753ecf27b457b012194d97463641 -SIZE (nextcloud-16.0.2.tar.bz2) = 61600732 +TIMESTAMP = 1563112386 +SHA256 (nextcloud-16.0.3.tar.bz2) = a13f68ce47a1362318629ba5b118a59fa98358bb18f4afc371ea15104f2881f3 +SIZE (nextcloud-16.0.3.tar.bz2) = 61612508 Modified: head/www/nextcloud/pkg-plist ============================================================================== --- head/www/nextcloud/pkg-plist Sun Jul 14 14:53:45 2019 (r506621) +++ head/www/nextcloud/pkg-plist Sun Jul 14 15:25:53 2019 (r506622) @@ -7014,8 +7014,6 @@ %%WWWDIR%%/apps-pkg/files_texteditor/js/supported_mimetypes.json %%WWWDIR%%/apps-pkg/files_texteditor/l10n/ast.js %%WWWDIR%%/apps-pkg/files_texteditor/l10n/ast.json -%%WWWDIR%%/apps-pkg/files_texteditor/l10n/az.js -%%WWWDIR%%/apps-pkg/files_texteditor/l10n/az.json %%WWWDIR%%/apps-pkg/files_texteditor/l10n/bg.js %%WWWDIR%%/apps-pkg/files_texteditor/l10n/bg.json %%WWWDIR%%/apps-pkg/files_texteditor/l10n/ca.js @@ -7714,6 +7712,8 @@ %%WWWDIR%%/apps-pkg/firstrunwizard/l10n/ja.js %%WWWDIR%%/apps-pkg/firstrunwizard/l10n/ja.json %%WWWDIR%%/apps-pkg/firstrunwizard/l10n/km.php +%%WWWDIR%%/apps-pkg/firstrunwizard/l10n/ko.js +%%WWWDIR%%/apps-pkg/firstrunwizard/l10n/ko.json %%WWWDIR%%/apps-pkg/firstrunwizard/l10n/ku_IQ.php %%WWWDIR%%/apps-pkg/firstrunwizard/l10n/lt_LT.js %%WWWDIR%%/apps-pkg/firstrunwizard/l10n/lt_LT.json @@ -12779,6 +12779,7 @@ %%WWWDIR%%/lib/private/Repair/NC15/SetVcardDatabaseUID.php %%WWWDIR%%/lib/private/Repair/NC16/AddClenupLoginFlowV2BackgroundJob.php %%WWWDIR%%/lib/private/Repair/NC16/CleanupCardDAVPhotoCache.php +%%WWWDIR%%/lib/private/Repair/NC16/RemoveCypressFiles.php %%WWWDIR%%/lib/private/Repair/OldGroupMembershipShares.php %%WWWDIR%%/lib/private/Repair/Owncloud/DropAccountTermsTable.php %%WWWDIR%%/lib/private/Repair/Owncloud/SaveAccountsTableData.php
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907141525.x6EFPsML090278>