diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2020-07-29 12:33:10 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2020-07-29 12:33:10 +0000 |
commit | 9334e739bd45be1ac06de644f1b7f42379513ae5 (patch) | |
tree | 578cebfde5eac0913504784bac1f70d4fc77d292 /www/nextcloud-notes | |
parent | 6580e8ad967704f945f2d4d497a4b93a1cb0af62 (diff) |
www/nextcloud-notes: Update to 3.6.1
Notes
Notes:
svn path=/head/; revision=543657
Diffstat (limited to 'www/nextcloud-notes')
-rw-r--r-- | www/nextcloud-notes/Makefile | 2 | ||||
-rw-r--r-- | www/nextcloud-notes/distinfo | 6 | ||||
-rw-r--r-- | www/nextcloud-notes/pkg-plist | 7 |
3 files changed, 10 insertions, 5 deletions
diff --git a/www/nextcloud-notes/Makefile b/www/nextcloud-notes/Makefile index 7ad366a094ad..2357bacc8f0a 100644 --- a/www/nextcloud-notes/Makefile +++ b/www/nextcloud-notes/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= notes -PORTVERSION= 3.6.0 +PORTVERSION= 3.6.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ diff --git a/www/nextcloud-notes/distinfo b/www/nextcloud-notes/distinfo index 4ec0966b04f9..e6e345f41e91 100644 --- a/www/nextcloud-notes/distinfo +++ b/www/nextcloud-notes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1593861837 -SHA256 (nextcloud/notes-v3.6.0/notes.tar.gz) = c1e86faa69c5b7e3729f0f947f759a61619c2c18ef5578611f8adeceb8ff60e4 -SIZE (nextcloud/notes-v3.6.0/notes.tar.gz) = 611041 +TIMESTAMP = 1596022859 +SHA256 (nextcloud/notes-v3.6.1/notes.tar.gz) = 2bf262093e14af171dc573357ea14edb7ff7a806496dbb916b6933bb2e55a5a4 +SIZE (nextcloud/notes-v3.6.1/notes.tar.gz) = 1934570 diff --git a/www/nextcloud-notes/pkg-plist b/www/nextcloud-notes/pkg-plist index 6a0ab19b34ad..049d62c6ea1f 100644 --- a/www/nextcloud-notes/pkg-plist +++ b/www/nextcloud-notes/pkg-plist @@ -1,3 +1,5 @@ +%%WWWDIR%%/.php_cs.cache +%%WWWDIR%%/.php_cs.dist %%WWWDIR%%/CHANGELOG.md %%WWWDIR%%/COPYING %%WWWDIR%%/README.md @@ -21,7 +23,8 @@ %%WWWDIR%%/img/folder.svg %%WWWDIR%%/img/notes.svg %%WWWDIR%%/img/recent.svg -%%WWWDIR%%/js/notes.js +%%WWWDIR%%/js/notes-main.js +%%WWWDIR%%/js/notes-main.js.map %%WWWDIR%%/l10n/.gitkeep %%WWWDIR%%/l10n/af.js %%WWWDIR%%/l10n/af.json @@ -223,5 +226,7 @@ %%WWWDIR%%/lib/Service/NotesService.php %%WWWDIR%%/lib/Service/SettingsService.php %%WWWDIR%%/lib/Service/TagService.php +%%WWWDIR%%/lib/Service/Util.php %%WWWDIR%%/templates/dev-mode.php %%WWWDIR%%/templates/main.php +%%WWWDIR%%/webpack.js |