Sun Jan 1 01:29:51 2023 UTC ()
(devel/R-repr) Updated 1.1.3 to 1.1.4

repr 1.1.4
* See the [GitHub releases](https://github.com/IRkernel/repr/releases) page

    [#144] Fix html filter to also work with R 4.1.1 html (@renkun-ken)
    [#149] Switch CI to GH actions by (@flying-sheep)


(mef)
diff -r1.9 -r1.10 pkgsrc/devel/R-repr/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/R-repr/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/devel/R-repr/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-repr/Makefile 2021/06/06 13:07:29 1.9
+++ pkgsrc/devel/R-repr/Makefile 2023/01/01 01:29:51 1.10
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.9 2021/06/06 13:07:29 mef Exp $ 1# $NetBSD: Makefile,v 1.10 2023/01/01 01:29:51 mef Exp $
2 2
3R_PKGNAME= repr 3R_PKGNAME= repr
4R_PKGVER= 1.1.3 4R_PKGVER= 1.1.4
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8COMMENT= Serializable representations 8COMMENT= Serializable representations
9LICENSE= gnu-gpl-v3 9LICENSE= gnu-gpl-v3
10 10
11DEPENDS+= R-base64enc>=0.1.3:../../converters/R-base64enc 11DEPENDS+= R-base64enc>=0.1.3:../../converters/R-base64enc
12DEPENDS+= R-pillar>=1.4.0:../../misc/R-pillar 12DEPENDS+= R-pillar>=1.4.0:../../misc/R-pillar
13DEPENDS+= R-htmltools>=0.3.6:../../textproc/R-htmltools 13DEPENDS+= R-htmltools>=0.3.6:../../textproc/R-htmltools
14DEPENDS+= R-jsonlite>=1.6:../../textproc/R-jsonlite 14DEPENDS+= R-jsonlite>=1.6:../../textproc/R-jsonlite
15 15
16# Packages suggested but not available: 'Cairo', 'leaflet' 16# Packages suggested but not available: 'Cairo', 'leaflet'
17 17
18# Packages which this enhances but not available for checking: 18# Packages which this enhances but not available for checking:
19# 'data.table', 'vegalite', 'plotly', 'geojsonio' 19# 'data.table', 'htmlwidgets', 'vegalite', 'plotly', 'geojsonio'
20 20
21USE_LANGUAGES= # none 21USE_LANGUAGES= # none
22 22
23.include "../../math/R/Makefile.extension" 23.include "../../math/R/Makefile.extension"
24.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/devel/R-repr/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/R-repr/distinfo 2021/10/26 10:14:08 1.9
+++ pkgsrc/devel/R-repr/distinfo 2023/01/01 01:29:51 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2021/10/26 10:14:08 nia Exp $ 1$NetBSD: distinfo,v 1.10 2023/01/01 01:29:51 mef Exp $
2 2
3BLAKE2s (R/repr_1.1.3.tar.gz) = 3a6a048584bbfc5cfe3ff84b90c8b2fa679e9ebfe29973f9c4e0c526ada03ea4 3BLAKE2s (R/repr_1.1.4.tar.gz) = 188fe289e58138afa5267ea7b5fc2fd958ab089036d10d0a750d0ed63a5a267e
4SHA512 (R/repr_1.1.3.tar.gz) = ab6ba3a276345a1f4f87d97942efe87a636bd15d6b03b029a66ba8174f9393f9bb282d29863f1d168090cddb55f093b85da51258065866059889a47571369167 4SHA512 (R/repr_1.1.4.tar.gz) = b4ac70769cad6c5262b303a1aab27dde391afa64b11053d898bc723d52fe1c004103cb0d9bb18a52e27f234d23451cb9c6673a36c8a66e2cdd7018ad1218b8ca
5Size (R/repr_1.1.3.tar.gz) = 32225 bytes 5Size (R/repr_1.1.4.tar.gz) = 32248 bytes