svn commit: r505987 - head/www/nextcloud-notes

Bernard Spil brnrd at FreeBSD.org
Sat Jul 6 12:46:37 UTC 2019


Author: brnrd
Date: Sat Jul  6 12:46:35 2019
New Revision: 505987
URL: https://svnweb.freebsd.org/changeset/ports/505987

Log:
  www/nextcloud-notes: Update to 3.0.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 Jul  6 12:45:35 2019	(r505986)
+++ head/www/nextcloud-notes/Makefile	Sat Jul  6 12:46:35 2019	(r505987)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	notes
-PORTVERSION=	2.6.0
+PORTVERSION=	3.0.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
@@ -17,7 +17,7 @@ COMMENT=	Notes app for Nextcloud
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=13:www/nextcloud@${PHP_FLAVOR}
+RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=15:www/nextcloud@${PHP_FLAVOR}
 
 USES=		php:flavors
 NO_BUILD=	yes

Modified: head/www/nextcloud-notes/distinfo
==============================================================================
--- head/www/nextcloud-notes/distinfo	Sat Jul  6 12:45:35 2019	(r505986)
+++ head/www/nextcloud-notes/distinfo	Sat Jul  6 12:46:35 2019	(r505987)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556203584
-SHA256 (nextcloud/notes-v2.6.0/notes.tar.gz) = 84858039a7bf133d5cdf09a99eaaa60c5eae33cb8fbf7a68d7b7924d2f623bac
-SIZE (nextcloud/notes-v2.6.0/notes.tar.gz) = 1425724
+TIMESTAMP = 1562411047
+SHA256 (nextcloud/notes-v3.0.0/notes.tar.gz) = 8dd54d7f812c8fbd5996484296e93b2b1deeeec35a89d5cdb697c322654da444
+SIZE (nextcloud/notes-v3.0.0/notes.tar.gz) = 389732

Modified: head/www/nextcloud-notes/pkg-plist
==============================================================================
--- head/www/nextcloud-notes/pkg-plist	Sat Jul  6 12:45:35 2019	(r505986)
+++ head/www/nextcloud-notes/pkg-plist	Sat Jul  6 12:46:35 2019	(r505987)
@@ -1,4 +1,4 @@
-%%WWWDIR%%/AUTHORS
+%%WWWDIR%%/CHANGELOG.md
 %%WWWDIR%%/COPYING
 %%WWWDIR%%/README.md
 %%WWWDIR%%/appinfo/app.php
@@ -6,6 +6,7 @@
 %%WWWDIR%%/appinfo/info.xml
 %%WWWDIR%%/appinfo/routes.php
 %%WWWDIR%%/appinfo/signature.json
+%%WWWDIR%%/css/app-navigation.scss
 %%WWWDIR%%/css/notes.scss
 %%WWWDIR%%/img/favicon-mask.svg
 %%WWWDIR%%/img/favicon-touch.png
@@ -15,143 +16,28 @@
 %%WWWDIR%%/img/favicon.svg
 %%WWWDIR%%/img/folder-empty.svg
 %%WWWDIR%%/img/folder.svg
-%%WWWDIR%%/img/loading.gif
 %%WWWDIR%%/img/notes.svg
 %%WWWDIR%%/img/recent.svg
