diff options
author | mef <mef@pkgsrc.org> | 2020-09-20 21:47:31 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-09-20 21:47:31 +0000 |
commit | 682447b9bcc308cf059825b845bbf69dc3079a46 (patch) | |
tree | 5eb7e5ac28fa95ef288ef7c66748264ccc4eade6 | |
parent | 03a77c2e81c24230a7cddba524df7dc922f5fc23 (diff) | |
download | pkgsrc-682447b9bcc308cf059825b845bbf69dc3079a46.tar.gz |
(devel/R-whisker) Updated 0.3.2 to 0.4. make test passed
0.4
- Fixed issue #12: inconsistent treatment of new lines (Thanks to @danhalligan)
- Updated documentation for disabling html escaping. (issue #16)(Thanks to @ctbrown)
0.3-3
- Added an option "strict" to render. Setting it to FALSE allows for "." in names
and use "$" for splitting which is a more natural R syntax.
-rw-r--r-- | devel/R-whisker/Makefile | 4 | ||||
-rw-r--r-- | devel/R-whisker/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/R-whisker/Makefile b/devel/R-whisker/Makefile index 9acdd87341c..d768eadf114 100644 --- a/devel/R-whisker/Makefile +++ b/devel/R-whisker/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2019/08/09 18:26:15 brook Exp $ +# $NetBSD: Makefile,v 1.2 2020/09/20 21:47:31 mef Exp $ R_PKGNAME= whisker -R_PKGVER= 0.3-2 +R_PKGVER= 0.4 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/R-whisker/distinfo b/devel/R-whisker/distinfo index af20c3c813c..2c292c4fe0b 100644 --- a/devel/R-whisker/distinfo +++ b/devel/R-whisker/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/08/09 18:26:15 brook Exp $ +$NetBSD: distinfo,v 1.2 2020/09/20 21:47:31 mef Exp $ -SHA1 (R/whisker_0.3-2.tar.gz) = 99c47579b0c6c5cbb57df2bd021be2e49f00dc00 -RMD160 (R/whisker_0.3-2.tar.gz) = 12680557e87bdba6be61d6aace1ddb6d61a01670 -SHA512 (R/whisker_0.3-2.tar.gz) = 9eb82854fcc06f38371613191d5fac4dd1a11dee2399a2035341055772d7b8fb7941620f77eea560944a99a4c9bb5ec0ca7ee8e15a085040f4e0c5393f08a09a -Size (R/whisker_0.3-2.tar.gz) = 27707 bytes +SHA1 (R/whisker_0.4.tar.gz) = 25000ddd09cae4a47fc91e54f273018f782e5240 +RMD160 (R/whisker_0.4.tar.gz) = b0facdbc72fd0f57bdeecf33e55ca515920b20f0 +SHA512 (R/whisker_0.4.tar.gz) = 257dfcf9f8df6a59004e21fdad3a0e0958b4070e7d293e573ef8b4a237d1e3cab049384ddb266d9a5ef385564c3aef265d82e275c9bb8c8baa608ed88ab95584 +Size (R/whisker_0.4.tar.gz) = 28574 bytes |