From owner-svn-ports-head@freebsd.org Mon Sep 14 17:43:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CADEA0448F; Mon, 14 Sep 2015 17:43:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D97A1456; Mon, 14 Sep 2015 17:43:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8EHh91a087423; Mon, 14 Sep 2015 17:43:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8EHh8Ag087420; Mon, 14 Sep 2015 17:43:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509141743.t8EHh8Ag087420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 14 Sep 2015 17:43:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396915 - head/www/R-cran-Rpad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Sep 2015 17:43:09 -0000 Author: amdmi3 Date: Mon Sep 14 17:43:08 2015 New Revision: 396915 URL: https://svnweb.freebsd.org/changeset/ports/396915 Log: - Fix shebangs Approved by: portmgr blanket MFH: 2015Q3 (blanket) Modified: head/www/R-cran-Rpad/Makefile head/www/R-cran-Rpad/pkg-descr Modified: head/www/R-cran-Rpad/Makefile ============================================================================== --- head/www/R-cran-Rpad/Makefile Mon Sep 14 17:43:00 2015 (r396914) +++ head/www/R-cran-Rpad/Makefile Mon Sep 14 17:43:08 2015 (r396915) @@ -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 Modified: head/www/R-cran-Rpad/pkg-descr ============================================================================== --- head/www/R-cran-Rpad/pkg-descr Mon Sep 14 17:43:00 2015 (r396914) +++ head/www/R-cran-Rpad/pkg-descr Mon Sep 14 17:43:08 2015 (r396915) @@ -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/