1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

devel/rubygem-mongo: Update to 2.19.1

- Add spec/support/ocsp hack

Changes:	https://github.com/mongodb/mongo-ruby-driver/releases
This commit is contained in:
Po-Chuan Hsieh 2023-08-22 01:08:33 +08:00
parent dd41d9b9bc
commit ebfb76cdac
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 10 additions and 24 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= mongo
PORTVERSION= 2.19.0
PORTVERSION= 2.19.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@ -18,4 +18,10 @@ 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>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1688167292
SHA256 (rubygem/mongo-2.19.0.gem) = 70d990671b93994f98dc8dc8e758799255e46f9055617e4c946e371f3793dab7
SIZE (rubygem/mongo-2.19.0.gem) = 1443840
TIMESTAMP = 1692212117
SHA256 (rubygem/mongo-2.19.1.gem) = 6096e917fae8f76239449132f6b658734d29bff17a02ac7900f8317ae0264c9f
SIZE (rubygem/mongo-2.19.1.gem) = 1445376

File diff suppressed because one or more lines are too long