Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2018 09:30:18 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488365 - head/textproc/R-cran-readxl
Message-ID:  <201812260930.wBQ9UILf095822@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812260930.wBQ9UILf095822>