diff options
Diffstat (limited to 'devel/rubygem-mongo/Makefile')
-rw-r--r-- | devel/rubygem-mongo/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/devel/rubygem-mongo/Makefile b/devel/rubygem-mongo/Makefile index 8c9cc0b8a81c..7dc904a60b88 100644 --- a/devel/rubygem-mongo/Makefile +++ b/devel/rubygem-mongo/Makefile @@ -1,5 +1,5 @@ PORTNAME= mongo -PORTVERSION= 2.21.0 +PORTVERSION= 2.21.1 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> |