aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2021-03-03 19:14:23 +0000
committerBernard Spil <brnrd@FreeBSD.org>2021-03-03 19:14:23 +0000
commit7d5db05bf0392ba515e8c376e9a9adb368708419 (patch)
treecaf0f7b21f4ce65def0cf7e264bdc9227d1005ed /www
parentc28425ec4bf39afbfd1e1fff22ca310d16d1468b (diff)
Notes
Diffstat (limited to 'www')
-rw-r--r--www/nextcloud-circles/Makefile3
-rw-r--r--www/nextcloud-circles/distinfo6
-rw-r--r--www/nextcloud-circles/pkg-plist39
3 files changed, 42 insertions, 6 deletions
diff --git a/www/nextcloud-circles/Makefile b/www/nextcloud-circles/Makefile
index a878de709972..9f93e3114775 100644
--- a/www/nextcloud-circles/Makefile
+++ b/www/nextcloud-circles/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= circles
-PORTVERSION= 0.20.6
+PORTVERSION= 0.21.0
CATEGORIES= www
MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= nextcloud-
@@ -18,7 +18,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR}
USES= php:flavors
-IGNORE_WITH_PHP= 80
NO_BUILD= yes
NO_ARCH= yes
diff --git a/www/nextcloud-circles/distinfo b/www/nextcloud-circles/distinfo
index f9dad52ef26a..8835fb61e942 100644
--- a/www/nextcloud-circles/distinfo
+++ b/www/nextcloud-circles/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1606997948
-SHA256 (circles-0.20.6.tar.gz) = 6d1195878f9175e11eca1291f4d51d0386c3d434772650158cc7ae144d55db5c
-SIZE (circles-0.20.6.tar.gz) = 955016
+TIMESTAMP = 1614798431
+SHA256 (circles-0.21.0.tar.gz) = 0a6fb910cf8ba7e401efce6e4ea4e10d3ed4137e4ffc401c0a51ab3507c40105
+SIZE (circles-0.21.0.tar.gz) = 987711
diff --git a/www/nextcloud-circles/pkg-plist b/www/nextcloud-circles/pkg-plist
index d4fac441be7a..7b440b639750 100644
--- a/www/nextcloud-circles/pkg-plist
+++ b/www/nextcloud-circles/pkg-plist
@@ -160,6 +160,10 @@
%%WWWDIR%%/l10n/ro.json
%%WWWDIR%%/l10n/ru.js
%%WWWDIR%%/l10n/ru.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
@@ -180,6 +184,8 @@
%%WWWDIR%%/l10n/vi.json
%%WWWDIR%%/l10n/zh_CN.js
%%WWWDIR%%/l10n/zh_CN.json
+%%WWWDIR%%/l10n/zh_HK.js
+%%WWWDIR%%/l10n/zh_HK.json
%%WWWDIR%%/l10n/zh_TW.js
%%WWWDIR%%/l10n/zh_TW.json
%%WWWDIR%%/lib/Activity/Filter.php
@@ -379,6 +385,7 @@
%%WWWDIR%%/templates/settings.admin.php
%%WWWDIR%%/vendor/autoload.php
%%WWWDIR%%/vendor/composer/ClassLoader.php
+%%WWWDIR%%/vendor/composer/InstalledVersions.php
%%WWWDIR%%/vendor/composer/LICENSE
%%WWWDIR%%/vendor/composer/autoload_classmap.php
%%WWWDIR%%/vendor/composer/autoload_namespaces.php
@@ -386,16 +393,25 @@
%%WWWDIR%%/vendor/composer/autoload_real.php
%%WWWDIR%%/vendor/composer/autoload_static.php
%%WWWDIR%%/vendor/composer/installed.json
+%%WWWDIR%%/vendor/composer/installed.php
+%%WWWDIR%%/vendor/composer/platform_check.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/.gitignore
%%WWWDIR%%/vendor/daita/my-small-php-tools/README.md
%%WWWDIR%%/vendor/daita/my-small-php-tools/composer.json
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/ActivityPub/Nextcloud/nc21/NC21Signature.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/DI/DIContainer.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Db/ExtendedQueryBuilder.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Db/Nextcloud/nc21/INC21QueryRow.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Db/Nextcloud/nc21/NC21ExtendedQueryBuilder.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Db/RequestBuilder.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Exceptions/ArrayNotFoundException.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Exceptions/CacheItemNotFoundException.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Exceptions/DateTimeException.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Exceptions/DependencyInjectionException.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Exceptions/InvalidItemException.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Exceptions/InvalidOriginException.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Exceptions/ItemNotFoundException.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Exceptions/JsonNotRequestedException.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Exceptions/MalformedArrayException.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Exceptions/RequestContentException.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Exceptions/RequestNetworkException.php
@@ -403,6 +419,11 @@
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Exceptions/RequestResultSizeException.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Exceptions/RequestServerException.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Exceptions/RowNotFoundException.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Exceptions/SignatoryException.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Exceptions/SignatureException.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Exceptions/UnknownTypeException.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Exceptions/WellKnownLinkNotFoundException.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/IDeserializable.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/IExtendedQueryBuilder.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/IQueryRow.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Model/Cache.php
@@ -410,6 +431,14 @@
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Model/Nextcloud/NC19Request.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Model/Nextcloud/nc20/NC20Request.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Model/Nextcloud/nc20/NC20RequestResult.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Model/Nextcloud/nc21/INC21Convert.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21Request.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21RequestResult.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21Signatory.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21SignedRequest.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21TreeNode.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21Webfinger.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21WellKnownLink.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Model/Request.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Model/SimpleDataStore.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Traits/Nextcloud/TNC19Request.php
@@ -418,10 +447,18 @@
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Traits/Nextcloud/nc20/TNC20Logger.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Traits/Nextcloud/nc20/TNC20Request.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Traits/Nextcloud/nc20/TNC20Setup.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21ConsoleTree.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21Controller.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21Deserialize.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21LocalSignatory.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21Logger.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21Request.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21Setup.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21Signatory.php
+%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21WellKnown.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Traits/TArrayTools.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Traits/TAsync.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Traits/TFileTools.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Traits/TPathTools.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Traits/TRequest.php
%%WWWDIR%%/vendor/daita/my-small-php-tools/lib/Traits/TStringTools.php
-@dir %%WWWDIR%%/vendor/bin