Date: Wed, 29 Jul 2020 12:33:11 +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: r543657 - head/www/nextcloud-notes Message-ID: <202007291233.06TCXBoL088662@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Wed Jul 29 12:33:10 2020 New Revision: 543657 URL: https://svnweb.freebsd.org/changeset/ports/543657 Log: www/nextcloud-notes: Update to 3.6.1 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 Wed Jul 29 11:50:50 2020 (r543656) +++ head/www/nextcloud-notes/Makefile Wed Jul 29 12:33:10 2020 (r543657) @@ -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}/ Modified: head/www/nextcloud-notes/distinfo ============================================================================== --- head/www/nextcloud-notes/distinfo Wed Jul 29 11:50:50 2020 (r543656) +++ head/www/nextcloud-notes/distinfo Wed Jul 29 12:33:10 2020 (r543657) @@ -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 Modified: head/www/nextcloud-notes/pkg-plist ============================================================================== --- head/www/nextcloud-notes/pkg-plist Wed Jul 29 11:50:50 2020 (r543656) +++ head/www/nextcloud-notes/pkg-plist Wed Jul 29 12:33:10 2020 (r543657) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007291233.06TCXBoL088662>