aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2017-09-19 19:57:22 +0800
committerrakuco <rakuco@FreeBSD.org>2017-09-19 19:57:22 +0800
commit6512e6a561e26dbdadad9e33e48d14eadf0302f6 (patch)
treec4100e5c70a81575b20d29a1c6b8c905ccd5cba0 /x11
parentbeb0efe82b00b3f25da1794b9f76c2224c66c107 (diff)
downloadfreebsd-ports-gnome-6512e6a561e26dbdadad9e33e48d14eadf0302f6.tar.gz
freebsd-ports-gnome-6512e6a561e26dbdadad9e33e48d14eadf0302f6.tar.zst
freebsd-ports-gnome-6512e6a561e26dbdadad9e33e48d14eadf0302f6.zip
Fix plist after r450109.
Instead of changing PORTVERSION, keep it set to KDE_FRAMEWORKS_VERSION, and actually change the latter to 5.38.1. The port's plist has references to %%KDE_FRAMEWORKS_VERSION%% that got broken when we didn't update it. As a bonus, the distinfo entry also makes more sense now. Pointy-hat to me for not catching this when reviewing the code, and kudos to tcberner for noticing that earlier. Reported by: VVD on #kde-freebsd
Diffstat (limited to 'x11')
-rw-r--r--x11/kf5-kglobalaccel/Makefile6
-rw-r--r--x11/kf5-kglobalaccel/distinfo6
2 files changed, 8 insertions, 4 deletions
diff --git a/x11/kf5-kglobalaccel/Makefile b/x11/kf5-kglobalaccel/Makefile
index baf73c4bcf49..85b374b384e9 100644
--- a/x11/kf5-kglobalaccel/Makefile
+++ b/x11/kf5-kglobalaccel/Makefile
@@ -2,7 +2,8 @@
# $FreeBSD$
PORTNAME= kglobalaccel
-PORTVERSION= 5.38.1
+PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
@@ -10,6 +11,9 @@ COMMENT= KF5 library to add support for global workspace shortcuts
LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms
+# There was a hotfix release for kglobalaccel to fix a regression in 5.38.0.
+KDE_FRAMEWORKS_VERSION= 5.38.1
+
USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz
USE_KDE= ecm config coreaddons crash dbusaddons i18n service \
windowsystem
diff --git a/x11/kf5-kglobalaccel/distinfo b/x11/kf5-kglobalaccel/distinfo
index 57d3d91f0658..4fd1e0ea936a 100644
--- a/x11/kf5-kglobalaccel/distinfo
+++ b/x11/kf5-kglobalaccel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505814912
-SHA256 (KDE/frameworks/5.38.0/kglobalaccel-5.38.1.tar.xz) = 36ceeb585598c088c80fdde30b3ea9b12e6d250dcae46c24024072a37a5f236a
-SIZE (KDE/frameworks/5.38.0/kglobalaccel-5.38.1.tar.xz) = 83484
+TIMESTAMP = 1505814911
+SHA256 (KDE/frameworks/5.38.1/kglobalaccel-5.38.1.tar.xz) = 36ceeb585598c088c80fdde30b3ea9b12e6d250dcae46c24024072a37a5f236a
+SIZE (KDE/frameworks/5.38.1/kglobalaccel-5.38.1.tar.xz) = 83484