Date: Tue, 14 Jul 2015 14:32:52 +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: r392005 - branches/2015Q3/audio/amarok-kde4 Message-ID: <201507141432.t6EEWqA2034870@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jul 14 14:32:51 2015 New Revision: 392005 URL: https://svnweb.freebsd.org/changeset/ports/392005 Log: MFH: r392002 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q3/audio/amarok-kde4/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/audio/amarok-kde4/Makefile ============================================================================== --- branches/2015Q3/audio/amarok-kde4/Makefile Tue Jul 14 14:32:40 2015 (r392004) +++ branches/2015Q3/audio/amarok-kde4/Makefile Tue Jul 14 14:32:51 2015 (r392005) @@ -3,7 +3,7 @@ PORTNAME= amarok PORTVERSION= 2.8.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src @@ -31,7 +31,8 @@ USE_QT4= corelib dbus designer gui netwo phonon script sql svg webkit xml \ qmake_build moc_build rcc_build uic_build USE_XORG= x11 -USES= cmake pkgconfig shared-mime-info tar:bzip2 +USES= cmake pkgconfig shared-mime-info shebangfix tar:bzip2 +SHEBANG_FILES= src/kconf_update/amarok-2.4.1-tokens_syntax_update.pl USE_LDCONFIG= yes BROKEN_sparc64= does not build (GCC-related error)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507141432.t6EEWqA2034870>