svn commit: r439503 - head/irc/konversation-kde4

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


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

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

Modified:
  head/irc/konversation-kde4/Makefile

Modified: head/irc/konversation-kde4/Makefile
==============================================================================
--- head/irc/konversation-kde4/Makefile	Thu Apr 27 05:12:55 2017	(r439502)
+++ head/irc/konversation-kde4/Makefile	Thu Apr 27 05:14:01 2017	(r439503)
@@ -3,7 +3,7 @@
 
 PORTNAME=	konversation
 PORTVERSION=	1.5.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	irc kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}/src
 
@@ -12,11 +12,16 @@ COMMENT=	User friendly IRC client for KD
 
 LIB_DEPENDS=	libqca.so:devel/qca
 
-USES=		cmake:outsource gettext kde:4 shebangfix tar:xz
+USES=		cmake:outsource gettext kde:4 python:run shebangfix tar:xz
 USE_KDE=	pimlibs automoc4
 USE_QT4=	qmake_build moc_build rcc_build uic_build
 
-SHEBANG_FILES=	data/scripts/mail \
+SHEBANG_FILES=	data/scripts/bug \
+		data/scripts/cmd \
+		data/scripts/mail \
+		data/scripts/media \
+		data/scripts/sayclip \
+		data/scripts/sysinfo \
 		data/updaters/*.pl
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list