Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2020 13:04:59 +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: r551313 - head/www/nextcloud-notes
Message-ID:  <202010031304.093D4xID021175@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Sat Oct  3 13:04:59 2020
New Revision: 551313
URL: https://svnweb.freebsd.org/changeset/ports/551313

Log:
  www/nextcloud-notes: Update to 4.0.0
  
   * Only version compatible with Nextcloud 20

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 Oct  3 13:03:36 2020	(r551312)
+++ head/www/nextcloud-notes/Makefile	Sat Oct  3 13:04:59 2020	(r551313)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	notes
-PORTVERSION=	3.6.4
+PORTVERSION=	4.0.0
 DISTVERSIONPREFIX=	v
-CATEGORIES=	www
+CATEGORIES=	www editors
 MASTER_SITES=	https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
 PKGNAMEPREFIX=	nextcloud-
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
@@ -17,7 +17,7 @@ COMMENT=	Notes app for Nextcloud
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=16:www/nextcloud@${PHP_FLAVOR}
+RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR}
 
 USES=		php:flavors
 NO_BUILD=	yes

Modified: head/www/nextcloud-notes/distinfo
==============================================================================
--- head/www/nextcloud-notes/distinfo	Sat Oct  3 13:03:36 2020	(r551312)
+++ head/www/nextcloud-notes/distinfo	Sat Oct  3 13:04:59 2020	(r551313)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598636352
-SHA256 (nextcloud/notes-v3.6.4/notes.tar.gz) = 963c867efa583a0a3af36f808d82c1efc44e1e69200310874b55fef690955c7e
-SIZE (nextcloud/notes-v3.6.4/notes.tar.gz) = 2066484
+TIMESTAMP = 1601726467
+SHA256 (nextcloud/notes-v4.0.0/notes.tar.gz) = 43006cde66d48e1a408b451f698b8aa73c0b1acad72ff86dc2a8ec2e6a9351d6
+SIZE (nextcloud/notes-v4.0.0/notes.tar.gz) = 3279817

Modified: head/www/nextcloud-notes/pkg-plist
==============================================================================
--- head/www/nextcloud-notes/pkg-plist	Sat Oct  3 13:03:36 2020	(r551312)
+++ head/www/nextcloud-notes/pkg-plist	Sat Oct  3 13:04:59 2020	(r551313)
@@ -3,12 +3,12 @@
 %%WWWDIR%%/CHANGELOG.md
 %%WWWDIR%%/COPYING
 %%WWWDIR%%/README.md
-%%WWWDIR%%/appinfo/app.php
 %%WWWDIR%%/appinfo/info.xml
 %%WWWDIR%%/appinfo/info.xsd
 %%WWWDIR%%/appinfo/routes.php
 %%WWWDIR%%/appinfo/signature.json
 %%WWWDIR%%/css/app-navigation.scss
+%%WWWDIR%%/css/global.scss
 %%WWWDIR%%/css/notes.scss
 %%WWWDIR%%/css/print.scss
 %%WWWDIR%%/docs/api/README.md
@@ -21,8 +21,11 @@
 %%WWWDIR%%/img/favicon.svg
 %%WWWDIR%%/img/folder-empty.svg
 %%WWWDIR%%/img/folder.svg
+%%WWWDIR%%/img/notes-trans.svg
 %%WWWDIR%%/img/notes.svg
 %%WWWDIR%%/img/recent.svg
+%%WWWDIR%%/js/notes-dashboard.js
+%%WWWDIR%%/js/notes-dashboard.js.map
 %%WWWDIR%%/js/notes-main.js
 %%WWWDIR%%/js/notes-main.js.map
 %%WWWDIR%%/l10n/.gitkeep
@@ -204,8 +207,12 @@
 %%WWWDIR%%/l10n/zh_HK.json
 %%WWWDIR%%/l10n/zh_TW.js
 %%WWWDIR%%/l10n/zh_TW.json
-%%WWWDIR%%/lib/Application.php
-%%WWWDIR%%/lib/Capabilities.php
+%%WWWDIR%%/lib/AppInfo/Application.php
+%%WWWDIR%%/lib/AppInfo/BeforeTemplateRenderedListener.php
+%%WWWDIR%%/lib/AppInfo/Capabilities.php
+%%WWWDIR%%/lib/AppInfo/DashboardWidget.php
+%%WWWDIR%%/lib/AppInfo/NotesHooks.php
+%%WWWDIR%%/lib/AppInfo/SearchProvider.php
 %%WWWDIR%%/lib/Controller/Helper.php
 %%WWWDIR%%/lib/Controller/NotesApiController.php
 %%WWWDIR%%/lib/Controller/NotesController.php
@@ -216,7 +223,6 @@
 %%WWWDIR%%/lib/Migration/Cleanup.php
 %%WWWDIR%%/lib/Migration/Version3005Date20200528204430.php
 %%WWWDIR%%/lib/Migration/Version3005Date20200528204431.php
-%%WWWDIR%%/lib/NotesHooks.php
 %%WWWDIR%%/lib/Service/InsufficientStorageException.php
 %%WWWDIR%%/lib/Service/MetaService.php
 %%WWWDIR%%/lib/Service/Note.php



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010031304.093D4xID021175>