diff options
-rw-r--r-- | math/R-CGIwithR/Makefile | 12 | ||||
-rw-r--r-- | math/R-CGIwithR/distinfo | 8 |
2 files changed, 12 insertions, 8 deletions
diff --git a/math/R-CGIwithR/Makefile b/math/R-CGIwithR/Makefile index 696704eee51..93edfd75a08 100644 --- a/math/R-CGIwithR/Makefile +++ b/math/R-CGIwithR/Makefile @@ -1,16 +1,20 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:09:59 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/10/13 11:12:52 markd Exp $ # -PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= mchittur@cs.nmsu.edu -HOMEPAGE= ${R_HOMEPAGE_BASE}/CGIwithR.html +HOMEPAGE= ${R_HOMEPAGE_BASE}/CGIwithR/ COMMENT= Facilities for the use of R to write CGI scripts R_PKGNAME= CGIwithR -R_PKGVER= 0.61 +R_PKGVER= 0.72 + +REPLACE_INTERPRETER+= r +REPLACE.r.old= .*R +REPLACE.r.new= ${PREFIX}/bin/R +REPLACE_FILES.r= inst/examples/dangerous.R inst/examples/trivial.R .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-CGIwithR/distinfo b/math/R-CGIwithR/distinfo index 6e488bcbec1..08ec9829c8c 100644 --- a/math/R-CGIwithR/distinfo +++ b/math/R-CGIwithR/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/11/04 07:42:19 rillig Exp $ +$NetBSD: distinfo,v 1.2 2008/10/13 11:12:52 markd Exp $ -SHA1 (R/CGIwithR_0.61.tar.gz) = 08d70b874dd760cf6584552ff48bdec5bd1d32f0 -RMD160 (R/CGIwithR_0.61.tar.gz) = cf15785d0871729a34386b7361d0d4cfbb8ab0d2 -Size (R/CGIwithR_0.61.tar.gz) = 154744 bytes +SHA1 (R/CGIwithR_0.72.tar.gz) = 65836773c7c48a0d9c12694773addc9cc0ca30f5 +RMD160 (R/CGIwithR_0.72.tar.gz) = ee08acb17eac32f2a1928b0a4c7b5f31b7258669 +Size (R/CGIwithR_0.72.tar.gz) = 188770 bytes |