git: 6d5b7f3fc899 - main - devel/R-cran-blob: Update to 1.2.2
Guangyuan Yang
ygy at FreeBSD.org
Sun Jul 25 19:41:33 UTC 2021
The branch main has been updated by ygy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6d5b7f3fc8995f970ee3a576debd527641dc41f5
commit 6d5b7f3fc8995f970ee3a576debd527641dc41f5
Author: Guangyuan Yang <ygy at FreeBSD.org>
AuthorDate: 2021-07-25 19:41:20 +0000
Commit: Guangyuan Yang <ygy at FreeBSD.org>
CommitDate: 2021-07-25 19:41:20 +0000
devel/R-cran-blob: Update to 1.2.2
Approved by: lwhsu (mentor, implicit)
---
devel/R-cran-blob/Makefile | 5 +++--
devel/R-cran-blob/distinfo | 6 +++---
devel/R-cran-blob/pkg-descr | 2 +-
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/devel/R-cran-blob/Makefile b/devel/R-cran-blob/Makefile
index 48aaa0219035..30ea900825c0 100644
--- a/devel/R-cran-blob/Makefile
+++ b/devel/R-cran-blob/Makefile
@@ -1,14 +1,15 @@
# Created by: Guangyuan Yang <ygy at FreeBSD.org>
PORTNAME= blob
-DISTVERSION= 1.2.1
+DISTVERSION= 1.2.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy at FreeBSD.org
COMMENT= A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
-LICENSE= GPLv3
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= R-cran-rlang>0:devel/R-cran-rlang \
R-cran-vctrs>=0.2.1:devel/R-cran-vctrs
diff --git a/devel/R-cran-blob/distinfo b/devel/R-cran-blob/distinfo
index 2b8a353eb6fe..0bad8859dec0 100644
--- a/devel/R-cran-blob/distinfo
+++ b/devel/R-cran-blob/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1612631873
-SHA256 (blob_1.2.1.tar.gz) = ef54bc7a9646c1b73f4d2f60c869b4f1940bc3505874175114297ad7772d8bea
-SIZE (blob_1.2.1.tar.gz) = 10099
+TIMESTAMP = 1627202241
+SHA256 (blob_1.2.2.tar.gz) = 4976053c65994c769a4c22b4553bea0bd9c623b3b991dbaf023d2a164770c7fa
+SIZE (blob_1.2.2.tar.gz) = 10194
diff --git a/devel/R-cran-blob/pkg-descr b/devel/R-cran-blob/pkg-descr
index a1fd6c050c72..6862f099e091 100644
--- a/devel/R-cran-blob/pkg-descr
+++ b/devel/R-cran-blob/pkg-descr
@@ -2,4 +2,4 @@ R's raw vector is useful for storing a single binary object. What if you want
to put a vector of them in a data frame? The 'blob' package provides the blob
object, a list of raw vectors, suitable for use as a column in data frame.
-WWW: https://github.com/tidyverse/blob
+WWW: https://blob.tidyverse.org
More information about the dev-commits-ports-all
mailing list