Index: head/www/nextcloud-notes/Makefile =================================================================== --- head/www/nextcloud-notes/Makefile (revision 487175) +++ head/www/nextcloud-notes/Makefile (revision 487176) @@ -1,38 +1,38 @@ # Created by: Bernard Spil # $FreeBSD$ PORTNAME= notes -PORTVERSION= 2.5.0 +PORTVERSION= 2.5.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}-${DISTVERSIONPREFIX}${PORTVERSION} MAINTAINER= brnrd@FreeBSD.org COMMENT= Notes app for Nextcloud LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=13:www/nextcloud@${PHP_FLAVOR} USES= php:flavors NO_BUILD= yes NO_ARCH= yes NEXTCLOUD_USERNAME?= ${WWWOWN} NEXTCLOUD_GROUPNAME?= ${WWWGRP} PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \ NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME} WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME} do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) .include Index: head/www/nextcloud-notes/distinfo =================================================================== --- head/www/nextcloud-notes/distinfo (revision 487175) +++ head/www/nextcloud-notes/distinfo (revision 487176) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542616565 -SHA256 (nextcloud/notes-v2.5.0/notes.tar.gz) = 6b8071811695c846acf3b478b00742d55790c5d5a1a5168cb5224013bf0cf15e -SIZE (nextcloud/notes-v2.5.0/notes.tar.gz) = 1418831 +TIMESTAMP = 1544188037 +SHA256 (nextcloud/notes-v2.5.1/notes.tar.gz) = b0c200e62aa8310b3323b5d79dea4617735131c8476fb811f73fc7a631fe8baa +SIZE (nextcloud/notes-v2.5.1/notes.tar.gz) = 1417027 Index: head/www/nextcloud-notes/pkg-plist =================================================================== --- head/www/nextcloud-notes/pkg-plist (revision 487175) +++ head/www/nextcloud-notes/pkg-plist (revision 487176) @@ -1,211 +1,210 @@ %%WWWDIR%%/AUTHORS %%WWWDIR%%/COPYING %%WWWDIR%%/README.md %%WWWDIR%%/appinfo/app.php %%WWWDIR%%/appinfo/database.xml %%WWWDIR%%/appinfo/info.xml %%WWWDIR%%/appinfo/routes.php %%WWWDIR%%/appinfo/signature.json -%%WWWDIR%%/css/notes.css +%%WWWDIR%%/css/notes.scss %%WWWDIR%%/img/favicon-mask.svg %%WWWDIR%%/img/favicon-touch.png %%WWWDIR%%/img/favicon-touch.svg %%WWWDIR%%/img/favicon.ico %%WWWDIR%%/img/favicon.png %%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%%/img/star.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%%/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/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 %%WWWDIR%%/l10n/gl.json %%WWWDIR%%/l10n/he.js %%WWWDIR%%/l10n/he.json %%WWWDIR%%/l10n/hu.js %%WWWDIR%%/l10n/hu.json %%WWWDIR%%/l10n/ignorelist %%WWWDIR%%/l10n/is.js %%WWWDIR%%/l10n/is.json %%WWWDIR%%/l10n/it.js %%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 %%WWWDIR%%/l10n/pl.json %%WWWDIR%%/l10n/pt_BR.js %%WWWDIR%%/l10n/pt_BR.json %%WWWDIR%%/l10n/ru.js %%WWWDIR%%/l10n/ru.json %%WWWDIR%%/l10n/sk.js %%WWWDIR%%/l10n/sk.json %%WWWDIR%%/l10n/sl.js %%WWWDIR%%/l10n/sl.json %%WWWDIR%%/l10n/sr.js %%WWWDIR%%/l10n/sr.json %%WWWDIR%%/l10n/sv.js %%WWWDIR%%/l10n/sv.json %%WWWDIR%%/l10n/tr.js %%WWWDIR%%/l10n/tr.json %%WWWDIR%%/l10n/zh_CN.js %%WWWDIR%%/l10n/zh_CN.json %%WWWDIR%%/lib/Controller/Errors.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/MetaService.php %%WWWDIR%%/lib/Service/NoteDoesNotExistException.php %%WWWDIR%%/lib/Service/NotesFolderException.php %%WWWDIR%%/lib/Service/NotesService.php %%WWWDIR%%/lib/Service/SettingsService.php %%WWWDIR%%/templates/main.php %%WWWDIR%%/templates/note.php