Date: Mon, 14 Sep 2015 17:45:10 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396917 - branches/2015Q3/www/R-cran-Rpad Message-ID: <201509141745.t8EHjAhC087771@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Sep 14 17:45:09 2015 New Revision: 396917 URL: https://svnweb.freebsd.org/changeset/ports/396917 Log: MFH: r396915 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/www/R-cran-Rpad/Makefile branches/2015Q3/www/R-cran-Rpad/pkg-descr Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/R-cran-Rpad/Makefile ============================================================================== --- branches/2015Q3/www/R-cran-Rpad/Makefile Mon Sep 14 17:44:50 2015 (r396916) +++ branches/2015Q3/www/R-cran-Rpad/Makefile Mon Sep 14 17:45:09 2015 (r396917) @@ -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 inter 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> Modified: branches/2015Q3/www/R-cran-Rpad/pkg-descr ============================================================================== --- branches/2015Q3/www/R-cran-Rpad/pkg-descr Mon Sep 14 17:44:50 2015 (r396916) +++ branches/2015Q3/www/R-cran-Rpad/pkg-descr Mon Sep 14 17:45:09 2015 (r396917) @@ -6,4 +6,4 @@ it easy to develop powerful data analysi 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509141745.t8EHjAhC087771>