From owner-svn-ports-branches@freebsd.org Tue Jul 14 15:13:32 2015 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 65D049A1944; Tue, 14 Jul 2015 15:13:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 375C7863; Tue, 14 Jul 2015 15:13:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6EFDVhO057840; Tue, 14 Jul 2015 15:13:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6EFDVqA057839; Tue, 14 Jul 2015 15:13:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507141513.t6EFDVqA057839@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 14 Jul 2015 15:13:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392019 - branches/2015Q3/irc/konversation-kde4 X-SVN-Group: ports-branches 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.20 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: Tue, 14 Jul 2015 15:13:32 -0000 Author: amdmi3 Date: Tue Jul 14 15:13:30 2015 New Revision: 392019 URL: https://svnweb.freebsd.org/changeset/ports/392019 Log: MFH: r392017 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q3/irc/konversation-kde4/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/irc/konversation-kde4/Makefile ============================================================================== --- branches/2015Q3/irc/konversation-kde4/Makefile Tue Jul 14 15:12:05 2015 (r392018) +++ branches/2015Q3/irc/konversation-kde4/Makefile Tue Jul 14 15:13:30 2015 (r392019) @@ -3,6 +3,7 @@ PORTNAME= konversation PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= irc kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src @@ -15,6 +16,7 @@ USES= cmake:outsource gettext shebangfi USE_KDE4= kdeprefix pimlibs automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build -SHEBANG_FILES= data/scripts/mail +SHEBANG_FILES= data/scripts/mail \ + data/updaters/*.pl .include