svn commit: r392019 - branches/2015Q3/irc/konversation-kde4

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 14 15:13:32 UTC 2015


Author: amdmi3
Date: Tue Jul 14 15:13:30 2015
New Revision: 392019
URL: https://svnweb.freebsd.org/changeset/ports/392019

Log:
  MFH: r392017
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/irc/konversation-kde4/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/irc/konversation-kde4/Makefile
==============================================================================
--- branches/2015Q3/irc/konversation-kde4/Makefile	Tue Jul 14 15:12:05 2015	(r392018)
+++ branches/2015Q3/irc/konversation-kde4/Makefile	Tue Jul 14 15:13:30 2015	(r392019)
@@ -3,6 +3,7 @@
 
 PORTNAME=	konversation
 PORTVERSION=	1.5.1
+PORTREVISION=	1
 CATEGORIES=	irc kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}/src
 
@@ -15,6 +16,7 @@ USES=		cmake:outsource gettext shebangfi
 USE_KDE4=	kdeprefix pimlibs automoc4
 USE_QT4=	qmake_build moc_build rcc_build uic_build
 
-SHEBANG_FILES=	data/scripts/mail
+SHEBANG_FILES=	data/scripts/mail \
+		data/updaters/*.pl
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list