svn commit: r392005 - branches/2015Q3/audio/amarok-kde4
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 14 14:32:53 UTC 2015
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)
More information about the svn-ports-all
mailing list