aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-14 17:45:09 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-14 17:45:09 +0000
commite6773656b637577647e2ce851a65061f5ce78bff (patch)
tree03bc4ad429ebeb784c595745db1a387f0806985d
parent42b572133d02325841bcc3f7458fb8e2931762e8 (diff)
downloadports-e6773656b637577647e2ce851a65061f5ce78bff.tar.gz
ports-e6773656b637577647e2ce851a65061f5ce78bff.zip
MFH: r396915
- Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket
Notes
Notes: svn path=/branches/2015Q3/; revision=396917
-rw-r--r--www/R-cran-Rpad/Makefile13
-rw-r--r--www/R-cran-Rpad/pkg-descr2
2 files changed, 12 insertions, 3 deletions
diff --git a/www/R-cran-Rpad/Makefile b/www/R-cran-Rpad/Makefile
index e874ea29cc78..dd98de619868 100644
--- a/www/R-cran-Rpad/Makefile
+++ b/www/R-cran-Rpad/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Rpad
PORTVERSION= 1.3.0
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= www
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -12,6 +12,15 @@ COMMENT= Workbook-style, web-based interface to R
LICENSE= GPLv2
-USES= cran:auto-plist
+USES= cran:auto-plist shebangfix
+SHEBANG_FILES= inst/basehtml/editor/htmlarea/examples/*.cgi \
+ inst/basehtml/editor/htmlarea/plugins/SpellChecker/spell-check-logic.cgi \
+ inst/basehtml/server/*.pl \
+ inst/serverversion/Statistics-R_perl_interface/script/*.pl
+
+post-patch:
+ @${REINPLACE_CMD} -i '' -e 's|c:/apps/perl/bin/perl.exe|${perl_CMD}|' \
+ ${WRKSRC}/inst/basehtml/server/fileupload.pl
+ @${RMDIR} ${WRKSRC}/inst/basehtml/editor/htmlarea/examples/test
.include <bsd.port.mk>
diff --git a/www/R-cran-Rpad/pkg-descr b/www/R-cran-Rpad/pkg-descr
index 2884c1c05a8c..7eb706f8f18f 100644
--- a/www/R-cran-Rpad/pkg-descr
+++ b/www/R-cran-Rpad/pkg-descr
@@ -6,4 +6,4 @@ it easy to develop powerful data analysis applications that can be
shared with others (most likely on an intranet). The user doesn't
have to install anything--everything's done through a browser.
-WWW: http://cran.r-project.org/web/packages/Rpad/
+WWW: http://cran.r-project.org/web/packages/Rpad/