diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-20 09:01:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-20 09:01:31 +0000 |
commit | 4e3c05b84a1b812caebb46554eb43d3171cb70de (patch) | |
tree | 161d63cb1c14d672c6e5698c4d220f28915fb884 | |
parent | - Update to 0.0.6 (diff) |
- Update to 1.12.0
Changes: https://github.com/mongodb/bson-ruby/blob/master/CHANGELOG.md
Notes
Notes:
svn path=/head/; revision=379418
-rw-r--r-- | devel/rubygem-bson1/Makefile | 4 | ||||
-rw-r--r-- | devel/rubygem-bson1/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/rubygem-bson1/Makefile b/devel/rubygem-bson1/Makefile index f9873154cd5c..97dc4378a62d 100644 --- a/devel/rubygem-bson1/Makefile +++ b/devel/rubygem-bson1/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bson -PORTVERSION= 1.11.1 +PORTVERSION= 1.12.0 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 1 @@ -16,6 +16,8 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +PLIST_FILES= bin/b2json bin/j2bson + PORTSCOUT= limit:^1\. .include <bsd.port.mk> diff --git a/devel/rubygem-bson1/distinfo b/devel/rubygem-bson1/distinfo index e2303aa68828..25b3559f6082 100644 --- a/devel/rubygem-bson1/distinfo +++ b/devel/rubygem-bson1/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/bson-1.11.1.gem) = cfb68916752ffc90ce68660841ffed5da0e8b44d912698688d46808e12455d27 -SIZE (rubygem/bson-1.11.1.gem) = 28672 +SHA256 (rubygem/bson-1.12.0.gem) = 15f01db8531da0ed4b76ea98198ad27a1800f4bbafc0998b900c45885a05d30f +SIZE (rubygem/bson-1.12.0.gem) = 28672 |