svn commit: r336928 - head/math/R-cran-RSvgDevice
David Naylor
dbn at FreeBSD.org
Thu Dec 19 15:37:08 UTC 2013
Author: dbn
Date: Thu Dec 19 15:37:07 2013
New Revision: 336928
URL: http://svnweb.freebsd.org/changeset/ports/336928
Log:
Add LICENSE (GPLv2+) to math/R-cran-RSvgDevice and bump PORTREVISION.
- PORTREVISION is bumped as some may reject the license.
Modified:
head/math/R-cran-RSvgDevice/Makefile
head/math/R-cran-RSvgDevice/pkg-descr
Modified: head/math/R-cran-RSvgDevice/Makefile
==============================================================================
--- head/math/R-cran-RSvgDevice/Makefile Thu Dec 19 15:34:12 2013 (r336927)
+++ head/math/R-cran-RSvgDevice/Makefile Thu Dec 19 15:37:07 2013 (r336928)
@@ -10,6 +10,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= dbn at FreeBSD.org
COMMENT= A R SVG graphics device
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
Modified: head/math/R-cran-RSvgDevice/pkg-descr
==============================================================================
--- head/math/R-cran-RSvgDevice/pkg-descr Thu Dec 19 15:34:12 2013 (r336927)
+++ head/math/R-cran-RSvgDevice/pkg-descr Thu Dec 19 15:37:07 2013 (r336928)
@@ -1,4 +1,4 @@
A graphics device for R that uses the w3.org xml standard
for Scalable Vector Graphics.
-WWW: http://cran.r-project.org/web/packages/RSvgDevice/index.html
+WWW: http://cran.r-project.org/web/packages/RSvgDevice/index.html
More information about the svn-ports-all
mailing list