svn commit: r389813 - branches/2015Q2/textproc/p5-Spreadsheet-ParseExcel
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 16 01:33:50 UTC 2015
Author: amdmi3
Date: Tue Jun 16 01:33:49 2015
New Revision: 389813
URL: https://svnweb.freebsd.org/changeset/ports/389813
Log:
MFH: r387752
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
Approved by: ports-secteam (shebang fix blanket)
Modified:
branches/2015Q2/textproc/p5-Spreadsheet-ParseExcel/Makefile
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/textproc/p5-Spreadsheet-ParseExcel/Makefile
==============================================================================
--- branches/2015Q2/textproc/p5-Spreadsheet-ParseExcel/Makefile Tue Jun 16 01:30:19 2015 (r389812)
+++ branches/2015Q2/textproc/p5-Spreadsheet-ParseExcel/Makefile Tue Jun 16 01:33:49 2015 (r389813)
@@ -3,7 +3,7 @@
PORTNAME= Spreadsheet-ParseExcel
PORTVERSION= 0.65
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
@@ -17,8 +17,11 @@ BUILD_DEPENDS= p5-OLE-Storage_Lite>=0.19
p5-Digest-Perl-MD5>=0:${PORTSDIR}/security/p5-Digest-Perl-MD5
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= sample/parse.pl \
+ sample/xls2csv.pl
USE_PERL5= configure
+NO_ARCH= yes
OPTIONS_DEFINE= EXAMPLES
More information about the svn-ports-all
mailing list