aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/kf5-kirigami2/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-11-20 18:00:02 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-11-20 18:00:02 +0000
commitb85bafdce53f0187408feb5f7692bbab5602a45a (patch)
treede2f5d3eaca48446919507bf1f5866ab9269efd4 /x11-toolkits/kf5-kirigami2/Makefile
parentba7d7f8a3736db4e436bf032b1bf385873f42996 (diff)
downloadports-b85bafdce53f0187408feb5f7692bbab5602a45a.tar.gz
ports-b85bafdce53f0187408feb5f7692bbab5602a45a.zip
x11-toolkits/kf5-kirigami2: use upstream respin
- in r518009 a bug was fixed by adding a patch, this switches it to the now released respin.
Notes
Notes: svn path=/head/; revision=518043
Diffstat (limited to 'x11-toolkits/kf5-kirigami2/Makefile')
-rw-r--r--x11-toolkits/kf5-kirigami2/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-toolkits/kf5-kirigami2/Makefile b/x11-toolkits/kf5-kirigami2/Makefile
index 85ed6f0c6f55..95ed5bca709e 100644
--- a/x11-toolkits/kf5-kirigami2/Makefile
+++ b/x11-toolkits/kf5-kirigami2/Makefile
@@ -3,19 +3,18 @@
PORTNAME= kirigami2
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
-PORTREVISION= 1
CATEGORIES= x11-toolkits kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= QtQuick based components set
-PATCH_SITES= https://github.com/KDE/kirigami/commit/
-PATCHFILES= 4a9820a6df15a55a7d36d343ce70a25ba7d56b79.patch:-p1
-
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= ecm kdeclarative
USE_QT= core dbus declarative graphicaleffects gui linguisttools network \
quickcontrols2 svg testlib widgets \
buildtools_build qmake_build
+# Respin with fix for KDE Bug 414003
+KDE_FRAMEWORKS_VERSION= 5.64.1
+
.include <bsd.port.mk>