From owner-dev-commits-ports-main@freebsd.org Fri Jun 4 10:38:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E8F1564C0C2; Fri, 4 Jun 2021 10:38:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FxK426828z4s6T; Fri, 4 Jun 2021 10:38:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BB04A1BAE5; Fri, 4 Jun 2021 10:38:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 154AcQdb007124; Fri, 4 Jun 2021 10:38:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 154AcQuX007123; Fri, 4 Jun 2021 10:38:26 GMT (envelope-from git) Date: Fri, 4 Jun 2021 10:38:26 GMT Message-Id: <202106041038.154AcQuX007123@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adriaan de Groot Subject: git: 897891227032 - main - x11/konsole: allow /bin/sh as shell MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adridg X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 89789122703299f245224d5be66e3d94f263a97f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2021 10:38:27 -0000 The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=89789122703299f245224d5be66e3d94f263a97f commit 89789122703299f245224d5be66e3d94f263a97f Author: Adriaan de Groot AuthorDate: 2021-06-04 10:32:42 +0000 Commit: Adriaan de Groot CommitDate: 2021-06-04 10:38:24 +0000 x11/konsole: allow /bin/sh as shell This pulls in an upstream fix (developed by Kurt Hindenburg and myself) to correct a logic error that disallows /bin/sh as shell in konsole sessions. While here, reduce dependencies a little (helloSystem might like that) because ecm is a build-dep and only very rarely a runtime-dep; kdelibs4support isn't needed at all. --- x11/konsole/Makefile | 12 +++++++----- x11/konsole/distinfo | 4 +++- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/x11/konsole/Makefile b/x11/konsole/Makefile index 56aac7fb5fee..71845efa501f 100644 --- a/x11/konsole/Makefile +++ b/x11/konsole/Makefile @@ -1,10 +1,11 @@ PORTNAME= konsole DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 kde kde-applications # kde kde-applications-applications PATCH_SITES= https://invent.kde.org/utilities/konsole/-/commit/ -PATCHFILES= 585f9a561a07ec1cf5c20af37229667a3009362a.diff:-p1 +PATCHFILES+= 585f9a561a07ec1cf5c20af37229667a3009362a.diff:-p1 +PATCHFILES+= 34ad14c8cee4ab352481bf2ba190df9f8b744d29.diff:-p1 MAINTAINER= kde@FreeBSD.org COMMENT= KDE terminal emulator @@ -19,10 +20,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++11-lang gettext pkgconfig kde:5 \ qt:5 tar:xz USE_KDE= auth attica bookmarks codecs completion config configwidgets \ - coreaddons crash dbusaddons ecm emoticons globalaccel guiaddons i18n \ - iconthemes init itemmodels jobwidgets kdelibs4support kio \ + coreaddons crash dbusaddons emoticons globalaccel guiaddons i18n \ + iconthemes init itemmodels jobwidgets kio \ newstuff notifications notifyconfig parts pty service sonnet \ - textwidgets widgetsaddons windowsystem xmlgui + textwidgets widgetsaddons windowsystem xmlgui \ + ecm_build USE_QT= concurrent core dbus gui network printsupport script scripttools sql \ widgets xml \ buildtools_build qmake_build diff --git a/x11/konsole/distinfo b/x11/konsole/distinfo index d921ac58131b..71dce5304c96 100644 --- a/x11/konsole/distinfo +++ b/x11/konsole/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1622274244 +TIMESTAMP = 1622802522 SHA256 (KDE/release-service/21.04.1/konsole-21.04.1.tar.xz) = 46802bbddca8dd4c264107a411a58c86cc7707c9210ddfbd38d8a971ea735293 SIZE (KDE/release-service/21.04.1/konsole-21.04.1.tar.xz) = 1277552 SHA256 (KDE/release-service/21.04.1/585f9a561a07ec1cf5c20af37229667a3009362a.diff) = f2fb1a996459e5092dabeb142ffc095be9d321bdefaae664369510683cc892de SIZE (KDE/release-service/21.04.1/585f9a561a07ec1cf5c20af37229667a3009362a.diff) = 644 +SHA256 (KDE/release-service/21.04.1/34ad14c8cee4ab352481bf2ba190df9f8b744d29.diff) = f991e65519328df95b53be5b184092df365ed2060a41b07733954af49e03f6ab +SIZE (KDE/release-service/21.04.1/34ad14c8cee4ab352481bf2ba190df9f8b744d29.diff) = 1042