Date: Wed, 7 Oct 2020 13:59:31 +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: r551644 - head/www/nextcloud-circles Message-ID: <202010071359.097DxV7g012744@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Wed Oct 7 13:59:30 2020 New Revision: 551644 URL: https://svnweb.freebsd.org/changeset/ports/551644 Log: wwW/nextcloud-circles: Update to 0.20.2 Modified: head/www/nextcloud-circles/Makefile head/www/nextcloud-circles/distinfo head/www/nextcloud-circles/pkg-plist Modified: head/www/nextcloud-circles/Makefile ============================================================================== --- head/www/nextcloud-circles/Makefile Wed Oct 7 13:56:54 2020 (r551643) +++ head/www/nextcloud-circles/Makefile Wed Oct 7 13:59:30 2020 (r551644) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= circles -PORTVERSION= 0.19.5 +PORTVERSION= 0.20.2 CATEGORIES= www MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- @@ -15,7 +15,7 @@ COMMENT= Circles app for Nextcloud LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=19:www/nextcloud@${PHP_FLAVOR} +RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR} USES= php:flavors NO_BUILD= yes Modified: head/www/nextcloud-circles/distinfo ============================================================================== --- head/www/nextcloud-circles/distinfo Wed Oct 7 13:56:54 2020 (r551643) +++ head/www/nextcloud-circles/distinfo Wed Oct 7 13:59:30 2020 (r551644) @@ -1,3 +1,3 @@ -TIMESTAMP = 1597820578 -SHA256 (circles-0.19.5.tar.gz) = 13bd48f923f1790a74c7a68129575a20f777ff05a235fbe394c0bd8a713827d4 -SIZE (circles-0.19.5.tar.gz) = 832880 +TIMESTAMP = 1601992192 +SHA256 (circles-0.20.2.tar.gz) = 1f71130502d8b2ed3d53e563799881dac56b90f4243a0e8bd9c5879cdc8c7295 +SIZE (circles-0.20.2.tar.gz) = 869427 Modified: head/www/nextcloud-circles/pkg-plist ============================================================================== --- head/www/nextcloud-circles/pkg-plist Wed Oct 7 13:56:54 2020 (r551643) +++ head/www/nextcloud-circles/pkg-plist Wed Oct 7 13:59:30 2020 (r551644) @@ -1,12 +1,52 @@ %%WWWDIR%%/.drone.yml %%WWWDIR%%/CHANGELOG.md %%WWWDIR%%/LICENSE -%%WWWDIR%%/appinfo/app.php -%%WWWDIR%%/appinfo/autoload.php %%WWWDIR%%/appinfo/info.xml %%WWWDIR%%/appinfo/routes.php %%WWWDIR%%/composer.json %%WWWDIR%%/composer.lock +%%WWWDIR%%/composer/autoload.php +%%WWWDIR%%/composer/composer/ClassLoader.php +%%WWWDIR%%/composer/composer/LICENSE +%%WWWDIR%%/composer/composer/autoload_classmap.php +%%WWWDIR%%/composer/composer/autoload_namespaces.php +%%WWWDIR%%/composer/composer/autoload_psr4.php +%%WWWDIR%%/composer/composer/autoload_real.php +%%WWWDIR%%/composer/composer/autoload_static.php +%%WWWDIR%%/composer/composer/installed.json +%%WWWDIR%%/composer/daita/my-small-php-tools/.gitignore +%%WWWDIR%%/composer/daita/my-small-php-tools/README.md +%%WWWDIR%%/composer/daita/my-small-php-tools/composer.json +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/DI/DIContainer.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Db/ExtendedQueryBuilder.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Db/RequestBuilder.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Exceptions/ArrayNotFoundException.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Exceptions/CacheItemNotFoundException.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Exceptions/DateTimeException.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Exceptions/DependencyInjectionException.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Exceptions/MalformedArrayException.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Exceptions/RequestContentException.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Exceptions/RequestNetworkException.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Exceptions/RequestResultNotJsonException.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Exceptions/RequestResultSizeException.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Exceptions/RequestServerException.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Exceptions/RowNotFoundException.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/IExtendedQueryBuilder.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/IQueryRow.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Model/Cache.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Model/CacheItem.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Model/Nextcloud/NC19Request.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Model/Request.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Model/SimpleDataStore.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Traits/Nextcloud/TNC19Request.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Traits/Nextcloud/TNCDataResponse.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Traits/Nextcloud/TNCRequest.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Traits/TArrayTools.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Traits/TAsync.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Traits/TFileTools.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Traits/TPathTools.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Traits/TRequest.php +%%WWWDIR%%/composer/daita/my-small-php-tools/lib/Traits/TStringTools.php %%WWWDIR%%/css/admin.css %%WWWDIR%%/css/files/circles.filelist.css %%WWWDIR%%/css/navigation.css @@ -127,6 +167,8 @@ %%WWWDIR%%/l10n/hr.json %%WWWDIR%%/l10n/hu.js %%WWWDIR%%/l10n/hu.json +%%WWWDIR%%/l10n/ia.js +%%WWWDIR%%/l10n/ia.json %%WWWDIR%%/l10n/id.js %%WWWDIR%%/l10n/id.json %%WWWDIR%%/l10n/is.js @@ -171,6 +213,8 @@ %%WWWDIR%%/l10n/sr.json %%WWWDIR%%/l10n/sv.js %%WWWDIR%%/l10n/sv.json +%%WWWDIR%%/l10n/th.js +%%WWWDIR%%/l10n/th.json %%WWWDIR%%/l10n/tr.js %%WWWDIR%%/l10n/tr.json %%WWWDIR%%/l10n/uk.js
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010071359.097DxV7g012744>