diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2019-10-31 19:25:25 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2019-10-31 19:25:25 +0000 |
commit | 1c7313872980b41150553546dfe9758ad118e2f2 (patch) | |
tree | a01a68932af9f016527ca268dab15a6be0dfc595 /devel/kf5-kdbusaddons/Makefile | |
parent | 938f7e0e5d79cf5df76b2200d25facfab1b3aa21 (diff) | |
download | ports-1c7313872980b41150553546dfe9758ad118e2f2.tar.gz ports-1c7313872980b41150553546dfe9758ad118e2f2.zip |
Fix `konsole --new-tab` with patches from upstream.
`konsole --new-tab` is supposed to open a new tab in the current konsole
(assuming there's only one konsole open), but it was opening a whole
new top-level window instead. Needs patches in dbus services and konsole.
Obtained from: Tomaz Canabrava (upstream maintainer)
Notes
Notes:
svn path=/head/; revision=516192
Diffstat (limited to 'devel/kf5-kdbusaddons/Makefile')
-rw-r--r-- | devel/kf5-kdbusaddons/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/kf5-kdbusaddons/Makefile b/devel/kf5-kdbusaddons/Makefile index 420c77afda43..c271476177e0 100644 --- a/devel/kf5-kdbusaddons/Makefile +++ b/devel/kf5-kdbusaddons/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdbusaddons DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org |