svn commit: r387558 - in head/devel/rubygem-bson1: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 27 09:50:29 UTC 2015
Author: sunpoet
Date: Wed May 27 09:50:27 2015
New Revision: 387558
URL: https://svnweb.freebsd.org/changeset/ports/387558
Log:
- Update to 1.12.2
- Regenerate patch file with makepatch:
Changes: https://github.com/mongodb/bson-ruby/blob/master/CHANGELOG.md
Modified:
head/devel/rubygem-bson1/Makefile
head/devel/rubygem-bson1/distinfo
head/devel/rubygem-bson1/files/patch-gemspec
Modified: head/devel/rubygem-bson1/Makefile
==============================================================================
--- head/devel/rubygem-bson1/Makefile Wed May 27 09:50:21 2015 (r387557)
+++ head/devel/rubygem-bson1/Makefile Wed May 27 09:50:27 2015 (r387558)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bson
-PORTVERSION= 1.12.1
+PORTVERSION= 1.12.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1
Modified: head/devel/rubygem-bson1/distinfo
==============================================================================
--- head/devel/rubygem-bson1/distinfo Wed May 27 09:50:21 2015 (r387557)
+++ head/devel/rubygem-bson1/distinfo Wed May 27 09:50:27 2015 (r387558)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/bson-1.12.1.gem) = 78b4164fd45614befe4e5234fae3422f624f591753f1f56afa6211bb13f26c7c
-SIZE (rubygem/bson-1.12.1.gem) = 28672
+SHA256 (rubygem/bson-1.12.2.gem) = d443c584cf68017c386a238e1076934428cd8a047a42dcac30de7d8f7e22a450
+SIZE (rubygem/bson-1.12.2.gem) = 28672
Modified: head/devel/rubygem-bson1/files/patch-gemspec
==============================================================================
--- head/devel/rubygem-bson1/files/patch-gemspec Wed May 27 09:50:21 2015 (r387557)
+++ head/devel/rubygem-bson1/files/patch-gemspec Wed May 27 09:50:27 2015 (r387558)
@@ -1,5 +1,5 @@
---- bson.gemspec.orig 2014-11-29 13:32:55.000000000 +0000
-+++ bson.gemspec 2014-11-29 13:33:02.000000000 +0000
+--- bson.gemspec.orig 2014-11-29 13:32:55 UTC
++++ bson.gemspec
@@ -12,7 +12,6 @@
s.date = "2014-09-15"
s.description = "A Ruby BSON implementation for MongoDB. For more information about Mongo, see http://www.mongodb.org. For more information on BSON, see http://www.bsonspec.org."
More information about the svn-ports-head
mailing list