diff options
Diffstat (limited to 'net')
62 files changed, 192 insertions, 140 deletions
diff --git a/net/akonadi-calendar/Makefile b/net/akonadi-calendar/Makefile index 1845b5dc90d8..15627ece3ce3 100644 --- a/net/akonadi-calendar/Makefile +++ b/net/akonadi-calendar/Makefile @@ -2,7 +2,6 @@ PORTNAME= akonadi-calendar DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/akonadi-calendar/distinfo b/net/akonadi-calendar/distinfo index 8c4418b67817..3ad2e74d7bb5 100644 --- a/net/akonadi-calendar/distinfo +++ b/net/akonadi-calendar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572930990 -SHA256 (KDE/applications/19.08.3/akonadi-calendar-19.08.3.tar.xz) = 1ec66241551b0bd3e2cabd2df1547e3622b3c74e0ddaec535b5666141180a094 -SIZE (KDE/applications/19.08.3/akonadi-calendar-19.08.3.tar.xz) = 331796 +TIMESTAMP = 1575623517 +SHA256 (KDE/applications/19.12.0/akonadi-calendar-19.12.0.tar.xz) = 84671189a5ad87259f15c54f673954f7496a6043a3efedaf2e2376b0af5ff6d5 +SIZE (KDE/applications/19.12.0/akonadi-calendar-19.12.0.tar.xz) = 331480 diff --git a/net/akonadi-contacts/Makefile b/net/akonadi-contacts/Makefile index 34d4c31f399e..b3b4bcef556e 100644 --- a/net/akonadi-contacts/Makefile +++ b/net/akonadi-contacts/Makefile @@ -2,7 +2,6 @@ PORTNAME= akonadi-contacts DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/akonadi-contacts/distinfo b/net/akonadi-contacts/distinfo index 9edf9af7259a..a484f8222519 100644 --- a/net/akonadi-contacts/distinfo +++ b/net/akonadi-contacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572930991 -SHA256 (KDE/applications/19.08.3/akonadi-contacts-19.08.3.tar.xz) = a95ff2621e198e2685b7cd591e39437e68b5670cd710ce06088bd16618d281df -SIZE (KDE/applications/19.08.3/akonadi-contacts-19.08.3.tar.xz) = 385320 +TIMESTAMP = 1575623526 +SHA256 (KDE/applications/19.12.0/akonadi-contacts-19.12.0.tar.xz) = 2a7ee314df38fc22d119ee2411a8bb1f9631bd036242589695e32cbf1914f469 +SIZE (KDE/applications/19.12.0/akonadi-contacts-19.12.0.tar.xz) = 393264 diff --git a/net/akonadi-contacts/pkg-plist b/net/akonadi-contacts/pkg-plist index dba26d9b5368..5e4e2689cf4c 100644 --- a/net/akonadi-contacts/pkg-plist +++ b/net/akonadi-contacts/pkg-plist @@ -1,7 +1,6 @@ -share/qlogging-categories5/akonadi-contacts.categories -share/qlogging-categories5/akonadi-contacts.renamecategories include/KF5/Akonadi/Contact/AbstractContactFormatter include/KF5/Akonadi/Contact/AbstractContactGroupFormatter +include/KF5/Akonadi/Contact/AbstractEmailAddressSelectionDialog include/KF5/Akonadi/Contact/ContactDefaultActions include/KF5/Akonadi/Contact/ContactEditor include/KF5/Akonadi/Contact/ContactEditorDialog @@ -22,15 +21,17 @@ include/KF5/Akonadi/Contact/EmailAddressSelection include/KF5/Akonadi/Contact/EmailAddressSelectionDialog include/KF5/Akonadi/Contact/EmailAddressSelectionModel include/KF5/Akonadi/Contact/EmailAddressSelectionWidget +include/KF5/Akonadi/Contact/RecipientsEditorManager +include/KF5/Akonadi/Contact/RecipientsPickerWidget include/KF5/Akonadi/Contact/SelectAddressBookDialog include/KF5/Akonadi/Contact/StandardContactActionManager include/KF5/Akonadi/Contact/StandardContactFormatter include/KF5/Akonadi/Contact/StandardContactGroupFormatter -include/KF5/ContactEditor/AbstractAddressLocationWidget include/KF5/ContactEditor/CategoriesEditAbstractWidget include/KF5/ContactEditor/ContactEditorPagePlugin include/KF5/akonadi/contact/abstractcontactformatter.h include/KF5/akonadi/contact/abstractcontactgroupformatter.h +include/KF5/akonadi/contact/abstractemailaddressselectiondialog.h include/KF5/akonadi/contact/akonadi-contact_export.h include/KF5/akonadi/contact/contactdefaultactions.h include/KF5/akonadi/contact/contacteditor.h @@ -52,11 +53,12 @@ include/KF5/akonadi/contact/emailaddressselection.h include/KF5/akonadi/contact/emailaddressselectiondialog.h include/KF5/akonadi/contact/emailaddressselectionmodel.h include/KF5/akonadi/contact/emailaddressselectionwidget.h +include/KF5/akonadi/contact/recipientseditormanager.h +include/KF5/akonadi/contact/recipientspickerwidget.h include/KF5/akonadi/contact/selectaddressbookdialog.h include/KF5/akonadi/contact/standardcontactactionmanager.h include/KF5/akonadi/contact/standardcontactformatter.h include/KF5/akonadi/contact/standardcontactgroupformatter.h -include/KF5/contacteditor/abstractaddresslocationwidget.h include/KF5/contacteditor/categorieseditabstractwidget.h include/KF5/contacteditor/contacteditor_export.h include/KF5/contacteditor/contacteditorpageplugin.h @@ -221,3 +223,5 @@ share/locale/zh_CN/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/zh_TW/LC_MESSAGES/akonadicontact5-serializer.mo share/locale/zh_TW/LC_MESSAGES/akonadicontact5.mo share/locale/zh_TW/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/qlogging-categories5/akonadi-contacts.categories +share/qlogging-categories5/akonadi-contacts.renamecategories diff --git a/net/akonadi-mime/distinfo b/net/akonadi-mime/distinfo index 4eee7b21a60b..611bec6d69a8 100644 --- a/net/akonadi-mime/distinfo +++ b/net/akonadi-mime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572930991 -SHA256 (KDE/applications/19.08.3/akonadi-mime-19.08.3.tar.xz) = e779a2b73b628702aec52b1d4345533f54f06624915b193766af3ef6a16d030f -SIZE (KDE/applications/19.08.3/akonadi-mime-19.08.3.tar.xz) = 132756 +TIMESTAMP = 1575623492 +SHA256 (KDE/applications/19.12.0/akonadi-mime-19.12.0.tar.xz) = 7ef1264e80483172abf9253d8e597c3b53b2f5990a52eddf51f91328c1db2386 +SIZE (KDE/applications/19.12.0/akonadi-mime-19.12.0.tar.xz) = 132972 diff --git a/net/akonadi-notes/distinfo b/net/akonadi-notes/distinfo index ef7f1653e16f..84828c0434d7 100644 --- a/net/akonadi-notes/distinfo +++ b/net/akonadi-notes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572930992 -SHA256 (KDE/applications/19.08.3/akonadi-notes-19.08.3.tar.xz) = 7c701d8a032161f9a58a55dd7e71a9a261fed8044ddc59d6d5f04bb742801b65 -SIZE (KDE/applications/19.08.3/akonadi-notes-19.08.3.tar.xz) = 24416 +TIMESTAMP = 1575623506 +SHA256 (KDE/applications/19.12.0/akonadi-notes-19.12.0.tar.xz) = 3c91f2f2b47a786a537aec6037e702756cf77fa8aa0378e9ab9ba59aa08e4e29 +SIZE (KDE/applications/19.12.0/akonadi-notes-19.12.0.tar.xz) = 24424 diff --git a/net/akonadi-search/Makefile b/net/akonadi-search/Makefile index 6ed65e766992..7aa7a05b7709 100644 --- a/net/akonadi-search/Makefile +++ b/net/akonadi-search/Makefile @@ -2,7 +2,6 @@ PORTNAME= akonadi-search DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/akonadi-search/distinfo b/net/akonadi-search/distinfo index 933ecb5fc98d..b1605551f770 100644 --- a/net/akonadi-search/distinfo +++ b/net/akonadi-search/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572930993 -SHA256 (KDE/applications/19.08.3/akonadi-search-19.08.3.tar.xz) = 3a04a82b7f13aad0a5c283931b347a951b8b4bf299bfc6f8cdbc5ba299d01f9b -SIZE (KDE/applications/19.08.3/akonadi-search-19.08.3.tar.xz) = 82480 +TIMESTAMP = 1575623520 +SHA256 (KDE/applications/19.12.0/akonadi-search-19.12.0.tar.xz) = d1a4d859b60d6154242cd463d7fed9e82cc4d74ada756f3fa171262b551f38c3 +SIZE (KDE/applications/19.12.0/akonadi-search-19.12.0.tar.xz) = 83116 diff --git a/net/calendarsupport/Makefile b/net/calendarsupport/Makefile index 965f23b4cf22..57f9d3e11992 100644 --- a/net/calendarsupport/Makefile +++ b/net/calendarsupport/Makefile @@ -2,7 +2,6 @@ PORTNAME= calendarsupport DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/calendarsupport/distinfo b/net/calendarsupport/distinfo index b53945c70656..8935f2988210 100644 --- a/net/calendarsupport/distinfo +++ b/net/calendarsupport/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572930994 -SHA256 (KDE/applications/19.08.3/calendarsupport-19.08.3.tar.xz) = 2406dd3387383cc58eb0e6f10bf50cc1b206c75096c6c6af27c1102c6d818ec3 -SIZE (KDE/applications/19.08.3/calendarsupport-19.08.3.tar.xz) = 646440 +TIMESTAMP = 1575623529 +SHA256 (KDE/applications/19.12.0/calendarsupport-19.12.0.tar.xz) = d8871623d05f039dd14903a9902d158afd6682e0e1100a8d107600e9c3d18d68 +SIZE (KDE/applications/19.12.0/calendarsupport-19.12.0.tar.xz) = 646124 diff --git a/net/eventviews/Makefile b/net/eventviews/Makefile index 59dfad9d9acd..6a1d58639f9e 100644 --- a/net/eventviews/Makefile +++ b/net/eventviews/Makefile @@ -2,7 +2,6 @@ PORTNAME= eventviews DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/eventviews/distinfo b/net/eventviews/distinfo index 797969e3369a..449d6ebfd4bb 100644 --- a/net/eventviews/distinfo +++ b/net/eventviews/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572930995 -SHA256 (KDE/applications/19.08.3/eventviews-19.08.3.tar.xz) = 3c110fb5001e71d664aaa3b09a3689c0bb16ca12ee169e98f6ff454a0ee81ba4 -SIZE (KDE/applications/19.08.3/eventviews-19.08.3.tar.xz) = 443148 +TIMESTAMP = 1575623521 +SHA256 (KDE/applications/19.12.0/eventviews-19.12.0.tar.xz) = 0583bbe70733596c7f6002d3a856154568d4c039feefaf064ad3cc6db78989b8 +SIZE (KDE/applications/19.12.0/eventviews-19.12.0.tar.xz) = 442640 diff --git a/net/incidenceeditor/Makefile b/net/incidenceeditor/Makefile index fbb44b57559a..63757d3dd853 100644 --- a/net/incidenceeditor/Makefile +++ b/net/incidenceeditor/Makefile @@ -2,7 +2,6 @@ PORTNAME= incidenceeditor DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/incidenceeditor/distinfo b/net/incidenceeditor/distinfo index 6a0f6e839dca..c237406fb607 100644 --- a/net/incidenceeditor/distinfo +++ b/net/incidenceeditor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572930995 -SHA256 (KDE/applications/19.08.3/incidenceeditor-19.08.3.tar.xz) = e6753efc2841a5b0b63a2b02f07c5b77274214576e5e9fc66b962b18c516266d -SIZE (KDE/applications/19.08.3/incidenceeditor-19.08.3.tar.xz) = 550144 +TIMESTAMP = 1575623500 +SHA256 (KDE/applications/19.12.0/incidenceeditor-19.12.0.tar.xz) = 8b46ee070cb54426fbd7f4ecbfa10cd42018a68a5aae01c0d1f13c628144e715 +SIZE (KDE/applications/19.12.0/incidenceeditor-19.12.0.tar.xz) = 550320 diff --git a/net/kalarmcal/Makefile b/net/kalarmcal/Makefile index 0114f473faa5..dfa80b3e5f6d 100644 --- a/net/kalarmcal/Makefile +++ b/net/kalarmcal/Makefile @@ -2,7 +2,6 @@ PORTNAME= kalarmcal DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/kalarmcal/distinfo b/net/kalarmcal/distinfo index 52f49f456236..f61af5d580aa 100644 --- a/net/kalarmcal/distinfo +++ b/net/kalarmcal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572930996 -SHA256 (KDE/applications/19.08.3/kalarmcal-19.08.3.tar.xz) = f6e9d0c99d228fc922e52ae3ddb33f2b691290e58a48edc816de72fc44d73871 -SIZE (KDE/applications/19.08.3/kalarmcal-19.08.3.tar.xz) = 573036 +TIMESTAMP = 1575623524 +SHA256 (KDE/applications/19.12.0/kalarmcal-19.12.0.tar.xz) = 7d3d8820968b2ff42d07ae4731242dac78590e44cbe0e951facb245997766910 +SIZE (KDE/applications/19.12.0/kalarmcal-19.12.0.tar.xz) = 574076 diff --git a/net/kalarmcal/pkg-plist b/net/kalarmcal/pkg-plist index 9df9ca9d3980..d5232c5e40d8 100644 --- a/net/kalarmcal/pkg-plist +++ b/net/kalarmcal/pkg-plist @@ -1,14 +1,15 @@ -share/qlogging-categories5/kalarmcal.categories -share/qlogging-categories5/kalarmcal.renamecategories +include/KF5/KAlarmCal/KAlarmCal/Akonadi include/KF5/KAlarmCal/KAlarmCal/AlarmText include/KF5/KAlarmCal/KAlarmCal/CollectionAttribute include/KF5/KAlarmCal/KAlarmCal/CompatibilityAttribute include/KF5/KAlarmCal/KAlarmCal/DateTime include/KF5/KAlarmCal/KAlarmCal/EventAttribute +include/KF5/KAlarmCal/KAlarmCal/KACalendar include/KF5/KAlarmCal/KAlarmCal/KADateTime include/KF5/KAlarmCal/KAlarmCal/KAEvent include/KF5/KAlarmCal/KAlarmCal/KARecurrence include/KF5/KAlarmCal/KAlarmCal/Repetition +include/KF5/KAlarmCal/kalarmcal/akonadi.h include/KF5/KAlarmCal/kalarmcal/alarmtext.h include/KF5/KAlarmCal/kalarmcal/collectionattribute.h include/KF5/KAlarmCal/kalarmcal/compatibilityattribute.h @@ -129,3 +130,5 @@ share/locale/zh_CN/LC_MESSAGES/libkalarmcal5-serializer.mo share/locale/zh_CN/LC_MESSAGES/libkalarmcal5.mo share/locale/zh_TW/LC_MESSAGES/libkalarmcal5-serializer.mo share/locale/zh_TW/LC_MESSAGES/libkalarmcal5.mo +share/qlogging-categories5/kalarmcal.categories +share/qlogging-categories5/kalarmcal.renamecategories diff --git a/net/kblog/Makefile b/net/kblog/Makefile index d3efeffd87be..186a3bf14334 100644 --- a/net/kblog/Makefile +++ b/net/kblog/Makefile @@ -2,7 +2,6 @@ PORTNAME= kblog DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/kblog/distinfo b/net/kblog/distinfo index af2a0923a73e..a674dd99348e 100644 --- a/net/kblog/distinfo +++ b/net/kblog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572930997 -SHA256 (KDE/applications/19.08.3/kblog-19.08.3.tar.xz) = 7b030a13c79a6add2b6f46b840e347609b39099c937d5bc5fb9310e2da987164 -SIZE (KDE/applications/19.08.3/kblog-19.08.3.tar.xz) = 72776 +TIMESTAMP = 1575623518 +SHA256 (KDE/applications/19.12.0/kblog-19.12.0.tar.xz) = 21f43f0a67206a94de61fe73a1b31be6a59d70d1f3584270d3cdc414fe58669b +SIZE (KDE/applications/19.12.0/kblog-19.12.0.tar.xz) = 73120 diff --git a/net/kcalutils/Makefile b/net/kcalutils/Makefile index 32d08a34a08e..6bd30d904feb 100644 --- a/net/kcalutils/Makefile +++ b/net/kcalutils/Makefile @@ -2,7 +2,6 @@ PORTNAME= kcalutils DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/kcalutils/distinfo b/net/kcalutils/distinfo index 5fca9a950244..dbca042ef04b 100644 --- a/net/kcalutils/distinfo +++ b/net/kcalutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572930998 -SHA256 (KDE/applications/19.08.3/kcalutils-19.08.3.tar.xz) = 821742c98dd55a1334c13ea9d59e177ade048b1d3ade4775803eb288c98c93da -SIZE (KDE/applications/19.08.3/kcalutils-19.08.3.tar.xz) = 323380 +TIMESTAMP = 1575623491 +SHA256 (KDE/applications/19.12.0/kcalutils-19.12.0.tar.xz) = 2886fa1641992f01ef09f575879ba54f752518b4511ad5b1fb695cf484bcbdcb +SIZE (KDE/applications/19.12.0/kcalutils-19.12.0.tar.xz) = 322156 diff --git a/net/kdav/distinfo b/net/kdav/distinfo index d85fe2841f60..03291db68863 100644 --- a/net/kdav/distinfo +++ b/net/kdav/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572930998 -SHA256 (KDE/applications/19.08.3/kdav-19.08.3.tar.xz) = e85a0a8dcfdccc1dc0afaee364c45d57c6807fadb6926ae1a5afc54c4fb0a9f0 -SIZE (KDE/applications/19.08.3/kdav-19.08.3.tar.xz) = 49824 +TIMESTAMP = 1575623493 +SHA256 (KDE/applications/19.12.0/kdav-19.12.0.tar.xz) = 2b3c518c1c74bcd6d73d433c50849cac4ff1e4bdf5e97b6f5a6eed39dad56bbe +SIZE (KDE/applications/19.12.0/kdav-19.12.0.tar.xz) = 54460 diff --git a/net/kdav/pkg-plist b/net/kdav/pkg-plist index a696ad933329..efe81af64698 100644 --- a/net/kdav/pkg-plist +++ b/net/kdav/pkg-plist @@ -13,14 +13,12 @@ include/KPim/KDAV/DavItemModifyJob include/KPim/KDAV/DavItemsFetchJob include/KPim/KDAV/DavItemsListJob include/KPim/KDAV/DavJobBase -include/KPim/KDAV/DavManager include/KPim/KDAV/DavPrincipalHomesetsFetchJob include/KPim/KDAV/DavPrincipalSearchJob -include/KPim/KDAV/DavProtocolBase include/KPim/KDAV/DavUrl include/KPim/KDAV/Enums include/KPim/KDAV/EtagCache -include/KPim/KDAV/Utils +include/KPim/KDAV/ProtocolInfo include/KPim/kdav/davcollection.h include/KPim/kdav/davcollectiondeletejob.h include/KPim/kdav/davcollectionmodifyjob.h @@ -35,15 +33,13 @@ include/KPim/kdav/davitemmodifyjob.h include/KPim/kdav/davitemsfetchjob.h include/KPim/kdav/davitemslistjob.h include/KPim/kdav/davjobbase.h -include/KPim/kdav/davmanager.h include/KPim/kdav/davprincipalhomesetsfetchjob.h include/KPim/kdav/davprincipalsearchjob.h -include/KPim/kdav/davprotocolbase.h include/KPim/kdav/davurl.h include/KPim/kdav/enums.h include/KPim/kdav/etagcache.h include/KPim/kdav/kpimkdav_export.h -include/KPim/kdav/utils.h +include/KPim/kdav/protocolinfo.h include/KPim/kpimkdav_version.h lib/cmake/KPimKDAV/KPimKDAVConfig.cmake lib/cmake/KPimKDAV/KPimKDAVConfigVersion.cmake diff --git a/net/kdenetwork-filesharing/distinfo b/net/kdenetwork-filesharing/distinfo index 5e3aed1e3e40..7ec3673a3108 100644 --- a/net/kdenetwork-filesharing/distinfo +++ b/net/kdenetwork-filesharing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572930999 -SHA256 (KDE/applications/19.08.3/kdenetwork-filesharing-19.08.3.tar.xz) = 4074d996c693bdd69fd88e6f2acede79c05b2eceef1d3ed81f311247640ef366 -SIZE (KDE/applications/19.08.3/kdenetwork-filesharing-19.08.3.tar.xz) = 315492 +TIMESTAMP = 1575623515 +SHA256 (KDE/applications/19.12.0/kdenetwork-filesharing-19.12.0.tar.xz) = 81a97f937846d573e7d8da25acf867ee97ae418bba352599975cba47c73ca611 +SIZE (KDE/applications/19.12.0/kdenetwork-filesharing-19.12.0.tar.xz) = 317596 diff --git a/net/kdenetwork-filesharing/pkg-plist b/net/kdenetwork-filesharing/pkg-plist index bf42c9ddfd0d..d5f3114559bf 100644 --- a/net/kdenetwork-filesharing/pkg-plist +++ b/net/kdenetwork-filesharing/pkg-plist @@ -52,3 +52,4 @@ share/locale/ug/LC_MESSAGES/kfileshare.mo share/locale/uk/LC_MESSAGES/kfileshare.mo share/locale/zh_CN/LC_MESSAGES/kfileshare.mo share/locale/zh_TW/LC_MESSAGES/kfileshare.mo +share/metainfo/org.kde.kdenetwork-filesharing.metainfo.xml diff --git a/net/kget/distinfo b/net/kget/distinfo index 1fce0045eafb..608f02f0148e 100644 --- a/net/kget/distinfo +++ b/net/kget/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931000 -SHA256 (KDE/applications/19.08.3/kget-19.08.3.tar.xz) = 5a107da8313731114e7b5528f4c0cf6e0ab62867e20a9caa802de23812c69800 -SIZE (KDE/applications/19.08.3/kget-19.08.3.tar.xz) = 5232796 +TIMESTAMP = 1575623510 +SHA256 (KDE/applications/19.12.0/kget-19.12.0.tar.xz) = 90c14c1a31db5004fdbdddddc764a41cce3fbc03026900e4d50d43af126e6e1f +SIZE (KDE/applications/19.12.0/kget-19.12.0.tar.xz) = 5238488 diff --git a/net/kidentitymanagement/distinfo b/net/kidentitymanagement/distinfo index f38c228b4d8d..60de640ff4a4 100644 --- a/net/kidentitymanagement/distinfo +++ b/net/kidentitymanagement/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931001 -SHA256 (KDE/applications/19.08.3/kidentitymanagement-19.08.3.tar.xz) = 6ed512d3b42378a767299660c2b9fe142b840cdaaae70c522104c37275221f37 -SIZE (KDE/applications/19.08.3/kidentitymanagement-19.08.3.tar.xz) = 149208 +TIMESTAMP = 1575623498 +SHA256 (KDE/applications/19.12.0/kidentitymanagement-19.12.0.tar.xz) = bff240fea3f22d6137c7eabbc4161401f6c67a6501c16233812482cdd204442a +SIZE (KDE/applications/19.12.0/kidentitymanagement-19.12.0.tar.xz) = 149464 diff --git a/net/kimap/Makefile b/net/kimap/Makefile index 2d1036744552..f4427f9eb72d 100644 --- a/net/kimap/Makefile +++ b/net/kimap/Makefile @@ -2,7 +2,6 @@ PORTNAME= kimap DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/kimap/distinfo b/net/kimap/distinfo index 787206cc5047..f276027c6224 100644 --- a/net/kimap/distinfo +++ b/net/kimap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931002 -SHA256 (KDE/applications/19.08.3/kimap-19.08.3.tar.xz) = 46ca8d265b7191d75db8c6a4d988624385c9ab8eae702a42e6eb4b81be581051 -SIZE (KDE/applications/19.08.3/kimap-19.08.3.tar.xz) = 119512 +TIMESTAMP = 1575623508 +SHA256 (KDE/applications/19.12.0/kimap-19.12.0.tar.xz) = 179f2de7a3eaed26d40911216c9061c148bd89910526ef049851c792c8156ac1 +SIZE (KDE/applications/19.12.0/kimap-19.12.0.tar.xz) = 119640 diff --git a/net/kitinerary/Makefile b/net/kitinerary/Makefile index 285353d2434c..580187e56a50 100644 --- a/net/kitinerary/Makefile +++ b/net/kitinerary/Makefile @@ -2,7 +2,6 @@ PORTNAME= kitinerary DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/kitinerary/distinfo b/net/kitinerary/distinfo index dd49e33d16ab..1ed391be6105 100644 --- a/net/kitinerary/distinfo +++ b/net/kitinerary/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931002 -SHA256 (KDE/applications/19.08.3/kitinerary-19.08.3.tar.xz) = d13e701b8a988999477c030fffe687b4c333a330717a15b72651458f35e6e151 -SIZE (KDE/applications/19.08.3/kitinerary-19.08.3.tar.xz) = 955500 +TIMESTAMP = 1575623522 +SHA256 (KDE/applications/19.12.0/kitinerary-19.12.0.tar.xz) = 3a3b3b23d163b0f50550bd710793ca486dc26c99376c5fadc02ceb8bdcd822a9 +SIZE (KDE/applications/19.12.0/kitinerary-19.12.0.tar.xz) = 1179884 diff --git a/net/kitinerary/pkg-plist b/net/kitinerary/pkg-plist index 4eb88f43d62e..5a5f6f103830 100644 --- a/net/kitinerary/pkg-plist +++ b/net/kitinerary/pkg-plist @@ -1,15 +1,21 @@ -share/qlogging-categories5/org_kde_kitinerary.categories include/KPim/KItinerary/Action +include/KPim/KItinerary/AlphaId include/KPim/KItinerary/BarcodeDecoder include/KPim/KItinerary/Brand include/KPim/KItinerary/BusTrip include/KPim/KItinerary/CalendarHandler include/KPim/KItinerary/CountryDb +include/KPim/KItinerary/CreativeWork include/KPim/KItinerary/Datatypes +include/KPim/KItinerary/DocumentUtil include/KPim/KItinerary/Event include/KPim/KItinerary/Extractor include/KPim/KItinerary/ExtractorEngine +include/KPim/KItinerary/ExtractorFilter +include/KPim/KItinerary/ExtractorInput include/KPim/KItinerary/ExtractorPostprocessor +include/KPim/KItinerary/ExtractorRepository +include/KPim/KItinerary/File include/KPim/KItinerary/Flight include/KPim/KItinerary/HtmlDocument include/KPim/KItinerary/IataBcbpParser @@ -29,19 +35,29 @@ include/KPim/KItinerary/SortUtil include/KPim/KItinerary/Taxi include/KPim/KItinerary/Ticket include/KPim/KItinerary/TrainTrip +include/KPim/KItinerary/Uic9183Block include/KPim/KItinerary/Uic9183Parser +include/KPim/KItinerary/Uic9183TicketLayout +include/KPim/KItinerary/Vendor0080Block include/KPim/KItinerary/Visit include/KPim/kitinerary/action.h +include/KPim/kitinerary/alphaid.h include/KPim/kitinerary/barcodedecoder.h include/KPim/kitinerary/brand.h include/KPim/kitinerary/bustrip.h include/KPim/kitinerary/calendarhandler.h include/KPim/kitinerary/countrydb.h +include/KPim/kitinerary/creativework.h include/KPim/kitinerary/datatypes.h +include/KPim/kitinerary/documentutil.h include/KPim/kitinerary/event.h include/KPim/kitinerary/extractor.h include/KPim/kitinerary/extractorengine.h +include/KPim/kitinerary/extractorfilter.h +include/KPim/kitinerary/extractorinput.h include/KPim/kitinerary/extractorpostprocessor.h +include/KPim/kitinerary/extractorrepository.h +include/KPim/kitinerary/file.h include/KPim/kitinerary/flight.h include/KPim/kitinerary/htmldocument.h include/KPim/kitinerary/iatabcbpparser.h @@ -62,7 +78,10 @@ include/KPim/kitinerary/sortutil.h include/KPim/kitinerary/taxi.h include/KPim/kitinerary/ticket.h include/KPim/kitinerary/traintrip.h +include/KPim/kitinerary/uic9183block.h include/KPim/kitinerary/uic9183parser.h +include/KPim/kitinerary/uic9183ticketlayout.h +include/KPim/kitinerary/vendor0080block.h include/KPim/kitinerary/visit.h lib/cmake/KPimItinerary/KPimItineraryConfig.cmake lib/cmake/KPimItinerary/KPimItineraryConfigVersion.cmake @@ -96,3 +115,5 @@ share/locale/sv/LC_MESSAGES/kitinerary.mo share/locale/uk/LC_MESSAGES/kitinerary.mo share/locale/zh_CN/LC_MESSAGES/kitinerary.mo share/locale/zh_TW/LC_MESSAGES/kitinerary.mo +share/mime/packages/application-vnd-kde-itinerary.xml +share/qlogging-categories5/org_kde_kitinerary.categories diff --git a/net/kldap/distinfo b/net/kldap/distinfo index bafb5063cc54..2c14ef1ca27d 100644 --- a/net/kldap/distinfo +++ b/net/kldap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931003 -SHA256 (KDE/applications/19.08.3/kldap-19.08.3.tar.xz) = b65ba5fefab7ecb92a7d38ac718e53077d9d9a87d73f121e32019aad90b48bae -SIZE (KDE/applications/19.08.3/kldap-19.08.3.tar.xz) = 155372 +TIMESTAMP = 1575623504 +SHA256 (KDE/applications/19.12.0/kldap-19.12.0.tar.xz) = 38cf118fcc628fdb4b57655cf4b30b39909111dc588e54592479121cf96ddcec +SIZE (KDE/applications/19.12.0/kldap-19.12.0.tar.xz) = 155216 diff --git a/net/kmailtransport/distinfo b/net/kmailtransport/distinfo index d06a41e22dce..011ef1a944bb 100644 --- a/net/kmailtransport/distinfo +++ b/net/kmailtransport/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931004 -SHA256 (KDE/applications/19.08.3/kmailtransport-19.08.3.tar.xz) = 24cf570b2ab77a69e55adb013e1d7e3eaf17f5ced900d8e5166890bb3ab64d12 -SIZE (KDE/applications/19.08.3/kmailtransport-19.08.3.tar.xz) = 166240 +TIMESTAMP = 1575623496 +SHA256 (KDE/applications/19.12.0/kmailtransport-19.12.0.tar.xz) = ac5b2fde3c024a13fc70bfd5b58317c258804144c156312d4d3e91fd34e16c89 +SIZE (KDE/applications/19.12.0/kmailtransport-19.12.0.tar.xz) = 167080 diff --git a/net/kmbox/distinfo b/net/kmbox/distinfo index 7dda031c945d..d45760c3c8c9 100644 --- a/net/kmbox/distinfo +++ b/net/kmbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931005 -SHA256 (KDE/applications/19.08.3/kmbox-19.08.3.tar.xz) = e29d0df5344babb08f1befce2be9eae6a2e872f74757367454651ad26dd8658d -SIZE (KDE/applications/19.08.3/kmbox-19.08.3.tar.xz) = 24444 +TIMESTAMP = 1575623501 +SHA256 (KDE/applications/19.12.0/kmbox-19.12.0.tar.xz) = ce7520c1149fd29044d36778d074687ee81a6a015dc9ebe70c58198dd0d90167 +SIZE (KDE/applications/19.12.0/kmbox-19.12.0.tar.xz) = 24628 diff --git a/net/kmime/Makefile b/net/kmime/Makefile index 391ba808a57d..de60b7ee29d3 100644 --- a/net/kmime/Makefile +++ b/net/kmime/Makefile @@ -2,7 +2,6 @@ PORTNAME= kmime DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/kmime/distinfo b/net/kmime/distinfo index afe6c423d7b1..2121d4bf46c3 100644 --- a/net/kmime/distinfo +++ b/net/kmime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931005 -SHA256 (KDE/applications/19.08.3/kmime-19.08.3.tar.xz) = e659e1154fbc11db624f1b76bc1a8e5cf8c7f6731cef7b4ff6fad9ccf90580dd -SIZE (KDE/applications/19.08.3/kmime-19.08.3.tar.xz) = 146916 +TIMESTAMP = 1575623514 +SHA256 (KDE/applications/19.12.0/kmime-19.12.0.tar.xz) = eb65cef3e63dc00e84753139c4e024c7b26de1d25bf195b2e53d889b29a8512f +SIZE (KDE/applications/19.12.0/kmime-19.12.0.tar.xz) = 146732 diff --git a/net/kontactinterface/distinfo b/net/kontactinterface/distinfo index 9ef33174543d..1428306ee861 100644 --- a/net/kontactinterface/distinfo +++ b/net/kontactinterface/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931006 -SHA256 (KDE/applications/19.08.3/kontactinterface-19.08.3.tar.xz) = 67827b27e46d381a207bcd6986b0285c0b7629ec9b93048e9503768662e211dc -SIZE (KDE/applications/19.08.3/kontactinterface-19.08.3.tar.xz) = 33176 +TIMESTAMP = 1575623509 +SHA256 (KDE/applications/19.12.0/kontactinterface-19.12.0.tar.xz) = d7c43f12779d908066f025354088aad44d0462e8e8807a6b8d71870f10a46578 +SIZE (KDE/applications/19.12.0/kontactinterface-19.12.0.tar.xz) = 33180 diff --git a/net/kpimtextedit/distinfo b/net/kpimtextedit/distinfo index 12e2504c8c27..79a6421d7594 100644 --- a/net/kpimtextedit/distinfo +++ b/net/kpimtextedit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931007 -SHA256 (KDE/applications/19.08.3/kpimtextedit-19.08.3.tar.xz) = 75ff2300e771a1fe02a19ef57e2a28489179a92dc184c924be495e878b4444ab -SIZE (KDE/applications/19.08.3/kpimtextedit-19.08.3.tar.xz) = 155000 +TIMESTAMP = 1575623497 +SHA256 (KDE/applications/19.12.0/kpimtextedit-19.12.0.tar.xz) = 6caffca187ca21929d8becb83da6a173fb6c1a21ad07817b070100579eac1bd1 +SIZE (KDE/applications/19.12.0/kpimtextedit-19.12.0.tar.xz) = 167364 diff --git a/net/krdc/distinfo b/net/krdc/distinfo index 056770797558..73869bd4a9e7 100644 --- a/net/krdc/distinfo +++ b/net/krdc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931008 -SHA256 (KDE/applications/19.08.3/krdc-19.08.3.tar.xz) = d4cbaebaa3cd56ef5ec728a1d09edf72e8dfc18174e59f954a5f7ec8494acfdc -SIZE (KDE/applications/19.08.3/krdc-19.08.3.tar.xz) = 1423272 +TIMESTAMP = 1575623511 +SHA256 (KDE/applications/19.12.0/krdc-19.12.0.tar.xz) = 52bff08687abe86b274af77855dce923945ac998d11b1b309c6b1854febdd40b +SIZE (KDE/applications/19.12.0/krdc-19.12.0.tar.xz) = 1425400 diff --git a/net/krfb/distinfo b/net/krfb/distinfo index d551a4b2efaf..7a59dd916cf9 100644 --- a/net/krfb/distinfo +++ b/net/krfb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931009 -SHA256 (KDE/applications/19.08.3/krfb-19.08.3.tar.xz) = c708e10b909151dee362205af9db72946b9bbb86f3d87aaf2d2a9956a9242e1d -SIZE (KDE/applications/19.08.3/krfb-19.08.3.tar.xz) = 1278072 +TIMESTAMP = 1575623507 +SHA256 (KDE/applications/19.12.0/krfb-19.12.0.tar.xz) = 87fd065c2ac517aba086f846ce6602ac8cb4ba88e3f90d283318af3667959046 +SIZE (KDE/applications/19.12.0/krfb-19.12.0.tar.xz) = 1278040 diff --git a/net/ksmtp/distinfo b/net/ksmtp/distinfo index 604ae1dc95ac..f28eb45de424 100644 --- a/net/ksmtp/distinfo +++ b/net/ksmtp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931009 -SHA256 (KDE/applications/19.08.3/ksmtp-19.08.3.tar.xz) = 16b389a8dcb938ed3f1e2f4b10a5aa31c16eac8df89963a71c08af3e54ada8dd -SIZE (KDE/applications/19.08.3/ksmtp-19.08.3.tar.xz) = 40472 +TIMESTAMP = 1575623502 +SHA256 (KDE/applications/19.12.0/ksmtp-19.12.0.tar.xz) = 157c6112dfd2aaafe991e17bfd115a74721526642d6e52241d83142f541269a2 +SIZE (KDE/applications/19.12.0/ksmtp-19.12.0.tar.xz) = 40740 diff --git a/net/ktnef/Makefile b/net/ktnef/Makefile index d3a82b70d03e..9cc952e693fc 100644 --- a/net/ktnef/Makefile +++ b/net/ktnef/Makefile @@ -2,7 +2,6 @@ PORTNAME= ktnef DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/ktnef/distinfo b/net/ktnef/distinfo index 61c1c5b020da..e3ad84bbd620 100644 --- a/net/ktnef/distinfo +++ b/net/ktnef/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931010 -SHA256 (KDE/applications/19.08.3/ktnef-19.08.3.tar.xz) = 86ae57b54047f51d31292fb71f2410660dd5bf7ca54e847b78108c600884ee4d -SIZE (KDE/applications/19.08.3/ktnef-19.08.3.tar.xz) = 299736 +TIMESTAMP = 1575623528 +SHA256 (KDE/applications/19.12.0/ktnef-19.12.0.tar.xz) = ae294f943788222d5abb264c1a7805222bdedf558e5f0466d1fd9926486e96df +SIZE (KDE/applications/19.12.0/ktnef-19.12.0.tar.xz) = 299776 diff --git a/net/libgravatar/distinfo b/net/libgravatar/distinfo index b281972969be..27f474909bd1 100644 --- a/net/libgravatar/distinfo +++ b/net/libgravatar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931011 -SHA256 (KDE/applications/19.08.3/libgravatar-19.08.3.tar.xz) = 7f3421d1074065221e7ff892ba5f32614aef08b9ee407b5d8301e20f414bf8fb -SIZE (KDE/applications/19.08.3/libgravatar-19.08.3.tar.xz) = 30804 +TIMESTAMP = 1575623525 +SHA256 (KDE/applications/19.12.0/libgravatar-19.12.0.tar.xz) = d3577648d7116565b8dc88d94f55a83e9c6d78c040a2fb6ba4907893f0b77048 +SIZE (KDE/applications/19.12.0/libgravatar-19.12.0.tar.xz) = 30932 diff --git a/net/libkgapi/Makefile b/net/libkgapi/Makefile index 77340be2a792..0b33c40cedda 100644 --- a/net/libkgapi/Makefile +++ b/net/libkgapi/Makefile @@ -2,7 +2,6 @@ PORTNAME= libkgapi DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/libkgapi/distinfo b/net/libkgapi/distinfo index 02d5e5bbe953..e6c2776aaeed 100644 --- a/net/libkgapi/distinfo +++ b/net/libkgapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931012 -SHA256 (KDE/applications/19.08.3/libkgapi-19.08.3.tar.xz) = 085878396ae2a8bed7e9121d985de848c515992a3c6c989b9510125bc859e67c -SIZE (KDE/applications/19.08.3/libkgapi-19.08.3.tar.xz) = 234484 +TIMESTAMP = 1575623495 +SHA256 (KDE/applications/19.12.0/libkgapi-19.12.0.tar.xz) = d2e59ba2fd6f0bd91f783199a9654bdca2539d15f0ec105796e096642ca4c517 +SIZE (KDE/applications/19.12.0/libkgapi-19.12.0.tar.xz) = 238596 diff --git a/net/libksieve/Makefile b/net/libksieve/Makefile index 093a7f4eae31..ecf628c0e8b0 100644 --- a/net/libksieve/Makefile +++ b/net/libksieve/Makefile @@ -2,7 +2,6 @@ PORTNAME= libksieve DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/libksieve/distinfo b/net/libksieve/distinfo index 1569a0094cd9..087e95b7bd1b 100644 --- a/net/libksieve/distinfo +++ b/net/libksieve/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931012 -SHA256 (KDE/applications/19.08.3/libksieve-19.08.3.tar.xz) = a10311192a57d1b7073d73477f5cefdf7c42d0a720d0eaf406986e4f1835ce60 -SIZE (KDE/applications/19.08.3/libksieve-19.08.3.tar.xz) = 549664 +TIMESTAMP = 1575623519 +SHA256 (KDE/applications/19.12.0/libksieve-19.12.0.tar.xz) = 4107ec2a1f51a97ba09126d0d10222bf4c957ec3eb03a276b82666d6ed2aa1d4 +SIZE (KDE/applications/19.12.0/libksieve-19.12.0.tar.xz) = 553512 diff --git a/net/mailcommon/Makefile b/net/mailcommon/Makefile index a47c86d00a54..f574ef93933d 100644 --- a/net/mailcommon/Makefile +++ b/net/mailcommon/Makefile @@ -2,7 +2,6 @@ PORTNAME= mailcommon DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/mailcommon/distinfo b/net/mailcommon/distinfo index 97d9ec2bcfa2..d191cc4f4bc4 100644 --- a/net/mailcommon/distinfo +++ b/net/mailcommon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931013 -SHA256 (KDE/applications/19.08.3/mailcommon-19.08.3.tar.xz) = 55ccf161f40b3647f269f71309f9a2fcdf1e2327da53e96c3d8510fc664252bf -SIZE (KDE/applications/19.08.3/mailcommon-19.08.3.tar.xz) = 693672 +TIMESTAMP = 1576095097 +SHA256 (KDE/applications/19.12.0/mailcommon-19.12.0.tar.xz) = b581de742afe391bdc3d0635d3c796c5906ddd352e8d5d763576098817045099 +SIZE (KDE/applications/19.12.0/mailcommon-19.12.0.tar.xz) = 701872 diff --git a/net/mailcommon/pkg-plist b/net/mailcommon/pkg-plist index b7b1b487ef4d..8bc023d70cba 100644 --- a/net/mailcommon/pkg-plist +++ b/net/mailcommon/pkg-plist @@ -42,7 +42,10 @@ include/KF5/MailCommon/SearchPatternEdit include/KF5/MailCommon/SearchRule include/KF5/MailCommon/SearchRuleStatus include/KF5/MailCommon/SendMdnHandler +include/KF5/MailCommon/SnippetTreeView +include/KF5/MailCommon/SnippetWidget include/KF5/MailCommon/SnippetsManager +include/KF5/MailCommon/SnippetsModel include/KF5/MailCommon/Tag include/KF5/MailCommon/TagWidget include/KF5/mailcommon/accountconfigorderdialog.h @@ -91,6 +94,9 @@ include/KF5/mailcommon/searchrule.h include/KF5/mailcommon/searchrulestatus.h include/KF5/mailcommon/sendmdnhandler.h include/KF5/mailcommon/snippetsmanager.h +include/KF5/mailcommon/snippetsmodel.h +include/KF5/mailcommon/snippettreeview.h +include/KF5/mailcommon/snippetwidget.h include/KF5/mailcommon/tag.h include/KF5/mailcommon/tagwidget.h include/KF5/mailcommon_version.h diff --git a/net/mailimporter/Makefile b/net/mailimporter/Makefile index e1f24c3adc1e..91bac5f8cff3 100644 --- a/net/mailimporter/Makefile +++ b/net/mailimporter/Makefile @@ -2,7 +2,6 @@ PORTNAME= mailimporter DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/mailimporter/distinfo b/net/mailimporter/distinfo index bf2b207c6b1d..8e2e412c32f5 100644 --- a/net/mailimporter/distinfo +++ b/net/mailimporter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931014 -SHA256 (KDE/applications/19.08.3/mailimporter-19.08.3.tar.xz) = fbdfbfe093bb0af05d26492c0839a94ac0a5c0577081bd726626b943be7cb96e -SIZE (KDE/applications/19.08.3/mailimporter-19.08.3.tar.xz) = 540544 +TIMESTAMP = 1575623512 +SHA256 (KDE/applications/19.12.0/mailimporter-19.12.0.tar.xz) = d0758559daa25b666a9fe7b6bc4461762bc08013a6f06a4ae9b1028742195241 +SIZE (KDE/applications/19.12.0/mailimporter-19.12.0.tar.xz) = 540600 diff --git a/net/messagelib/Makefile b/net/messagelib/Makefile index 7972fe965772..9b41fb071a9c 100644 --- a/net/messagelib/Makefile +++ b/net/messagelib/Makefile @@ -2,7 +2,6 @@ PORTNAME= messagelib DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -15,7 +14,8 @@ LIB_DEPENDS= libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme \ libgpgmepp.so:security/gpgme-cpp \ - libqgpgme.so:security/gpgme-qt5 + libqgpgme.so:security/gpgme-qt5 \ + libqca-qt5.so:devel/qca USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz USE_KDE= archive auth bookmarks codecs completion config configwidgets \ diff --git a/net/messagelib/distinfo b/net/messagelib/distinfo index 02e5fc8dc982..68fd2e80656f 100644 --- a/net/messagelib/distinfo +++ b/net/messagelib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931015 -SHA256 (KDE/applications/19.08.3/messagelib-19.08.3.tar.xz) = db2e48e48d87922f9533ebd3eb021549e6bf8dea5828d83bfdfecb36b1426728 -SIZE (KDE/applications/19.08.3/messagelib-19.08.3.tar.xz) = 10401352 +TIMESTAMP = 1575623523 +SHA256 (KDE/applications/19.12.0/messagelib-19.12.0.tar.xz) = 5dae93a5101add258cdd3cc90d1051454a3b756d9683891abe40b97bd32f8cd7 +SIZE (KDE/applications/19.12.0/messagelib-19.12.0.tar.xz) = 10466896 diff --git a/net/messagelib/pkg-plist b/net/messagelib/pkg-plist index f096609a2a4d..bd7aed140adf 100644 --- a/net/messagelib/pkg-plist +++ b/net/messagelib/pkg-plist @@ -1,5 +1,3 @@ -share/qlogging-categories5/messagelib.categories -share/qlogging-categories5/messagelib.renamecategories include/KF5/MessageComposer/AbstractEncryptJob include/KF5/MessageComposer/AkonadiSender include/KF5/MessageComposer/AliasesExpandJob @@ -10,9 +8,14 @@ include/KF5/MessageComposer/AttachmentJob include/KF5/MessageComposer/AttachmentModel include/KF5/MessageComposer/AttachmentVcardFromAddressBookJob include/KF5/MessageComposer/Composer +include/KF5/MessageComposer/ComposerAttachmentInterface include/KF5/MessageComposer/ComposerLineEdit include/KF5/MessageComposer/ComposerViewBase +include/KF5/MessageComposer/ComposerViewInterface include/KF5/MessageComposer/ContentJobBase +include/KF5/MessageComposer/ConvertSnippetVariableMenu +include/KF5/MessageComposer/ConvertSnippetVariablesJob +include/KF5/MessageComposer/ConvertSnippetVariablesUtil include/KF5/MessageComposer/EncryptJob include/KF5/MessageComposer/FollowUpReminderSelectDateDialog include/KF5/MessageComposer/FollowupReminderCreateJob @@ -30,6 +33,7 @@ include/KF5/MessageComposer/MessagePart include/KF5/MessageComposer/MessageSender include/KF5/MessageComposer/MultipartJob include/KF5/MessageComposer/PluginActionType +include/KF5/MessageComposer/PluginComposerInterface include/KF5/MessageComposer/PluginEditor include/KF5/MessageComposer/PluginEditorCheckBeforeSend include/KF5/MessageComposer/PluginEditorCheckBeforeSendConfigureWidget @@ -59,6 +63,7 @@ include/KF5/MessageComposer/SignJob include/KF5/MessageComposer/SignatureController include/KF5/MessageComposer/SinglepartJob include/KF5/MessageComposer/SkeletonMessageJob +include/KF5/MessageComposer/StatusBarLabelToggledState include/KF5/MessageComposer/TextPart include/KF5/MessageComposer/TransparentJob include/KF5/MessageComposer/Util @@ -94,6 +99,18 @@ include/KF5/MessageViewer/BufferedHtmlWriter include/KF5/MessageViewer/CSSHelper include/KF5/MessageViewer/CSSHelperBase include/KF5/MessageViewer/ConfigureWidget +include/KF5/MessageViewer/DKIMCheckPolicy +include/KF5/MessageViewer/DKIMCheckSignatureJob +include/KF5/MessageViewer/DKIMHeaderParser +include/KF5/MessageViewer/DKIMInfo +include/KF5/MessageViewer/DKIMKeyRecord +include/KF5/MessageViewer/DKIMManager +include/KF5/MessageViewer/DKIMManagerKey +include/KF5/MessageViewer/DKIMManagerKeyDialog +include/KF5/MessageViewer/DKIMManagerKeyWidget +include/KF5/MessageViewer/DKIMManagerRules +include/KF5/MessageViewer/DKIMRule +include/KF5/MessageViewer/DKIMWidgetInfo include/KF5/MessageViewer/EditorWatcher include/KF5/MessageViewer/FileHtmlWriter include/KF5/MessageViewer/GrantleeHeaderStyle @@ -198,9 +215,14 @@ include/KF5/messagecomposer/attachmentjob.h include/KF5/messagecomposer/attachmentmodel.h include/KF5/messagecomposer/attachmentvcardfromaddressbookjob.h include/KF5/messagecomposer/composer.h +include/KF5/messagecomposer/composerattachmentinterface.h include/KF5/messagecomposer/composerlineedit.h include/KF5/messagecomposer/composerviewbase.h +include/KF5/messagecomposer/composerviewinterface.h include/KF5/messagecomposer/contentjobbase.h +include/KF5/messagecomposer/convertsnippetvariablemenu.h +include/KF5/messagecomposer/convertsnippetvariablesjob.h +include/KF5/messagecomposer/convertsnippetvariablesutil.h include/KF5/messagecomposer/encryptjob.h include/KF5/messagecomposer/followupremindercreatejob.h include/KF5/messagecomposer/followupreminderselectdatedialog.h @@ -221,6 +243,7 @@ include/KF5/messagecomposer/messagepart.h include/KF5/messagecomposer/messagesender.h include/KF5/messagecomposer/multipartjob.h include/KF5/messagecomposer/pluginactiontype.h +include/KF5/messagecomposer/plugincomposerinterface.h include/KF5/messagecomposer/plugineditor.h include/KF5/messagecomposer/plugineditorcheckbeforesend.h include/KF5/messagecomposer/plugineditorcheckbeforesendconfigurewidget.h @@ -250,6 +273,7 @@ include/KF5/messagecomposer/signaturecontroller.h include/KF5/messagecomposer/signjob.h include/KF5/messagecomposer/singlepartjob.h include/KF5/messagecomposer/skeletonmessagejob.h +include/KF5/messagecomposer/statusbarlabeltoggledstate.h include/KF5/messagecomposer/textpart.h include/KF5/messagecomposer/transparentjob.h include/KF5/messagecomposer/util.h @@ -293,6 +317,18 @@ include/KF5/messageviewer/config-messageviewer.h include/KF5/messageviewer/configurewidget.h include/KF5/messageviewer/csshelper.h include/KF5/messageviewer/csshelperbase.h +include/KF5/messageviewer/dkimcheckpolicy.h +include/KF5/messageviewer/dkimchecksignaturejob.h +include/KF5/messageviewer/dkimheaderparser.h +include/KF5/messageviewer/dkiminfo.h +include/KF5/messageviewer/dkimkeyrecord.h +include/KF5/messageviewer/dkimmanager.h +include/KF5/messageviewer/dkimmanagerkey.h +include/KF5/messageviewer/dkimmanagerkeydialog.h +include/KF5/messageviewer/dkimmanagerkeywidget.h +include/KF5/messageviewer/dkimmanagerrules.h +include/KF5/messageviewer/dkimrule.h +include/KF5/messageviewer/dkimwidgetinfo.h include/KF5/messageviewer/editorwatcher.h include/KF5/messageviewer/filehtmlwriter.h include/KF5/messageviewer/globalsettings_messageviewer.h @@ -817,3 +853,5 @@ share/messageviewer/defaultthemes/5.2/photo.svg share/messageviewer/defaultthemes/5.2/style.css share/messageviewer/longurlServices.json share/org.kde.syntax-highlighting/syntax/kmail-template.xml +share/qlogging-categories5/messagelib.categories +share/qlogging-categories5/messagelib.renamecategories diff --git a/net/pimcommon/Makefile b/net/pimcommon/Makefile index 5de1d776b13d..c76b242fc7c4 100644 --- a/net/pimcommon/Makefile +++ b/net/pimcommon/Makefile @@ -2,7 +2,6 @@ PORTNAME= pimcommon DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/pimcommon/distinfo b/net/pimcommon/distinfo index 35e1f94bf746..aa48b5c7d31a 100644 --- a/net/pimcommon/distinfo +++ b/net/pimcommon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931015 -SHA256 (KDE/applications/19.08.3/pimcommon-19.08.3.tar.xz) = 76a67c28db71e1187fa192f0e1a07279c690dea313a2a376b2d21b82ab0784ca -SIZE (KDE/applications/19.08.3/pimcommon-19.08.3.tar.xz) = 293596 +TIMESTAMP = 1575623499 +SHA256 (KDE/applications/19.12.0/pimcommon-19.12.0.tar.xz) = c6805618f431d4e8e7c3f1d49f7ad2d1bb84426a4fbfb4d8af7c27b70ef1eb4f +SIZE (KDE/applications/19.12.0/pimcommon-19.12.0.tar.xz) = 294760 diff --git a/net/zeroconf-ioslave/distinfo b/net/zeroconf-ioslave/distinfo index 2b603e52a530..c340879d85b5 100644 --- a/net/zeroconf-ioslave/distinfo +++ b/net/zeroconf-ioslave/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572931016 -SHA256 (KDE/applications/19.08.3/zeroconf-ioslave-19.08.3.tar.xz) = b7b00edcc987c298e1dc885e3ceb6acbcbfe40141423d90406a3ccecef2471ed -SIZE (KDE/applications/19.08.3/zeroconf-ioslave-19.08.3.tar.xz) = 39100 +TIMESTAMP = 1575623503 +SHA256 (KDE/applications/19.12.0/zeroconf-ioslave-19.12.0.tar.xz) = 0dc179173337d7ec5f074956520e12ff969e16d18125a5bc700f4c153a0c9130 +SIZE (KDE/applications/19.12.0/zeroconf-ioslave-19.12.0.tar.xz) = 41840 diff --git a/net/zeroconf-ioslave/pkg-plist b/net/zeroconf-ioslave/pkg-plist index a12a576637ec..564c3b42109c 100644 --- a/net/zeroconf-ioslave/pkg-plist +++ b/net/zeroconf-ioslave/pkg-plist @@ -54,4 +54,5 @@ share/locale/ug/LC_MESSAGES/kio5_zeroconf.mo share/locale/uk/LC_MESSAGES/kio5_zeroconf.mo share/locale/zh_CN/LC_MESSAGES/kio5_zeroconf.mo share/locale/zh_TW/LC_MESSAGES/kio5_zeroconf.mo +share/metainfo/org.kde.zeroconf-ioslave.metainfo.xml share/remoteview/zeroconf.desktop |