(textproc/R-markdown) Updated 1.0 to 1.1

CHANGES IN markdown VERSION 1.1
MAJOR CHANGES

  o renderMarkdown() and markdownToHTML() will signal an error if the input file
  is not encoded in "UTF-8".
This commit is contained in:
mef 2021-06-05 07:17:09 +00:00
parent d85c171298
commit c5a6a18687
2 changed files with 10 additions and 7 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.5 2019/08/08 19:53:57 brook Exp $
# $NetBSD: Makefile,v 1.6 2021/06/05 07:17:09 mef Exp $
R_PKGNAME= markdown
R_PKGVER= 1.0
R_PKGVER= 1.1
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
@ -10,6 +10,9 @@ LICENSE= gnu-gpl-v2
DEPENDS+= R-mime>=0.3:../../mail/R-mime
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-RCurl-[0-9]*:../../www/R-RCurl
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2019/07/31 20:54:53 brook Exp $
$NetBSD: distinfo,v 1.5 2021/06/05 07:17:09 mef Exp $
SHA1 (R/markdown_1.0.tar.gz) = 3f04138e715aa6fc6afa2c7c84f6911592dcd38e
RMD160 (R/markdown_1.0.tar.gz) = b7beeea282b3361220abe29b435b4246eb8f521c
SHA512 (R/markdown_1.0.tar.gz) = cab685d152ef3b1ec39103f02eec35a96c60d6b722a3179cde321c14ba8c312257bfa7ddc53d17355bb30f15673173341e6577ecf8780e37d6231688e252011a
Size (R/markdown_1.0.tar.gz) = 80843 bytes
SHA1 (R/markdown_1.1.tar.gz) = 1b0bfa0884f7895caadd587256edefbe47d8532d
RMD160 (R/markdown_1.1.tar.gz) = 7e7824e3cee9c2f9585a5c2acadb6fd8ae97b067
SHA512 (R/markdown_1.1.tar.gz) = d53da9b7d184154b866e85cad33f1ba836656bca4007486190c1767b7a79f003b86f34ee66c7349c96372c63c5b6762ea00dd5efb731d9b5e9f2aebddeb9b7da
Size (R/markdown_1.1.tar.gz) = 81050 bytes