pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/R-markdown (textproc/R-markdown) Updated 1.0 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8953745256f
branches:  trunk
changeset: 453998:e8953745256f
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Jun 05 07:17:09 2021 +0000

description:
(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".

diffstat:

 textproc/R-markdown/Makefile |   7 +++++--
 textproc/R-markdown/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (38 lines):

diff -r d033380fbf51 -r e8953745256f textproc/R-markdown/Makefile
--- a/textproc/R-markdown/Makefile      Sat Jun 05 07:15:36 2021 +0000
+++ b/textproc/R-markdown/Makefile      Sat Jun 05 07:17:09 2021 +0000
@@ -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@localhost
@@ -10,6 +10,9 @@
 
 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"
diff -r d033380fbf51 -r e8953745256f textproc/R-markdown/distinfo
--- a/textproc/R-markdown/distinfo      Sat Jun 05 07:15:36 2021 +0000
+++ b/textproc/R-markdown/distinfo      Sat Jun 05 07:17:09 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index