From owner-svn-ports-branches@freebsd.org Thu Aug 3 14:58:42 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E07DDC1D3B; Thu, 3 Aug 2017 14:58:42 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D6D080E8C; Thu, 3 Aug 2017 14:58:42 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v73EwfQx077216; Thu, 3 Aug 2017 14:58:41 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v73Ewf7o077215; Thu, 3 Aug 2017 14:58:41 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201708031458.v73Ewf7o077215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 3 Aug 2017 14:58:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447221 - branches/2017Q3/x11/yakuake-kde4 X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: branches/2017Q3/x11/yakuake-kde4 X-SVN-Commit-Revision: 447221 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2017 14:58:42 -0000 Author: feld Date: Thu Aug 3 14:58:41 2017 New Revision: 447221 URL: https://svnweb.freebsd.org/changeset/ports/447221 Log: MFH: r446522 x11/yakuake depend on x11/konsole. Submitted by: Gleb Popov <6yearold@gmail.com> Approved by: ports-secteam (with hat) Modified: branches/2017Q3/x11/yakuake-kde4/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/x11/yakuake-kde4/Makefile ============================================================================== --- branches/2017Q3/x11/yakuake-kde4/Makefile Thu Aug 3 14:57:37 2017 (r447220) +++ branches/2017Q3/x11/yakuake-kde4/Makefile Thu Aug 3 14:58:41 2017 (r447221) @@ -3,7 +3,7 @@ PORTNAME= yakuake PORTVERSION= 2.9.9 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src PKGNAMESUFFIX= -kde4 @@ -13,6 +13,8 @@ COMMENT= Drop-down terminal emulator for KDE LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= konsole:x11/konsole USES= cmake gettext kde:4 shebangfix tar:xz SHEBANG_FILES= data/updaters/yakuake-${PORTVERSION}-startupnotification.pl