mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.4.1
- Fix LICENSE section - Update WWW: line in pkg-descr
This commit is contained in:
parent
0e4698996a
commit
43c45ac624
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423492
3 changed files with 9 additions and 8 deletions
|
@ -2,18 +2,18 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= RgoogleMaps
|
PORTNAME= RgoogleMaps
|
||||||
PORTVERSION= 1.2.0.7
|
PORTVERSION= 1.4.1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= tota@FreeBSD.org
|
MAINTAINER= tota@FreeBSD.org
|
||||||
COMMENT= Overlays on Google map tiles in R
|
COMMENT= Overlays on Google map tiles in R
|
||||||
|
|
||||||
LICENSE= GPLv2 GPLv3
|
LICENSE= GPLv2+
|
||||||
LICENSE_COMB= dual
|
|
||||||
|
|
||||||
RUN_DEPENDS= R-cran-png>0:graphics/R-cran-png \
|
CRAN_DEPENDS= R-cran-png>0:graphics/R-cran-png
|
||||||
R-cran-RJSONIO>0:converters/R-cran-RJSONIO
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
||||||
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
||||||
|
|
||||||
USES= cran:auto-plist
|
USES= cran:auto-plist
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (RgoogleMaps_1.2.0.7.tar.gz) = 9c268a5a554ad6da69fb560d88dea9c86ec9e9a56b691f1b63faedfe20826712
|
TIMESTAMP = 1474366540
|
||||||
SIZE (RgoogleMaps_1.2.0.7.tar.gz) = 645662
|
SHA256 (RgoogleMaps_1.4.1.tar.gz) = 5831cac4affa5e6f1ee25ebf92ccfc164a9bf8b7ca4d711291824f42a1a5553b
|
||||||
|
SIZE (RgoogleMaps_1.4.1.tar.gz) = 875028
|
||||||
|
|
|
@ -4,4 +4,4 @@ This package serves two purposes:
|
||||||
(ii) Use the map as a background image to overlay plots within R.
|
(ii) Use the map as a background image to overlay plots within R.
|
||||||
This requires proper coordinate scaling.
|
This requires proper coordinate scaling.
|
||||||
|
|
||||||
WWW: http://cran.r-project.org/web/packages/RgoogleMaps/
|
WWW: https://cran.r-project.org/web/packages/RgoogleMaps/
|
||||||
|
|
Loading…
Add table
Reference in a new issue