summaryrefslogtreecommitdiff
path: root/www/rubygem-hashicorp-checkpoint
diff options
context:
space:
mode:
Diffstat (limited to 'www/rubygem-hashicorp-checkpoint')
-rw-r--r--www/rubygem-hashicorp-checkpoint/Makefile12
-rw-r--r--www/rubygem-hashicorp-checkpoint/distinfo6
-rw-r--r--www/rubygem-hashicorp-checkpoint/pkg-descr8
3 files changed, 17 insertions, 9 deletions
diff --git a/www/rubygem-hashicorp-checkpoint/Makefile b/www/rubygem-hashicorp-checkpoint/Makefile
index 6564c7d0aa01..57267f4bf7b0 100644
--- a/www/rubygem-hashicorp-checkpoint/Makefile
+++ b/www/rubygem-hashicorp-checkpoint/Makefile
@@ -1,16 +1,18 @@
PORTNAME= hashicorp-checkpoint
-PORTVERSION= 0.1.5
+PORTVERSION= 0.1.6
CATEGORIES= www rubygems
MASTER_SITES= RG
-MAINTAINER= joe@thrallingpenguin.com
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Internal HashiCorp service to check version information
-WWW= https://rubygems.org/gems/hashicorp-checkpoint
+WWW= https://checkpoint.hashicorp.com/ \
+ https://github.com/hashicorp/ruby-checkpoint
LICENSE= MPL20
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+LICENSE_FILE= ${WRKSRC}/LICENSE
-NO_ARCH= yes
USES= gem
+NO_ARCH= yes
+
.include <bsd.port.mk>
diff --git a/www/rubygem-hashicorp-checkpoint/distinfo b/www/rubygem-hashicorp-checkpoint/distinfo
index 3842f680a2d8..af7a40514493 100644
--- a/www/rubygem-hashicorp-checkpoint/distinfo
+++ b/www/rubygem-hashicorp-checkpoint/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518877460
-SHA256 (rubygem/hashicorp-checkpoint-0.1.5.gem) = 4daf74afd63c1701a6c817d87e4fc58f595037ccbc1d302bc45cdcd3f6e7d5fc
-SIZE (rubygem/hashicorp-checkpoint-0.1.5.gem) = 13312
+TIMESTAMP = 1753370266
+SHA256 (rubygem/hashicorp-checkpoint-0.1.6.gem) = 928cea744b2eb0a05c7e97429e0fcb1a0ef8e0b02824271c61ff9cb2c9fe340c
+SIZE (rubygem/hashicorp-checkpoint-0.1.6.gem) = 40960
diff --git a/www/rubygem-hashicorp-checkpoint/pkg-descr b/www/rubygem-hashicorp-checkpoint/pkg-descr
index c3741274deb7..e5a057bde290 100644
--- a/www/rubygem-hashicorp-checkpoint/pkg-descr
+++ b/www/rubygem-hashicorp-checkpoint/pkg-descr
@@ -1 +1,7 @@
-Internal HashiCorp client library to check version information.
+Checkpoint is an internal service at Hashicorp that we use to check version
+information, broadcoast security bulletins, etc.
+
+We understand that software making remote calls over the internet for any reason
+can be undesirable. Because of this, Checkpoint can be disabled in all of our
+software that includes it. You can view the source of this client to see that
+we're not sending any private information.