diff options
author | tota <tota@FreeBSD.org> | 2016-10-08 15:42:33 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2016-10-08 15:42:33 +0800 |
commit | feacae87e8e808c12b929f6519ae5fc8ac1bf8f3 (patch) | |
tree | 8e370a11c8f1556d16f720a438e8ffe868e9a540 /www | |
parent | 70c32db2e2fabfee3d6b728fd51bef29cf9687af (diff) | |
download | freebsd-ports-gnome-feacae87e8e808c12b929f6519ae5fc8ac1bf8f3.tar.gz freebsd-ports-gnome-feacae87e8e808c12b929f6519ae5fc8ac1bf8f3.tar.zst freebsd-ports-gnome-feacae87e8e808c12b929f6519ae5fc8ac1bf8f3.zip |
- Update to 1.4.1
- Fix LICENSE section
- Update WWW: line in pkg-descr
Diffstat (limited to 'www')
-rw-r--r-- | www/R-cran-RgoogleMaps/Makefile | 10 | ||||
-rw-r--r-- | www/R-cran-RgoogleMaps/distinfo | 5 | ||||
-rw-r--r-- | www/R-cran-RgoogleMaps/pkg-descr | 2 |
3 files changed, 9 insertions, 8 deletions
diff --git a/www/R-cran-RgoogleMaps/Makefile b/www/R-cran-RgoogleMaps/Makefile index d8cbd38e9376..f410a6ddd7a4 100644 --- a/www/R-cran-RgoogleMaps/Makefile +++ b/www/R-cran-RgoogleMaps/Makefile @@ -2,18 +2,18 @@ # $FreeBSD$ PORTNAME= RgoogleMaps -PORTVERSION= 1.2.0.7 +PORTVERSION= 1.4.1 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Overlays on Google map tiles in R -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ -RUN_DEPENDS= R-cran-png>0:graphics/R-cran-png \ - R-cran-RJSONIO>0:converters/R-cran-RJSONIO +CRAN_DEPENDS= R-cran-png>0:graphics/R-cran-png +RUN_DEPENDS= ${CRAN_DEPENDS} +BUILD_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist diff --git a/www/R-cran-RgoogleMaps/distinfo b/www/R-cran-RgoogleMaps/distinfo index 416047972e6f..a5133a777343 100644 --- a/www/R-cran-RgoogleMaps/distinfo +++ b/www/R-cran-RgoogleMaps/distinfo @@ -1,2 +1,3 @@ -SHA256 (RgoogleMaps_1.2.0.7.tar.gz) = 9c268a5a554ad6da69fb560d88dea9c86ec9e9a56b691f1b63faedfe20826712 -SIZE (RgoogleMaps_1.2.0.7.tar.gz) = 645662 +TIMESTAMP = 1474366540 +SHA256 (RgoogleMaps_1.4.1.tar.gz) = 5831cac4affa5e6f1ee25ebf92ccfc164a9bf8b7ca4d711291824f42a1a5553b +SIZE (RgoogleMaps_1.4.1.tar.gz) = 875028 diff --git a/www/R-cran-RgoogleMaps/pkg-descr b/www/R-cran-RgoogleMaps/pkg-descr index 50dc777dbc52..146e57e28a7e 100644 --- a/www/R-cran-RgoogleMaps/pkg-descr +++ b/www/R-cran-RgoogleMaps/pkg-descr @@ -4,4 +4,4 @@ This package serves two purposes: (ii) Use the map as a background image to overlay plots within R. This requires proper coordinate scaling. -WWW: http://cran.r-project.org/web/packages/RgoogleMaps/ +WWW: https://cran.r-project.org/web/packages/RgoogleMaps/ |