Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2015 21:28:06 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393111 - head/devel/universalindentgui
Message-ID:  <201507282128.t6SLS6NS040967@repo.freebsd.org>

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

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/devel/universalindentgui/Makefile

Modified: head/devel/universalindentgui/Makefile
==============================================================================
--- head/devel/universalindentgui/Makefile	Tue Jul 28 21:27:38 2015	(r393110)
+++ head/devel/universalindentgui/Makefile	Tue Jul 28 21:28:05 2015	(r393111)
@@ -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?201507282128.t6SLS6NS040967>