Skip to content

Commit

Permalink
textproc/R-cran-readxl: upgrade to 1.4.1
Browse files Browse the repository at this point in the history
- license changed to MIT;

- release notes at
	<https://cloud.r-project.org/web/packages/readxl/news/news.html>.
  • Loading branch information
thierry-FreeBSD committed Dec 28, 2022
1 parent 698df5e commit ffb5c7b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
8 changes: 4 additions & 4 deletions textproc/R-cran-readxl/Makefile
@@ -1,18 +1,18 @@
PORTNAME= readxl
DISTVERSION= 1.3.1
PORTREVISION= 2
DISTVERSION= 1.4.1
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT= Read Excel Files
WWW= https://readxl.tidyverse.org

LICENSE= GPLv3
LICENSE= MIT

BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \
R-cran-cpp11>=0.4.0:devel/R-cran-cpp11 \
R-cran-progress>0:devel/R-cran-progress
RUN_DEPENDS= R-cran-Rcpp>=0.12.18:devel/R-cran-Rcpp \
RUN_DEPENDS= R-cran-cpp11>=0.4.0:devel/R-cran-cpp11 \
R-cran-tibble>=1.3.1:devel/R-cran-tibble \
R-cran-cellranger>0:textproc/R-cran-cellranger \
R-cran-progress>0:devel/R-cran-progress
Expand Down
6 changes: 3 additions & 3 deletions textproc/R-cran-readxl/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1554053523
SHA256 (readxl_1.3.1.tar.gz) = 24b441713e2f46a3e7c6813230ad6ea4d4ddf7e0816ad76614f33094fbaaaa96
SIZE (readxl_1.3.1.tar.gz) = 2056165
TIMESTAMP = 1672253240
SHA256 (readxl_1.4.1.tar.gz) = f6bebb7f940fb21baacd60345b7075c77eb1d026466c55e6a36148de680da1fa
SIZE (readxl_1.4.1.tar.gz) = 2090383
10 changes: 0 additions & 10 deletions textproc/R-cran-readxl/files/patch-src_ColSpec.h

This file was deleted.

2 changes: 2 additions & 0 deletions textproc/R-cran-readxl/pkg-descr
Expand Up @@ -2,3 +2,5 @@ Import excel files into R. Supports '.xls' via the embedded 'libxls' C library
<https://github.com/libxls/libxls> and '.xlsx' via the embedded 'RapidXML' C++
library <http://rapidxml.sourceforge.net>. Works on Windows, Mac and Linux
without external dependencies.

See also <https://cran.r-project.org/package=readxl>.

0 comments on commit ffb5c7b

Please sign in to comment.