svn commit: r393111 - head/devel/universalindentgui

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 28 21:28:06 UTC 2015


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
 


More information about the svn-ports-head mailing list