Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2015 21:30:16 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r393112 - branches/2015Q3/devel/universalindentgui
Message-ID:  <201507282130.t6SLUGca041224@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jul 28 21:30:15 2015
New Revision: 393112
URL: https://svnweb.freebsd.org/changeset/ports/393112

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

Modified:
  branches/2015Q3/devel/universalindentgui/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/devel/universalindentgui/Makefile
==============================================================================
--- branches/2015Q3/devel/universalindentgui/Makefile	Tue Jul 28 21:28:05 2015	(r393111)
+++ branches/2015Q3/devel/universalindentgui/Makefile	Tue Jul 28 21:30:15 2015	(r393112)
@@ -3,7 +3,7 @@
 
 PORTNAME=	universalindentgui
 PORTVERSION=	1.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	SF/universalindent/uigui/UniversalIndentGUI_${PORTVERSION}
 
@@ -12,7 +12,10 @@ COMMENT=	Graphical UI for multiple sourc
 
 LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
 
-USES=		dos2unix qmake
+USES=		dos2unix qmake shebangfix
+SHEBANG_FILES=	indenters/pindent.py \
+		indenters/rbeautify.rb \
+		indenters/ruby_formatter.rb
 USE_QT4=	moc_build uic_build rcc_build \
 		linguist_build network script gui
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507282130.t6SLUGca041224>