diff options
Diffstat (limited to 'devel/rubygem-mongo')
-rw-r--r-- | devel/rubygem-mongo/Makefile | 11 | ||||
-rw-r--r-- | devel/rubygem-mongo/distinfo | 6 |
2 files changed, 6 insertions, 11 deletions
diff --git a/devel/rubygem-mongo/Makefile b/devel/rubygem-mongo/Makefile index 8c9cc0b8a81c..f1407827bbf7 100644 --- a/devel/rubygem-mongo/Makefile +++ b/devel/rubygem-mongo/Makefile @@ -1,5 +1,5 @@ PORTNAME= mongo -PORTVERSION= 2.21.0 +PORTVERSION= 2.21.2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +10,8 @@ WWW= https://github.com/mongodb/mongo-ruby-driver LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-bson>=4.14.1<6.0.0:devel/rubygem-bson +RUN_DEPENDS= rubygem-base64>=0:converters/rubygem-base64 \ + rubygem-bson>=4.14.1<6.0.0:devel/rubygem-bson USES= gem @@ -18,10 +19,4 @@ NO_ARCH= yes PLIST_FILES= bin/mongo_console -post-patch: - @${TOUCH} ${WRKSRC}/spec/support/ocsp - -post-install: - @${RM} ${STAGEDIR}${PREFIX}${GEM_LIB_DIR}/spec/support/ocsp - .include <bsd.port.mk> diff --git a/devel/rubygem-mongo/distinfo b/devel/rubygem-mongo/distinfo index 04d2fe6ecf5a..08775cc27d21 100644 --- a/devel/rubygem-mongo/distinfo +++ b/devel/rubygem-mongo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727315500 -SHA256 (rubygem/mongo-2.21.0.gem) = 38c4743733dbb918d8feb197a8f8b9af8ad922dadba8e03f5117c3cabc79339b -SIZE (rubygem/mongo-2.21.0.gem) = 1216512 +TIMESTAMP = 1753265954 +SHA256 (rubygem/mongo-2.21.2.gem) = 273eeddd46456c35e02282b6ec90bea5d95449246dc337366a7b1b5538a275a1 +SIZE (rubygem/mongo-2.21.2.gem) = 451072 |