Date: Sat, 9 May 2020 12:05:55 +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: r534735 - head/www/nextcloud-notes Message-ID: <202005091205.049C5tcd005130@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Sat May 9 12:05:55 2020 New Revision: 534735 URL: https://svnweb.freebsd.org/changeset/ports/534735 Log: www/nextcloud-notes: Update to 3.3.0 Modified: head/www/nextcloud-notes/Makefile head/www/nextcloud-notes/distinfo head/www/nextcloud-notes/pkg-plist Modified: head/www/nextcloud-notes/Makefile ============================================================================== --- head/www/nextcloud-notes/Makefile Sat May 9 12:05:25 2020 (r534734) +++ head/www/nextcloud-notes/Makefile Sat May 9 12:05:55 2020 (r534735) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= notes -PORTVERSION= 3.2.0 +PORTVERSION= 3.3.0 CATEGORIES= www MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- Modified: head/www/nextcloud-notes/distinfo ============================================================================== --- head/www/nextcloud-notes/distinfo Sat May 9 12:05:25 2020 (r534734) +++ head/www/nextcloud-notes/distinfo Sat May 9 12:05:55 2020 (r534735) @@ -1,3 +1,3 @@ -TIMESTAMP = 1584205167 -SHA256 (nextcloud/notes-3.2.0/notes.tar.gz) = 52b5b6fc7e25e552bfa2139f75bb721e851901564f38d8f4f4d28442c2c79236 -SIZE (nextcloud/notes-3.2.0/notes.tar.gz) = 593174 +TIMESTAMP = 1588774534 +SHA256 (nextcloud/notes-3.3.0/notes.tar.gz) = eeccd10069c1c6c472ff7dd6052617b9cff4d6db6b409630e68ce9a3aa8c600e +SIZE (nextcloud/notes-3.3.0/notes.tar.gz) = 629316 Modified: head/www/nextcloud-notes/pkg-plist ============================================================================== --- head/www/nextcloud-notes/pkg-plist Sat May 9 12:05:25 2020 (r534734) +++ head/www/nextcloud-notes/pkg-plist Sat May 9 12:05:55 2020 (r534735) @@ -10,6 +10,8 @@ %%WWWDIR%%/css/app-navigation.scss %%WWWDIR%%/css/notes.scss %%WWWDIR%%/css/print.scss +%%WWWDIR%%/docs/api/README.md +%%WWWDIR%%/docs/api/v1.md %%WWWDIR%%/img/favicon-mask.svg %%WWWDIR%%/img/favicon-touch.png %%WWWDIR%%/img/favicon-touch.svg @@ -198,20 +200,23 @@ %%WWWDIR%%/l10n/zh_HK.json %%WWWDIR%%/l10n/zh_TW.js %%WWWDIR%%/l10n/zh_TW.json -%%WWWDIR%%/lib/Controller/Errors.php +%%WWWDIR%%/lib/Application.php +%%WWWDIR%%/lib/Capabilities.php +%%WWWDIR%%/lib/Controller/Helper.php %%WWWDIR%%/lib/Controller/NotesApiController.php %%WWWDIR%%/lib/Controller/NotesController.php %%WWWDIR%%/lib/Controller/PageController.php %%WWWDIR%%/lib/Controller/SettingsController.php %%WWWDIR%%/lib/Db/Meta.php %%WWWDIR%%/lib/Db/MetaMapper.php -%%WWWDIR%%/lib/Db/Note.php %%WWWDIR%%/lib/Service/InsufficientStorageException.php %%WWWDIR%%/lib/Service/MetaService.php +%%WWWDIR%%/lib/Service/Note.php %%WWWDIR%%/lib/Service/NoteDoesNotExistException.php %%WWWDIR%%/lib/Service/NoteUtil.php %%WWWDIR%%/lib/Service/NotesFolderException.php %%WWWDIR%%/lib/Service/NotesService.php %%WWWDIR%%/lib/Service/SettingsService.php +%%WWWDIR%%/lib/Service/TagService.php %%WWWDIR%%/templates/dev-mode.php %%WWWDIR%%/templates/main.php
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005091205.049C5tcd005130>