Date: Wed, 3 Mar 2021 10:58:54 +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: r567060 - head/www/nextcloud-notes Message-ID: <202103031058.123AwsAp073627@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Wed Mar 3 10:58:53 2021 New Revision: 567060 URL: https://svnweb.freebsd.org/changeset/ports/567060 Log: www/nextcloud-notes: Update to 4.0.3 * PHP 8.0 compatible 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 Mar 3 10:58:18 2021 (r567059) +++ head/www/nextcloud-notes/Makefile Wed Mar 3 10:58:53 2021 (r567060) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= notes -PORTVERSION= 4.0.2 +PORTVERSION= 4.0.3 DISTVERSIONPREFIX= v CATEGORIES= www editors MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ @@ -20,7 +20,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP= 80 NO_BUILD= yes NO_ARCH= yes Modified: head/www/nextcloud-notes/distinfo ============================================================================== --- head/www/nextcloud-notes/distinfo Wed Mar 3 10:58:18 2021 (r567059) +++ head/www/nextcloud-notes/distinfo Wed Mar 3 10:58:53 2021 (r567060) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609410711 -SHA256 (nextcloud/notes-v4.0.2/notes.tar.gz) = 2f12772749fc06f6a7e6c58dbc16620fffcf3ee34d9e667cac09ff3e78f858ab -SIZE (nextcloud/notes-v4.0.2/notes.tar.gz) = 3730807 +TIMESTAMP = 1614768611 +SHA256 (nextcloud/notes-v4.0.3/notes.tar.gz) = d19dae97268542554e4005af32cc65ad72889ff0e0c26146a25d58a1611a8e8b +SIZE (nextcloud/notes-v4.0.3/notes.tar.gz) = 3790708 Modified: head/www/nextcloud-notes/pkg-plist ============================================================================== --- head/www/nextcloud-notes/pkg-plist Wed Mar 3 10:58:18 2021 (r567059) +++ head/www/nextcloud-notes/pkg-plist Wed Mar 3 10:58:53 2021 (r567060) @@ -169,8 +169,10 @@ %%WWWDIR%%/l10n/ro.json %%WWWDIR%%/l10n/ru.js %%WWWDIR%%/l10n/ru.json -%%WWWDIR%%/l10n/si_LK.js -%%WWWDIR%%/l10n/si_LK.json +%%WWWDIR%%/l10n/sc.js +%%WWWDIR%%/l10n/sc.json +%%WWWDIR%%/l10n/si.js +%%WWWDIR%%/l10n/si.json %%WWWDIR%%/l10n/sk.js %%WWWDIR%%/l10n/sk.json %%WWWDIR%%/l10n/sl.js @@ -183,8 +185,8 @@ %%WWWDIR%%/l10n/sr@latin.json %%WWWDIR%%/l10n/sv.js %%WWWDIR%%/l10n/sv.json -%%WWWDIR%%/l10n/ta_LK.js -%%WWWDIR%%/l10n/ta_LK.json +%%WWWDIR%%/l10n/ta.js +%%WWWDIR%%/l10n/ta.json %%WWWDIR%%/l10n/th.js %%WWWDIR%%/l10n/th.json %%WWWDIR%%/l10n/tr.js
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103031058.123AwsAp073627>