aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-iterators
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2015-11-18 16:21:58 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2015-11-18 16:21:58 +0000
commit6abf08f7fc814c025464a30835b8b3d5d5b59f6e (patch)
tree5928ccd8b3126ca60a98df7cf2eb1b325613b0a2 /devel/R-cran-iterators
parente50e399af2de1c0a650cf8d154ff8bc8ea59718b (diff)
downloadports-6abf08f7fc814c025464a30835b8b3d5d5b59f6e.tar.gz
ports-6abf08f7fc814c025464a30835b8b3d5d5b59f6e.zip
- Update to 1.0.8
- Update WWW in pkg-descr
Notes
Notes: svn path=/head/; revision=401876
Diffstat (limited to 'devel/R-cran-iterators')
-rw-r--r--devel/R-cran-iterators/Makefile3
-rw-r--r--devel/R-cran-iterators/distinfo4
-rw-r--r--devel/R-cran-iterators/pkg-descr2
3 files changed, 4 insertions, 5 deletions
diff --git a/devel/R-cran-iterators/Makefile b/devel/R-cran-iterators/Makefile
index 6470e7eaca5d..96cd2c6460fe 100644
--- a/devel/R-cran-iterators/Makefile
+++ b/devel/R-cran-iterators/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= iterators
-PORTVERSION= 1.0.7
-PORTREVISION= 1
+PORTVERSION= 1.0.8
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
diff --git a/devel/R-cran-iterators/distinfo b/devel/R-cran-iterators/distinfo
index bcc6a252f677..7565192b5233 100644
--- a/devel/R-cran-iterators/distinfo
+++ b/devel/R-cran-iterators/distinfo
@@ -1,2 +1,2 @@
-SHA256 (iterators_1.0.7.tar.gz) = 1bf74e5a5603b2b2d3deecb801ca1796e2b2c3f08c488c497725c5cb205798ff
-SIZE (iterators_1.0.7.tar.gz) = 289453
+SHA256 (iterators_1.0.8.tar.gz) = ae4ea23385776eb0c06c992a3da6b0256a6c84558c1061034c5a1fbdd43d05b8
+SIZE (iterators_1.0.8.tar.gz) = 290412
diff --git a/devel/R-cran-iterators/pkg-descr b/devel/R-cran-iterators/pkg-descr
index 35766f181e20..3fc860a64286 100644
--- a/devel/R-cran-iterators/pkg-descr
+++ b/devel/R-cran-iterators/pkg-descr
@@ -1,4 +1,4 @@
Support for iterators, which allow a programmer to traverse through
all the elements of a vector, list, or other collection of data.
-WWW: http://cran.r-project.org/web/packages/iterators/
+WWW: https://cran.r-project.org/web/packages/iterators/