svn commit: r392002 - head/audio/amarok-kde4

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 14 14:23:25 UTC 2015


Author: amdmi3
Date: Tue Jul 14 14:23:24 2015
New Revision: 392002
URL: https://svnweb.freebsd.org/changeset/ports/392002

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/audio/amarok-kde4/Makefile

Modified: head/audio/amarok-kde4/Makefile
==============================================================================
--- head/audio/amarok-kde4/Makefile	Tue Jul 14 14:22:44 2015	(r392001)
+++ head/audio/amarok-kde4/Makefile	Tue Jul 14 14:23:24 2015	(r392002)
@@ -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-head mailing list