svn commit: r439504 - head/sysutils/nepomuk-core

Tobias C. Berner tcberner at FreeBSD.org
Thu Apr 27 05:14:33 UTC 2017


Author: tcberner
Date: Thu Apr 27 05:14:31 2017
New Revision: 439504
URL: https://svnweb.freebsd.org/changeset/ports/439504

Log:
  Fix shebangs.
  
  Reported by:	miwi
  Approved by:	rakuco (mentor)

Modified:
  head/sysutils/nepomuk-core/Makefile

Modified: head/sysutils/nepomuk-core/Makefile
==============================================================================
--- head/sysutils/nepomuk-core/Makefile	Thu Apr 27 05:14:01 2017	(r439503)
+++ head/sysutils/nepomuk-core/Makefile	Thu Apr 27 05:14:31 2017	(r439504)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nepomuk-core
 PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	sysutils kde kde-kde4
 
 MAINTAINER=	kde at FreeBSD.org
@@ -16,13 +16,15 @@ LIB_DEPENDS=	libpoppler-qt4.so:graphics/
 		libepub.so:textproc/ebook-tools \
 		libqmobipocket.so:graphics/kdegraphics4-mobipocket
 
-USES=		cmake:outsource kde:4 tar:xz
+USES=		cmake:outsource kde:4 python:run shebangfix tar:xz
 USE_KDE=	automoc4 baloo kdelibs kfilemetadata \
 		ontologies soprano
 USE_QT4=	corelib dbus gui qmake_build moc_build rcc_build uic_build
 USE_LDCONFIG=	yes
 MAKE_ENV=	XDG_CONFIG_HOME=/dev/null
 
+SHEBANG_FILES=	services/storage/rcgen/nepomuk-simpleresource-rcgen.py
+
 SUB_FILES=	nepomuk-env.sh
 
 post-install:


More information about the svn-ports-head mailing list