diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-02-12 17:48:25 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-02-12 17:48:25 +0000 |
commit | 4b87a977f6eb18a15fa80e2705545415b6d96caf (patch) | |
tree | b32e2271f23a59d2a4a1c39de41a751b2e61ed37 /devel/kf5-kio/Makefile | |
parent | 031fc9bfb6a4547020ec03524ede44c8ba3e359a (diff) | |
download | ports-4b87a977f6eb18a15fa80e2705545415b6d96caf.tar.gz ports-4b87a977f6eb18a15fa80e2705545415b6d96caf.zip |
Update KDE Frameworks to 5.55.0
Release Announcement:
https://www.kde.org/announcements/kde-frameworks-5.55.0.php
PR: 235620
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=492794
Diffstat (limited to 'devel/kf5-kio/Makefile')
-rw-r--r-- | devel/kf5-kio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/kf5-kio/Makefile b/devel/kf5-kio/Makefile index 9cc5a0bb0c4a..11893dc76614 100644 --- a/devel/kf5-kio/Makefile +++ b/devel/kf5-kio/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= kio -DISTVERSION= 5.54.1 # Respin for bug 402665 -PORTREVISION= 1 +DISTVERSION= ${KDE_FRAMEWORKS_VERSION} CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org |