-%%WWWDIR%%/img/search.svg
-%%WWWDIR%%/js/.bowerrc
-%%WWWDIR%%/js/.jshintrc
-%%WWWDIR%%/js/README.md
-%%WWWDIR%%/js/app/controllers/appcontroller.js
-%%WWWDIR%%/js/app/controllers/notecontroller.js
-%%WWWDIR%%/js/app/controllers/notescontroller.js
-%%WWWDIR%%/js/app/controllers/notessettingscontroller.js
-%%WWWDIR%%/js/app/directives/autofocus.js
-%%WWWDIR%%/js/app/directives/editor.js
-%%WWWDIR%%/js/app/directives/tooltip.js
-%%WWWDIR%%/js/app/filters/and.js
-%%WWWDIR%%/js/app/filters/categoryTitle.js
-%%WWWDIR%%/js/app/filters/groupNotes.js
-%%WWWDIR%%/js/app/filters/wordCount.js
-%%WWWDIR%%/js/app/services/debounce.js
-%%WWWDIR%%/js/app/services/is.js
-%%WWWDIR%%/js/app/services/notesmodel.js
-%%WWWDIR%%/js/app/services/savequeue.js
-%%WWWDIR%%/js/app/services/urlFinder.js
-%%WWWDIR%%/js/config/app.js
-%%WWWDIR%%/js/public/app.min.js
-%%WWWDIR%%/js/public/app.min.js.map
-%%WWWDIR%%/js/vendor/angular-route/.bower.json
-%%WWWDIR%%/js/vendor/angular-route/LICENSE.md
-%%WWWDIR%%/js/vendor/angular-route/README.md
-%%WWWDIR%%/js/vendor/angular-route/angular-route.js
-%%WWWDIR%%/js/vendor/angular-route/angular-route.min.js
-%%WWWDIR%%/js/vendor/angular-route/angular-route.min.js.map
-%%WWWDIR%%/js/vendor/angular-route/bower.json
-%%WWWDIR%%/js/vendor/angular-route/index.js
-%%WWWDIR%%/js/vendor/angular-route/package.json
-%%WWWDIR%%/js/vendor/angular/.bower.json
-%%WWWDIR%%/js/vendor/angular/LICENSE.md
-%%WWWDIR%%/js/vendor/angular/README.md
-%%WWWDIR%%/js/vendor/angular/angular-csp.css
-%%WWWDIR%%/js/vendor/angular/angular.js
-%%WWWDIR%%/js/vendor/angular/angular.min.js
-%%WWWDIR%%/js/vendor/angular/angular.min.js.gzip
-%%WWWDIR%%/js/vendor/angular/angular.min.js.map
-%%WWWDIR%%/js/vendor/angular/bower.json
-%%WWWDIR%%/js/vendor/angular/index.js
-%%WWWDIR%%/js/vendor/angular/package.json
-%%WWWDIR%%/js/vendor/restangular/.bower.json
-%%WWWDIR%%/js/vendor/restangular/.editorconfig
-%%WWWDIR%%/js/vendor/restangular/.github/ISSUE_TEMPLATE.md
-%%WWWDIR%%/js/vendor/restangular/.jshintrc
-%%WWWDIR%%/js/vendor/restangular/CHANGELOG.md
-%%WWWDIR%%/js/vendor/restangular/Gruntfile.js
-%%WWWDIR%%/js/vendor/restangular/README.md
-%%WWWDIR%%/js/vendor/restangular/bower.json
-%%WWWDIR%%/js/vendor/restangular/dist/restangular.js
-%%WWWDIR%%/js/vendor/restangular/dist/restangular.min.js
-%%WWWDIR%%/js/vendor/restangular/dist/restangular.zip
-%%WWWDIR%%/js/vendor/restangular/karma.conf.js
-%%WWWDIR%%/js/vendor/restangular/karma.underscore.conf.js
-%%WWWDIR%%/js/vendor/restangular/license.md
-%%WWWDIR%%/js/vendor/restangular/package.json
-%%WWWDIR%%/js/vendor/restangular/src/restangular.js
-%%WWWDIR%%/js/vendor/simplemde/.bower.json
-%%WWWDIR%%/js/vendor/simplemde/LICENSE
-%%WWWDIR%%/js/vendor/simplemde/README.md
-%%WWWDIR%%/js/vendor/simplemde/bower.json
-%%WWWDIR%%/js/vendor/simplemde/debug/simplemde.css
-%%WWWDIR%%/js/vendor/simplemde/debug/simplemde.debug.js
-%%WWWDIR%%/js/vendor/simplemde/debug/simplemde.js
-%%WWWDIR%%/js/vendor/simplemde/dist/simplemde.min.css
-%%WWWDIR%%/js/vendor/simplemde/dist/simplemde.min.js
-%%WWWDIR%%/js/vendor/simplemde/gulpfile.js
-%%WWWDIR%%/js/vendor/simplemde/package.json
-%%WWWDIR%%/js/vendor/simplemde/src/css/simplemde.css
-%%WWWDIR%%/js/vendor/simplemde/src/js/codemirror/tablist.js
-%%WWWDIR%%/js/vendor/simplemde/src/js/simplemde.js
+%%WWWDIR%%/js/notes.js
 %%WWWDIR%%/l10n/.gitkeep
 %%WWWDIR%%/l10n/af.js
 %%WWWDIR%%/l10n/af.json
