aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-02-06 18:08:07 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-02-06 18:08:07 +0000
commit557a04d0c8a2fe9e1338369eb45e186d06660e33 (patch)
tree1e650cb5ef7547457ac68c9c658915046d91d7e6 /net-im
parentd7c64e672fb5df6cad4c779be5e5f445ee5cd369 (diff)
downloadports-557a04d0c8a2fe9e1338369eb45e186d06660e33.tar.gz
ports-557a04d0c8a2fe9e1338369eb45e186d06660e33.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/kaccounts-integration/distinfo6
-rw-r--r--net-im/kaccounts-providers/distinfo6
-rw-r--r--net-im/kaccounts-providers/files/patch-git_0a71da455
-rw-r--r--net-im/kaccounts-providers/files/patch-git_5952bf225
-rw-r--r--net-im/kopete/distinfo6
-rw-r--r--net-im/ktp-accounts-kcm/distinfo6
-rw-r--r--net-im/ktp-approver/distinfo6
-rw-r--r--net-im/ktp-auth-handler/distinfo6
-rw-r--r--net-im/ktp-call-ui/distinfo6
-rw-r--r--net-im/ktp-common-internals/distinfo6
-rw-r--r--net-im/ktp-contact-list/distinfo6
-rw-r--r--net-im/ktp-contact-runner/distinfo6
-rw-r--r--net-im/ktp-desktop-applets/distinfo6
-rw-r--r--net-im/ktp-filetransfer-handler/distinfo6
-rw-r--r--net-im/ktp-kded-module/distinfo6
-rw-r--r--net-im/ktp-send-file/distinfo6
-rw-r--r--net-im/ktp-text-ui/distinfo6
17 files changed, 45 insertions, 125 deletions
diff --git a/net-im/kaccounts-integration/distinfo b/net-im/kaccounts-integration/distinfo
index ae27c3eb204c..f6c5bcadc8b4 100644
--- a/net-im/kaccounts-integration/distinfo
+++ b/net-im/kaccounts-integration/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578373913
-SHA256 (KDE/applications/19.12.1/kaccounts-integration-19.12.1.tar.xz) = 0dda504f51b86207180aceb00d86d42cb16c7ebe81c60ca1ed6bf8fa20699127
-SIZE (KDE/applications/19.12.1/kaccounts-integration-19.12.1.tar.xz) = 66588
+TIMESTAMP = 1580852933
+SHA256 (KDE/applications/19.12.2/kaccounts-integration-19.12.2.tar.xz) = fefc25a7bfad2bb00462df0797ce18e28ff0a5a536ba465f856bdcfe6c8504d4
+SIZE (KDE/applications/19.12.2/kaccounts-integration-19.12.2.tar.xz) = 65800
diff --git a/net-im/kaccounts-providers/distinfo b/net-im/kaccounts-providers/distinfo
index e3662a7cd48e..3722be5d4128 100644
--- a/net-im/kaccounts-providers/distinfo
+++ b/net-im/kaccounts-providers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578373914
-SHA256 (KDE/applications/19.12.1/kaccounts-providers-19.12.1.tar.xz) = abcd1fa9f63248f3ce7f9c98d940b124ff5c70c1a3381a6cfad6ce7012b23c69
-SIZE (KDE/applications/19.12.1/kaccounts-providers-19.12.1.tar.xz) = 32204
+TIMESTAMP = 1580852932
+SHA256 (KDE/applications/19.12.2/kaccounts-providers-19.12.2.tar.xz) = b369923a1c2785791bf0ab718539afac43956d611f68326abf4c34ac4ace8376
+SIZE (KDE/applications/19.12.2/kaccounts-providers-19.12.2.tar.xz) = 31928
diff --git a/net-im/kaccounts-providers/files/patch-git_0a71da4 b/net-im/kaccounts-providers/files/patch-git_0a71da4
deleted file mode 100644
index 3aad363f2f29..000000000000
--- a/net-im/kaccounts-providers/files/patch-git_0a71da4
+++ /dev/null
@@ -1,55 +0,0 @@
-From 0a71da4e3caae0defe200a85954fc7e2012010c1 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= <dvratil@kde.org>
-Date: Mon, 13 Jan 2020 13:48:37 +0100
-Subject: Google provider: limit requested OAuth scopes
-
-Summary:
-Limit the scopes to what is actually permitted in the Google App settings:
-contacts and calendars for future PIM integration, GDrive for KIO-GDrive,
-and Youtube (upload-only) for the Purpose sharing plugin. We can extend
-this in the future if needed easilly, it's easier for us to get the
-Google App verified if we can proof and show how the individual scopes
-are used by KDE.
-
-Reviewers: elvisangelaccio, bshah
-
-Reviewed By: elvisangelaccio, bshah
-
-Differential Revision: https://phabricator.kde.org/D26454
----
- providers/google.provider.in | 13 +++----------
- 1 file changed, 3 insertions(+), 10 deletions(-)
-
-diff --git a/providers/google.provider.in b/providers/google.provider.in
-index 638c1a9..97307af 100644
---- providers/google.provider.in
-+++ providers/google.provider.in
-@@ -21,22 +21,15 @@
- order to return a refresh token -->
- <setting name="ResponseType">code</setting>
- <setting name="Scope" type="as">[
-- 'https://docs.google.com/feeds/',
-- 'https://www.googleapis.com/auth/googletalk',
-- 'https://www.googleapis.com/auth/youtube.upload',
-- 'https://www.googleapis.com/auth/youtube',
- 'https://www.googleapis.com/auth/userinfo.email',
- 'https://www.googleapis.com/auth/userinfo.profile',
-- 'https://picasaweb.google.com/data/',
- 'https://www.googleapis.com/auth/calendar',
-- 'https://www.google.com/m8/feeds/',
- 'https://www.googleapis.com/auth/tasks',
-+ 'https://www.google.com/m8/feeds/',
- 'https://www.googleapis.com/auth/drive',
-- 'https://www.googleapis.com/auth/drive.file',
-- 'https://www.googleapis.com/auth/drive.metadata.readonly',
-- 'https://www.googleapis.com/auth/drive.readonly'
-+ 'https://www.googleapis.com/auth/youtube.upload',
- ]</setting>
-- <setting name="AllowedSchemes" type="as">['https','http']</setting>
-+ <setting name="AllowedSchemes" type="as">['https']</setting>
- <setting name="ClientId">317066460457-pkpkedrvt2ldq6g2hj1egfka2n7vpuoo.apps.googleusercontent.com</setting>
- <setting name="ClientSecret">Y8eFAaWfcanV3amZdDvtbYUq</setting>
- <setting name="ForceClientAuthViaRequestBody" type="b">true</setting>
---
-cgit v1.1
-
diff --git a/net-im/kaccounts-providers/files/patch-git_5952bf2 b/net-im/kaccounts-providers/files/patch-git_5952bf2
deleted file mode 100644
index c12d0157506c..000000000000
--- a/net-im/kaccounts-providers/files/patch-git_5952bf2
+++ /dev/null
@@ -1,25 +0,0 @@
-From 5952bf25358b8b2545cfdeb898461f82a7b17971 Mon Sep 17 00:00:00 2001
-From: Christophe Giboudeaux <christophe@krop.fr>
-Date: Mon, 13 Jan 2020 15:56:57 +0100
-Subject: Remove the extra comma
-
----
- providers/google.provider.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/providers/google.provider.in b/providers/google.provider.in
-index 97307af..e9f1b57 100644
---- providers/google.provider.in
-+++ providers/google.provider.in
-@@ -27,7 +27,7 @@
- 'https://www.googleapis.com/auth/tasks',
- 'https://www.google.com/m8/feeds/',
- 'https://www.googleapis.com/auth/drive',
-- 'https://www.googleapis.com/auth/youtube.upload',
-+ 'https://www.googleapis.com/auth/youtube.upload'
- ]</setting>
- <setting name="AllowedSchemes" type="as">['https']</setting>
- <setting name="ClientId">317066460457-pkpkedrvt2ldq6g2hj1egfka2n7vpuoo.apps.googleusercontent.com</setting>
---
-cgit v1.1
-
diff --git a/net-im/kopete/distinfo b/net-im/kopete/distinfo
index 38fc1e3287b3..051534113235 100644
--- a/net-im/kopete/distinfo
+++ b/net-im/kopete/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578373915
-SHA256 (KDE/applications/19.12.1/kopete-19.12.1.tar.xz) = eca3610cc9607c27620c7c23f9bb54bdd80d2fb295adaf6636506597fc0b848d
-SIZE (KDE/applications/19.12.1/kopete-19.12.1.tar.xz) = 9364212
+TIMESTAMP = 1580852933
+SHA256 (KDE/applications/19.12.2/kopete-19.12.2.tar.xz) = 546dd072f18dd181cb50f7590fec6ecfd0785ad4e6310c143fac6e496c81b64b
+SIZE (KDE/applications/19.12.2/kopete-19.12.2.tar.xz) = 9375752
diff --git a/net-im/ktp-accounts-kcm/distinfo b/net-im/ktp-accounts-kcm/distinfo
index 638d2523a595..d759c61118b8 100644
--- a/net-im/ktp-accounts-kcm/distinfo
+++ b/net-im/ktp-accounts-kcm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578373915
-SHA256 (KDE/applications/19.12.1/ktp-accounts-kcm-19.12.1.tar.xz) = 1ae81e4b7bae97d9d18c1fdc9e7083cc810b39d58dff5755dc9d78bd62551577
-SIZE (KDE/applications/19.12.1/ktp-accounts-kcm-19.12.1.tar.xz) = 263956
+TIMESTAMP = 1580852931
+SHA256 (KDE/applications/19.12.2/ktp-accounts-kcm-19.12.2.tar.xz) = c37a6b4c2748d3e7b3f994ed7f14b54c62fe6314efa5dfa7e25dec91babf8713
+SIZE (KDE/applications/19.12.2/ktp-accounts-kcm-19.12.2.tar.xz) = 265388
diff --git a/net-im/ktp-approver/distinfo b/net-im/ktp-approver/distinfo
index 9b6811ca22cd..b8ca092d467f 100644
--- a/net-im/ktp-approver/distinfo
+++ b/net-im/ktp-approver/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578373916
-SHA256 (KDE/applications/19.12.1/ktp-approver-19.12.1.tar.xz) = 502a63f13db44fc8a28f64e37c43839b8da22086bf858dc9c492476d9ba14b50
-SIZE (KDE/applications/19.12.1/ktp-approver-19.12.1.tar.xz) = 37232
+TIMESTAMP = 1580852937
+SHA256 (KDE/applications/19.12.2/ktp-approver-19.12.2.tar.xz) = 0f83ec9491af86c8f6ede435588f1026e7a615defb612cf45c99408b7e170bbc
+SIZE (KDE/applications/19.12.2/ktp-approver-19.12.2.tar.xz) = 37416
diff --git a/net-im/ktp-auth-handler/distinfo b/net-im/ktp-auth-handler/distinfo
index 1562e11a8818..7702f14e2598 100644
--- a/net-im/ktp-auth-handler/distinfo
+++ b/net-im/ktp-auth-handler/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578373917
-SHA256 (KDE/applications/19.12.1/ktp-auth-handler-19.12.1.tar.xz) = 109583d4800d293fe11eeaa553d72643f2a3709c0d078a6e842f2e4b228d93e0
-SIZE (KDE/applications/19.12.1/ktp-auth-handler-19.12.1.tar.xz) = 46508
+TIMESTAMP = 1580852939
+SHA256 (KDE/applications/19.12.2/ktp-auth-handler-19.12.2.tar.xz) = 79282260d4083e655e395d91f1000c5afd5a835f510ca67189950074a3e1e5d1
+SIZE (KDE/applications/19.12.2/ktp-auth-handler-19.12.2.tar.xz) = 46720
diff --git a/net-im/ktp-call-ui/distinfo b/net-im/ktp-call-ui/distinfo
index e7950462e958..72518ec5a825 100644
--- a/net-im/ktp-call-ui/distinfo
+++ b/net-im/ktp-call-ui/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578373917
-SHA256 (KDE/applications/19.12.1/ktp-call-ui-19.12.1.tar.xz) = adb3025f8f878fd4a56ce125bd51c155f26b02661b9365b6321fb456153b0c55
-SIZE (KDE/applications/19.12.1/ktp-call-ui-19.12.1.tar.xz) = 97340
+TIMESTAMP = 1580852934
+SHA256 (KDE/applications/19.12.2/ktp-call-ui-19.12.2.tar.xz) = c22e5f95e1d73dc76d462a80583e8f57d6a19d2d4cde2f7a6a93bc306defc941
+SIZE (KDE/applications/19.12.2/ktp-call-ui-19.12.2.tar.xz) = 97324
diff --git a/net-im/ktp-common-internals/distinfo b/net-im/ktp-common-internals/distinfo
index 6d80ba97a373..b38adea4d293 100644
--- a/net-im/ktp-common-internals/distinfo
+++ b/net-im/ktp-common-internals/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578373918
-SHA256 (KDE/applications/19.12.1/ktp-common-internals-19.12.1.tar.xz) = 4a1f189c1393164fba710e63b0e8f1aae6f22a5faacea0d86544e3e4a471603a
-SIZE (KDE/applications/19.12.1/ktp-common-internals-19.12.1.tar.xz) = 446044
+TIMESTAMP = 1580852938
+SHA256 (KDE/applications/19.12.2/ktp-common-internals-19.12.2.tar.xz) = 1ce28b2331ef051fb33ec0c4b9cc57fa6b9fa5de8e7c480848cbf5cf20f28982
+SIZE (KDE/applications/19.12.2/ktp-common-internals-19.12.2.tar.xz) = 446332
diff --git a/net-im/ktp-contact-list/distinfo b/net-im/ktp-contact-list/distinfo
index 19b143dfe25b..d8eaeeec5875 100644
--- a/net-im/ktp-contact-list/distinfo
+++ b/net-im/ktp-contact-list/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578373919
-SHA256 (KDE/applications/19.12.1/ktp-contact-list-19.12.1.tar.xz) = c293fa90899d496c4e29b9c9986a3864e06ef22dabbd4583123abbc232f4fe25
-SIZE (KDE/applications/19.12.1/ktp-contact-list-19.12.1.tar.xz) = 149680
+TIMESTAMP = 1580852935
+SHA256 (KDE/applications/19.12.2/ktp-contact-list-19.12.2.tar.xz) = 210fc4ea6efe5568f80b9d625cb059120f7be97bdc1f8aa0dec4f0b5e1615b86
+SIZE (KDE/applications/19.12.2/ktp-contact-list-19.12.2.tar.xz) = 149116
diff --git a/net-im/ktp-contact-runner/distinfo b/net-im/ktp-contact-runner/distinfo
index 1b2dc9b4d938..76be5220dab0 100644
--- a/net-im/ktp-contact-runner/distinfo
+++ b/net-im/ktp-contact-runner/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578373919
-SHA256 (KDE/applications/19.12.1/ktp-contact-runner-19.12.1.tar.xz) = a86d8a67f3d8f3d741c6c4548a58cbdff384e8bd5ed5cd1d82db65456240ac0f
-SIZE (KDE/applications/19.12.1/ktp-contact-runner-19.12.1.tar.xz) = 43056
+TIMESTAMP = 1580852936
+SHA256 (KDE/applications/19.12.2/ktp-contact-runner-19.12.2.tar.xz) = dc55382d487b512d2bc7a3fcf81b4be0930ade07054deedbc076c70ab326f792
+SIZE (KDE/applications/19.12.2/ktp-contact-runner-19.12.2.tar.xz) = 43060
diff --git a/net-im/ktp-desktop-applets/distinfo b/net-im/ktp-desktop-applets/distinfo
index 465144a52779..cb075cf2e9d9 100644
--- a/net-im/ktp-desktop-applets/distinfo
+++ b/net-im/ktp-desktop-applets/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578373920
-SHA256 (KDE/applications/19.12.1/ktp-desktop-applets-19.12.1.tar.xz) = 63f1a0df6a392f41a54fda8c4896754c2687ba34968cf5bbc0ac84a37c1a1741
-SIZE (KDE/applications/19.12.1/ktp-desktop-applets-19.12.1.tar.xz) = 43612
+TIMESTAMP = 1580852940
+SHA256 (KDE/applications/19.12.2/ktp-desktop-applets-19.12.2.tar.xz) = 45ee5118404ce5245352edc274e7ab288ad19c3182d3f4d5fe00be5584c472ee
+SIZE (KDE/applications/19.12.2/ktp-desktop-applets-19.12.2.tar.xz) = 43588
diff --git a/net-im/ktp-filetransfer-handler/distinfo b/net-im/ktp-filetransfer-handler/distinfo
index b32d3691690b..b24cc07f45e5 100644
--- a/net-im/ktp-filetransfer-handler/distinfo
+++ b/net-im/ktp-filetransfer-handler/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578373921
-SHA256 (KDE/applications/19.12.1/ktp-filetransfer-handler-19.12.1.tar.xz) = 208aab8c78f4b7f38e331802a63fa10d00a65c115900c72c7a710b799ea56034
-SIZE (KDE/applications/19.12.1/ktp-filetransfer-handler-19.12.1.tar.xz) = 46140
+TIMESTAMP = 1580852935
+SHA256 (KDE/applications/19.12.2/ktp-filetransfer-handler-19.12.2.tar.xz) = b4af35586552139d34a23297d736cf73e823c4c4d20f0a43753ded277e81c96d
+SIZE (KDE/applications/19.12.2/ktp-filetransfer-handler-19.12.2.tar.xz) = 46312
diff --git a/net-im/ktp-kded-module/distinfo b/net-im/ktp-kded-module/distinfo
index 9548d15ca198..44770cb90b3f 100644
--- a/net-im/ktp-kded-module/distinfo
+++ b/net-im/ktp-kded-module/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578373921
-SHA256 (KDE/applications/19.12.1/ktp-kded-module-19.12.1.tar.xz) = 274f97c6874eeb2af14b937ed20430d2ac2e1a769890a70da8d477ac33ed6082
-SIZE (KDE/applications/19.12.1/ktp-kded-module-19.12.1.tar.xz) = 97656
+TIMESTAMP = 1580852938
+SHA256 (KDE/applications/19.12.2/ktp-kded-module-19.12.2.tar.xz) = bb644d2520c3d15aa10309146daf51174d6d617d7825fdfcd30d8932e99727fa
+SIZE (KDE/applications/19.12.2/ktp-kded-module-19.12.2.tar.xz) = 97220
diff --git a/net-im/ktp-send-file/distinfo b/net-im/ktp-send-file/distinfo
index 1ae0dd389452..e735a73c20e0 100644
--- a/net-im/ktp-send-file/distinfo
+++ b/net-im/ktp-send-file/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578373922
-SHA256 (KDE/applications/19.12.1/ktp-send-file-19.12.1.tar.xz) = 5652e40e02ac191ad6e8df276a5faf8805000760261d495f3f4424416da3b977
-SIZE (KDE/applications/19.12.1/ktp-send-file-19.12.1.tar.xz) = 29056
+TIMESTAMP = 1580852937
+SHA256 (KDE/applications/19.12.2/ktp-send-file-19.12.2.tar.xz) = b6504b62c91de61a1215ab8963577b16e4b25631d50f431571b830949426a29a
+SIZE (KDE/applications/19.12.2/ktp-send-file-19.12.2.tar.xz) = 28928
diff --git a/net-im/ktp-text-ui/distinfo b/net-im/ktp-text-ui/distinfo
index 1741a883115e..267fc2e568db 100644
--- a/net-im/ktp-text-ui/distinfo
+++ b/net-im/ktp-text-ui/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578373923
-SHA256 (KDE/applications/19.12.1/ktp-text-ui-19.12.1.tar.xz) = 226efc09343bb9218c461858747a1bc084ad8291fbbcc9f49eb888acfe2039c6
-SIZE (KDE/applications/19.12.1/ktp-text-ui-19.12.1.tar.xz) = 471268
+TIMESTAMP = 1580852940
+SHA256 (KDE/applications/19.12.2/ktp-text-ui-19.12.2.tar.xz) = 5960e9916a07732d29315994598dbd8e49693025ae455c19db6548cd23617a03
+SIZE (KDE/applications/19.12.2/ktp-text-ui-19.12.2.tar.xz) = 470636