Date: Sat, 8 Oct 2016 07:42:33 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423492 - head/www/R-cran-RgoogleMaps Message-ID: <201610080742.u987gX0n056499@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sat Oct 8 07:42:33 2016 New Revision: 423492 URL: https://svnweb.freebsd.org/changeset/ports/423492 Log: - Update to 1.4.1 - Fix LICENSE section - Update WWW: line in pkg-descr Modified: head/www/R-cran-RgoogleMaps/Makefile (contents, props changed) head/www/R-cran-RgoogleMaps/distinfo (contents, props changed) head/www/R-cran-RgoogleMaps/pkg-descr (contents, props changed) Modified: head/www/R-cran-RgoogleMaps/Makefile ============================================================================== --- head/www/R-cran-RgoogleMaps/Makefile Sat Oct 8 07:34:55 2016 (r423491) +++ head/www/R-cran-RgoogleMaps/Makefile Sat Oct 8 07:42:33 2016 (r423492) @@ -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 Modified: head/www/R-cran-RgoogleMaps/distinfo ============================================================================== --- head/www/R-cran-RgoogleMaps/distinfo Sat Oct 8 07:34:55 2016 (r423491) +++ head/www/R-cran-RgoogleMaps/distinfo Sat Oct 8 07:42:33 2016 (r423492) @@ -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 Modified: head/www/R-cran-RgoogleMaps/pkg-descr ============================================================================== --- head/www/R-cran-RgoogleMaps/pkg-descr Sat Oct 8 07:34:55 2016 (r423491) +++ head/www/R-cran-RgoogleMaps/pkg-descr Sat Oct 8 07:42:33 2016 (r423492) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610080742.u987gX0n056499>