From ab4a512a23f7ed8f5f8cb756324b50ed09ed244c Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 26 Dec 2018 09:30:18 +0000 Subject: [PATCH] - Fix LICENSE - Update WWW Approved by: portmgr blanket --- textproc/R-cran-readxl/Makefile | 4 +++- textproc/R-cran-readxl/pkg-descr | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/textproc/R-cran-readxl/Makefile b/textproc/R-cran-readxl/Makefile index 1ffe9ad54b41..d6b85bcb1654 100644 --- a/textproc/R-cran-readxl/Makefile +++ b/textproc/R-cran-readxl/Makefile @@ -9,7 +9,9 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= dbn@FreeBSD.org COMMENT= Read Excel Files -LICENSE= GPLv3 +LICENSE= GPLv3 BSD2CLAUSE +LICENSE_COMB= multi +LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE.note BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr RUN_DEPENDS= R-cran-Rcpp>=0.12.12:devel/R-cran-Rcpp \ diff --git a/textproc/R-cran-readxl/pkg-descr b/textproc/R-cran-readxl/pkg-descr index 934229ca9f0a..bb08ef10caa4 100644 --- a/textproc/R-cran-readxl/pkg-descr +++ b/textproc/R-cran-readxl/pkg-descr @@ -3,4 +3,4 @@ Import excel files into R. Supports '.xls' via the embedded 'libxls' C library C++ library . Works on Windows, Mac and Linux without external dependencies. -WWW: http://readxl.tidyverse.org +WWW: https://readxl.tidyverse.org/