svn commit: r392014 - branches/2015Q3/games/klickety

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 14 15:09:44 UTC 2015


Author: amdmi3
Date: Tue Jul 14 15:09:43 2015
New Revision: 392014
URL: https://svnweb.freebsd.org/changeset/ports/392014

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

Modified:
  branches/2015Q3/games/klickety/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/games/klickety/Makefile
==============================================================================
--- branches/2015Q3/games/klickety/Makefile	Tue Jul 14 15:07:38 2015	(r392013)
+++ branches/2015Q3/games/klickety/Makefile	Tue Jul 14 15:09:43 2015	(r392014)
@@ -2,6 +2,7 @@
 
 PORTNAME=	klickety
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	games kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}
@@ -10,7 +11,8 @@ MAINTAINER=	kde at FreeBSD.org
 COMMENT=	${${PORTNAME}_DESC}
 
 USE_KDE4=	kdelibs kdeprefix libkdegames automoc4
-USES=		cmake:outsource tar:xz
+USES=		cmake:outsource shebangfix tar:xz
+SHEBANG_FILES=	klickety-2.0-inherit-ksame-highscore.pl
 USE_QT4=	corelib gui xml \
 		moc_build qmake_build rcc_build uic_build
 


More information about the svn-ports-all mailing list