Date: Tue, 28 Oct 2014 12:26:47 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r371629 - branches/2014Q4/graphics/kphotoalbum-kde4 Message-ID: <201410281226.s9SCQlxO023772@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410281226.s9SCQlxO023772>