svn commit: r372663 - branches/2014Q4/misc/sloccount
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Nov 17 11:35:50 UTC 2014
Author: amdmi3
Date: Mon Nov 17 11:35:49 2014
New Revision: 372663
URL: https://svnweb.freebsd.org/changeset/ports/372663
QAT: https://qat.redports.org/buildarchive/r372663/
Log:
MFH: r372652
- Fix shebangs
Approved by: portmgr (rea)
Modified:
branches/2014Q4/misc/sloccount/Makefile
Directory Properties:
branches/2014Q4/ (props changed)
Modified: branches/2014Q4/misc/sloccount/Makefile
==============================================================================
--- branches/2014Q4/misc/sloccount/Makefile Mon Nov 17 10:12:08 2014 (r372662)
+++ branches/2014Q4/misc/sloccount/Makefile Mon Nov 17 11:35:49 2014 (r372663)
@@ -3,13 +3,18 @@
PORTNAME= sloccount
PORTVERSION= 2.26
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.dwheeler.com/sloccount/
MAINTAINER= freaky at aagh.net
COMMENT= Counts physical Source Lines of Code (SLOC)
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= asm_count break_filelist cobol_count count_extensions \
+ f90_count fortran_count generic_count get_sloc \
+ get_sloc_details haskell_count lex_count modula3_count \
+ objc_count perl_count print_sum python_count sql_count
MAKEFILE= makefile
INSTALL_TARGET= install_programs install_man
More information about the svn-ports-all
mailing list