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 /x11/konsole/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 'x11/konsole/Makefile')
-rw-r--r-- | x11/konsole/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/konsole/Makefile b/x11/konsole/Makefile index e46f8972a3d2..8154e40b94cb 100644 --- a/x11/konsole/Makefile +++ b/x11/konsole/Makefile @@ -2,6 +2,7 @@ PORTNAME= konsole DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-applications # kde kde-applications-applications MAINTAINER= kde@FreeBSD.org |