From owner-svn-ports-branches@FreeBSD.ORG Tue Oct 28 12:26:47 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 436FF872; Tue, 28 Oct 2014 12:26:47 +0000 (UTC) Received: from svn.freebsd.org (svn.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 2F69A212; Tue, 28 Oct 2014 12:26:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9SCQlBG023773; Tue, 28 Oct 2014 12:26:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9SCQlxO023772; Tue, 28 Oct 2014 12:26:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410281226.s9SCQlxO023772@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 28 Oct 2014 12:26:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r371629 - branches/2014Q4/graphics/kphotoalbum-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.18-1 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, 28 Oct 2014 12:26:47 -0000 Author: amdmi3 Date: Tue Oct 28 12:26:46 2014 New Revision: 371629 URL: https://svnweb.freebsd.org/changeset/ports/371629 QAT: https://qat.redports.org/buildarchive/r371629/ Log: MFH: r371613 - Fix shebangs Approved by: portmgr Modified: branches/2014Q4/graphics/kphotoalbum-kde4/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/graphics/kphotoalbum-kde4/Makefile ============================================================================== --- branches/2014Q4/graphics/kphotoalbum-kde4/Makefile Tue Oct 28 12:24:54 2014 (r371628) +++ branches/2014Q4/graphics/kphotoalbum-kde4/Makefile Tue Oct 28 12:26:46 2014 (r371629) @@ -3,7 +3,7 @@ PORTNAME= kphotoalbum PORTVERSION= 4.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src DIST_SUBDIR= KDE @@ -14,7 +14,8 @@ COMMENT= Image viewer and organizer for LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libexiv2.so:${PORTSDIR}/graphics/exiv2 -USES= cmake:outsource pkgconfig tar:bzip2 +USES= cmake:outsource pkgconfig shebangfix tar:bzip2 +SHEBANG_FILES= script/open-raw.pl script/kpa-backup.sh USE_KDE4= kdehier kdelibs kdeprefix libkdcraw libkipi automoc4 USE_QT4= phonon sql \ qmake_build moc_build rcc_build uic_build