-%%WWWDIR%%/l10n/ar.js
-%%WWWDIR%%/l10n/ar.json
 %%WWWDIR%%/l10n/bg.js
 %%WWWDIR%%/l10n/bg.json
 %%WWWDIR%%/l10n/ca.js
 %%WWWDIR%%/l10n/ca.json
 %%WWWDIR%%/l10n/cs.js
 %%WWWDIR%%/l10n/cs.json
-%%WWWDIR%%/l10n/da.js
-%%WWWDIR%%/l10n/da.json
 %%WWWDIR%%/l10n/de.js
 %%WWWDIR%%/l10n/de.json
 %%WWWDIR%%/l10n/de_DE.js
 %%WWWDIR%%/l10n/de_DE.json
 %%WWWDIR%%/l10n/el.js
 %%WWWDIR%%/l10n/el.json
-%%WWWDIR%%/l10n/en_GB.js
-%%WWWDIR%%/l10n/en_GB.json
 %%WWWDIR%%/l10n/eo.js
 %%WWWDIR%%/l10n/eo.json
 %%WWWDIR%%/l10n/es.js
 %%WWWDIR%%/l10n/es.json
-%%WWWDIR%%/l10n/es_419.js
-%%WWWDIR%%/l10n/es_419.json
-%%WWWDIR%%/l10n/es_CL.js
-%%WWWDIR%%/l10n/es_CL.json
-%%WWWDIR%%/l10n/es_CO.js
-%%WWWDIR%%/l10n/es_CO.json
-%%WWWDIR%%/l10n/es_CR.js
-%%WWWDIR%%/l10n/es_CR.json
-%%WWWDIR%%/l10n/es_DO.js
-%%WWWDIR%%/l10n/es_DO.json
-%%WWWDIR%%/l10n/es_EC.js
-%%WWWDIR%%/l10n/es_EC.json
-%%WWWDIR%%/l10n/es_GT.js
-%%WWWDIR%%/l10n/es_GT.json
-%%WWWDIR%%/l10n/es_HN.js
-%%WWWDIR%%/l10n/es_HN.json
-%%WWWDIR%%/l10n/es_MX.js
-%%WWWDIR%%/l10n/es_MX.json
-%%WWWDIR%%/l10n/es_NI.js
-%%WWWDIR%%/l10n/es_NI.json
-%%WWWDIR%%/l10n/es_PA.js
-%%WWWDIR%%/l10n/es_PA.json
-%%WWWDIR%%/l10n/es_PE.js
-%%WWWDIR%%/l10n/es_PE.json
-%%WWWDIR%%/l10n/es_PR.js
-%%WWWDIR%%/l10n/es_PR.json
-%%WWWDIR%%/l10n/es_PY.js
-%%WWWDIR%%/l10n/es_PY.json
-%%WWWDIR%%/l10n/es_SV.js
-%%WWWDIR%%/l10n/es_SV.json
-%%WWWDIR%%/l10n/es_UY.js
-%%WWWDIR%%/l10n/es_UY.json
-%%WWWDIR%%/l10n/eu.js
-%%WWWDIR%%/l10n/eu.json
-%%WWWDIR%%/l10n/fi.js
-%%WWWDIR%%/l10n/fi.json
 %%WWWDIR%%/l10n/fr.js
 %%WWWDIR%%/l10n/fr.json
 %%WWWDIR%%/l10n/gl.js
@@ -166,14 +52,6 @@
 %%WWWDIR%%/l10n/it.json
 %%WWWDIR%%/l10n/ja.js
 %%WWWDIR%%/l10n/ja.json
-%%WWWDIR%%/l10n/ka_GE.js
-%%WWWDIR%%/l10n/ka_GE.json
-%%WWWDIR%%/l10n/ko.js
-%%WWWDIR%%/l10n/ko.json
-%%WWWDIR%%/l10n/lt_LT.js
-%%WWWDIR%%/l10n/lt_LT.json
-%%WWWDIR%%/l10n/nb.js
-%%WWWDIR%%/l10n/nb.json
 %%WWWDIR%%/l10n/nl.js
 %%WWWDIR%%/l10n/nl.json
 %%WWWDIR%%/l10n/pl.js
@@ -208,4 +86,3 @@
 %%WWWDIR%%/lib/Service/NotesService.php
 %%WWWDIR%%/lib/Service/SettingsService.php
 %%WWWDIR%%/templates/main.php
-%%WWWDIR%%/templates/note.php


More information about the svn-ports-head mailing list