Skip to content

Commit 1e5c68a

Browse files
author
mef
committed
(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.
1 parent 663cea9 commit 1e5c68a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

devel/R-whisker/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.1 2019/08/09 18:26:15 brook Exp $
1+
# $NetBSD: Makefile,v 1.2 2020/09/20 21:47:31 mef Exp $
22

33
R_PKGNAME= whisker
4-
R_PKGVER= 0.3-2
4+
R_PKGVER= 0.4
55
CATEGORIES= devel
66

77
MAINTAINER= pkgsrc-users@NetBSD.org

devel/R-whisker/distinfo

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.1 2019/08/09 18:26:15 brook Exp $
1+
$NetBSD: distinfo,v 1.2 2020/09/20 21:47:31 mef Exp $
22

3-
SHA1 (R/whisker_0.3-2.tar.gz) = 99c47579b0c6c5cbb57df2bd021be2e49f00dc00
4-
RMD160 (R/whisker_0.3-2.tar.gz) = 12680557e87bdba6be61d6aace1ddb6d61a01670
5-
SHA512 (R/whisker_0.3-2.tar.gz) = 9eb82854fcc06f38371613191d5fac4dd1a11dee2399a2035341055772d7b8fb7941620f77eea560944a99a4c9bb5ec0ca7ee8e15a085040f4e0c5393f08a09a
6-
Size (R/whisker_0.3-2.tar.gz) = 27707 bytes
3+
SHA1 (R/whisker_0.4.tar.gz) = 25000ddd09cae4a47fc91e54f273018f782e5240
4+
RMD160 (R/whisker_0.4.tar.gz) = b0facdbc72fd0f57bdeecf33e55ca515920b20f0
5+
SHA512 (R/whisker_0.4.tar.gz) = 257dfcf9f8df6a59004e21fdad3a0e0958b4070e7d293e573ef8b4a237d1e3cab049384ddb266d9a5ef385564c3aef265d82e275c9bb8c8baa608ed88ab95584
6+
Size (R/whisker_0.4.tar.gz) = 28574 bytes

0 commit comments

Comments
 (0)