diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-11-17 19:06:13 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-11-17 19:06:13 +0800 |
commit | cfd13efc3f4d968921559edb8f9084d70b5abacd (patch) | |
tree | 22362b922b6d148b2a04446203a5de8a54470101 /net/kf5-kcalendarcore | |
parent | 5b57c1da65f0e9f430365958b02b65b42021ceac (diff) | |
download | freebsd-ports-gnome-cfd13efc3f4d968921559edb8f9084d70b5abacd.tar.gz freebsd-ports-gnome-cfd13efc3f4d968921559edb8f9084d70b5abacd.tar.zst freebsd-ports-gnome-cfd13efc3f4d968921559edb8f9084d70b5abacd.zip |
Update KDE Frameworks to 5.64.0
November 10, 2019. KDE today announces the release of KDE Frameworks 5.64.0. [1]
KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well tested
libraries with friendly licensing terms. For an introduction see the KDE
Frameworks web page.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
Noteably, there is one FreeBSD specific change:
* KCoreAddons
- KProcessInfoList -- add proclist backend for FreeBSD
[1] https://kde.org/announcements/kde-frameworks-5.64.0.php
PR: 241852
Exp-run by: antoine
Diffstat (limited to 'net/kf5-kcalendarcore')
-rw-r--r-- | net/kf5-kcalendarcore/Makefile | 1 | ||||
-rw-r--r-- | net/kf5-kcalendarcore/distinfo | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net/kf5-kcalendarcore/Makefile b/net/kf5-kcalendarcore/Makefile index 004c37ebc646..457c63bae071 100644 --- a/net/kf5-kcalendarcore/Makefile +++ b/net/kf5-kcalendarcore/Makefile @@ -2,7 +2,6 @@ PORTNAME= kcalendarcore DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net kde kde-frameworks diff --git a/net/kf5-kcalendarcore/distinfo b/net/kf5-kcalendarcore/distinfo index cc6b334e73ac..14edecd2d158 100644 --- a/net/kf5-kcalendarcore/distinfo +++ b/net/kf5-kcalendarcore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1570450924 -SHA256 (KDE/frameworks/5.63.0/kcalendarcore-5.63.0.tar.xz) = 43dfecd3dfd0f44ee3e0029613561822f3dd3b3145b52c4dd3e72b67dae518b3 -SIZE (KDE/frameworks/5.63.0/kcalendarcore-5.63.0.tar.xz) = 248500 +TIMESTAMP = 1572789093 +SHA256 (KDE/frameworks/5.64.0/kcalendarcore-5.64.0.tar.xz) = 983f240a7478a780dc403d577827f027856f9f67e8c3bfe8b69d56093e5bb80e +SIZE (KDE/frameworks/5.64.0/kcalendarcore-5.64.0.tar.xz) = 249868 |