diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2013-03-04 13:34:44 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2013-03-04 13:34:44 +0000 |
commit | 9aefe9734958c10144b302c8a858e02fd29764f0 (patch) | |
tree | 9a140b6e20d870c2f2d97dc99f79e9a494d3ac98 /net/R-cran-twitteR | |
parent | - Update to 0.9.3.1 (diff) |
- Update to 1.1.0
- Trim WWW: line in pkg-descr
Notes
Notes:
svn path=/head/; revision=313408
Diffstat (limited to 'net/R-cran-twitteR')
-rw-r--r-- | net/R-cran-twitteR/Makefile | 5 | ||||
-rw-r--r-- | net/R-cran-twitteR/distinfo | 4 | ||||
-rw-r--r-- | net/R-cran-twitteR/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/net/R-cran-twitteR/Makefile b/net/R-cran-twitteR/Makefile index c375bc9f2150..988be9b1cc77 100644 --- a/net/R-cran-twitteR/Makefile +++ b/net/R-cran-twitteR/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= twitteR -PORTVERSION= 0.99.19 -PORTREVISION= 4 +PORTVERSION= 1.1.0 CATEGORIES= net DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -13,7 +12,7 @@ COMMENT= R based Twitter client LICENSE= ART20 RUN_DEPENDS= R-cran-RCurl>0:${PORTSDIR}/ftp/R-cran-RCurl \ - R-cran-rjson>0:${PORTSDIR}/converters/R-cran-rjson \ + R-cran-rjson>=0.2.12:${PORTSDIR}/converters/R-cran-rjson \ R-cran-ROAuth>=0.9.0:${PORTSDIR}/security/R-cran-ROAuth USE_R_MOD= yes diff --git a/net/R-cran-twitteR/distinfo b/net/R-cran-twitteR/distinfo index 2ad16db64b95..b03ca464df77 100644 --- a/net/R-cran-twitteR/distinfo +++ b/net/R-cran-twitteR/distinfo @@ -1,2 +1,2 @@ -SHA256 (twitteR_0.99.19.tar.gz) = 1a9235d6284397978d92d278df3f40d73f1c0295bcf7df943e75f267b86b08aa -SIZE (twitteR_0.99.19.tar.gz) = 191692 +SHA256 (twitteR_1.1.0.tar.gz) = 79f39f0e3ce8ef7d4e01428466aaa1c609b16f7781cd1f3a62aebc32cba53e72 +SIZE (twitteR_1.1.0.tar.gz) = 119806 diff --git a/net/R-cran-twitteR/pkg-descr b/net/R-cran-twitteR/pkg-descr index 0a0e6843a61a..e0f7f57e91b0 100644 --- a/net/R-cran-twitteR/pkg-descr +++ b/net/R-cran-twitteR/pkg-descr @@ -1,3 +1,3 @@ Provides an interface to the Twitter web API -WWW: http://cran.r-project.org/web/packages/twitteR/ +WWW: http://cran.r-project.org/web/packages/twitteR/ |