svn commit: r488365 - head/textproc/R-cran-readxl

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 26 09:30:20 UTC 2018


Author: amdmi3
Date: Wed Dec 26 09:30:18 2018
New Revision: 488365
URL: https://svnweb.freebsd.org/changeset/ports/488365

Log:
  - Fix LICENSE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/R-cran-readxl/Makefile
  head/textproc/R-cran-readxl/pkg-descr

Modified: head/textproc/R-cran-readxl/Makefile
==============================================================================
--- head/textproc/R-cran-readxl/Makefile	Wed Dec 26 09:09:48 2018	(r488364)
+++ head/textproc/R-cran-readxl/Makefile	Wed Dec 26 09:30:18 2018	(r488365)
@@ -9,7 +9,9 @@ DISTNAME=	${PORTNAME}_${DISTVERSION}
 MAINTAINER=	dbn at 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 \

Modified: head/textproc/R-cran-readxl/pkg-descr
==============================================================================
--- head/textproc/R-cran-readxl/pkg-descr	Wed Dec 26 09:09:48 2018	(r488364)
+++ head/textproc/R-cran-readxl/pkg-descr	Wed Dec 26 09:30:18 2018	(r488365)
@@ -3,4 +3,4 @@ Import excel files into R. Supports '.xls' via the emb
 C++ library <https://rapidxml.sourceforge.net>. Works on Windows, Mac and Linux
 without external dependencies.
 
-WWW: http://readxl.tidyverse.org
+WWW: https://readxl.tidyverse.org/


More information about the svn-ports-all mailing list