textproc/R-cran-readxl: upgrade to 1.4.1

- license changed to MIT;

- release notes at
	<https://cloud.r-project.org/web/packages/readxl/news/news.html>.
This commit is contained in:
Thierry Thomas 2022-12-28 20:00:44 +01:00
parent 698df5ef30
commit ffb5c7b8bc
4 changed files with 9 additions and 17 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= readxl
DISTVERSION= 1.3.1
PORTREVISION= 2
DISTVERSION= 1.4.1
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
@ -8,11 +7,12 @@ 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

View File

@ -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

View File

@ -1,10 +0,0 @@
--- src/ColSpec.h.orig 2019-09-24 16:05:20 UTC
+++ src/ColSpec.h
@@ -1,6 +1,7 @@
#ifndef READXL_COLSPEC_
#define READXL_COLSPEC_
+#include <sys/types.h>
#include <Rcpp.h>
#include <libxls/xls.h>
#include "StringSet.h"

View File

@ -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>.