svn commit: r440438 - head/misc/tellico-kde4

Tobias C. Berner tcberner at FreeBSD.org
Mon May 8 16:11:54 UTC 2017


Author: tcberner
Date: Mon May  8 16:11:52 2017
New Revision: 440438
URL: https://svnweb.freebsd.org/changeset/ports/440438

Log:
  Fix shebangs
  
  * For this, make the implicit run-time dependency on python explicit.
  
  Reported by:	miwi
  Approved by:	rakuco (mentor, implicit)

Modified:
  head/misc/tellico-kde4/Makefile

Modified: head/misc/tellico-kde4/Makefile
==============================================================================
--- head/misc/tellico-kde4/Makefile	Mon May  8 15:23:01 2017	(r440437)
+++ head/misc/tellico-kde4/Makefile	Mon May  8 16:11:52 2017	(r440438)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tellico
 PORTVERSION=	2.3.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc kde
 MASTER_SITES=	http://tellico-project.org/files/
 
@@ -20,11 +20,17 @@ LIB_DEPENDS=	libexempi.so:textproc/exemp
 		libtag.so:audio/taglib \
 		libyaz.so:net/yaz
 
-USES=		cmake gettext kde:4 pkgconfig shared-mime-info tar:bzip2
+USES=		cmake gettext kde:4 pkgconfig python:run \
+		shared-mime-info shebangfix tar:bzip2
 USE_GNOME=	libxml2 libxslt
 USE_KDE=	kdelibs libksane pimlibs soprano \
 		automoc4 qimageblitz libkcddb libkcompactdisc
 USE_QT4=	corelib dbus gui network phonon svg xml \
 		qmake_build moc_build uic_build rcc_build
 
+SHEBANG_FILES=	src/fetch/scripts/bedetheque.py \
+		src/fetch/scripts/dark_horse_comics.py \
+		src/fetch/scripts/fr.allocine.py \
+		src/fetch/scripts/ministerio_de_cultura.py
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list