svn commit: r391946 - branches/2015Q3/net/kget

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jul 13 20:09:43 UTC 2015


Author: amdmi3
Date: Mon Jul 13 20:09:42 2015
New Revision: 391946
URL: https://svnweb.freebsd.org/changeset/ports/391946

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

Modified:
  branches/2015Q3/net/kget/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/net/kget/Makefile
==============================================================================
--- branches/2015Q3/net/kget/Makefile	Mon Jul 13 20:07:19 2015	(r391945)
+++ branches/2015Q3/net/kget/Makefile	Mon Jul 13 20:09:42 2015	(r391946)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kget
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	net kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}
@@ -19,7 +20,8 @@ USE_SQLITE=	yes
 USE_KDE4=	kdelibs kdeprefix workspace libkonq \
 		nepomuk-core nepomuk-widgets automoc4 ontologies \
 		soprano
-USES=		cmake:outsource tar:xz
+USES=		cmake:outsource shebangfix tar:xz
+SHEBANG_FILES=	conf/*.pl
 USE_QT4=	gui sql moc_build qmake_build rcc_build uic_build
 USE_LDCONFIG=	yes
 MAKE_ENV=	XDG_CONFIG_HOME=/dev/null


More information about the svn-ports-branches mailing list