From c89b79e0d45dd6637b3d752bfa0a3521a5353f87 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 Oct 2017 17:33:29 +0000 Subject: Update to 2.8.1 - Rename gemspec patch to patch-gemspec Changes: https://github.com/ohler55/ox/blob/master/CHANGELOG.md --- textproc/rubygem-ox/Makefile | 3 +-- textproc/rubygem-ox/distinfo | 6 +++--- textproc/rubygem-ox/file/patch-gemspec | 11 +++++++++++ textproc/rubygem-ox/file/patch-ox.gemspec | 11 ----------- 4 files changed, 15 insertions(+), 16 deletions(-) create mode 100644 textproc/rubygem-ox/file/patch-gemspec delete mode 100644 textproc/rubygem-ox/file/patch-ox.gemspec (limited to 'textproc') diff --git a/textproc/rubygem-ox/Makefile b/textproc/rubygem-ox/Makefile index 1667da2d4fbf..2e7e12a20b90 100644 --- a/textproc/rubygem-ox/Makefile +++ b/textproc/rubygem-ox/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ox -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-ox/distinfo b/textproc/rubygem-ox/distinfo index a69ee5a02c9e..53e96748ad51 100644 --- a/textproc/rubygem-ox/distinfo +++ b/textproc/rubygem-ox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1506176469 -SHA256 (rubygem/ox-2.8.0.gem) = 6e19501564321ace61d6ebb73d3ef48f23578f2d52adfce34913e3a6cde85139 -SIZE (rubygem/ox-2.8.0.gem) = 80384 +TIMESTAMP = 1509206113 +SHA256 (rubygem/ox-2.8.1.gem) = 99b1dd8a4fdb0814723076aed66672b9fcf1a03d26c0a09cd26a8107033d0550 +SIZE (rubygem/ox-2.8.1.gem) = 80384 diff --git a/textproc/rubygem-ox/file/patch-gemspec b/textproc/rubygem-ox/file/patch-gemspec new file mode 100644 index 000000000000..2af70f8a92c8 --- /dev/null +++ b/textproc/rubygem-ox/file/patch-gemspec @@ -0,0 +1,11 @@ +--- ox.gemspec.orig 2016-05-23 07:20:09 UTC ++++ ox.gemspec +@@ -7,7 +7,7 @@ Gem::Specification.new do |s| + s.version = "2.4.1" + + s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= +- s.require_paths = ["lib".freeze, "ext".freeze] ++ s.require_paths = ["lib".freeze] + s.authors = ["Peter Ohler".freeze] + s.date = "2016-04-30" + s.description = "A fast XML parser and object serializer that uses only standard C lib.\n \nOptimized XML (Ox), as the name implies was written to provide speed optimized\nXML handling. It was designed to be an alternative to Nokogiri and other Ruby\nXML parsers for generic XML parsing and as an alternative to Marshal for Object\nserialization. ".freeze diff --git a/textproc/rubygem-ox/file/patch-ox.gemspec b/textproc/rubygem-ox/file/patch-ox.gemspec deleted file mode 100644 index 2af70f8a92c8..000000000000 --- a/textproc/rubygem-ox/file/patch-ox.gemspec +++ /dev/null @@ -1,11 +0,0 @@ ---- ox.gemspec.orig 2016-05-23 07:20:09 UTC -+++ ox.gemspec -@@ -7,7 +7,7 @@ Gem::Specification.new do |s| - s.version = "2.4.1" - - s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= -- s.require_paths = ["lib".freeze, "ext".freeze] -+ s.require_paths = ["lib".freeze] - s.authors = ["Peter Ohler".freeze] - s.date = "2016-04-30" - s.description = "A fast XML parser and object serializer that uses only standard C lib.\n \nOptimized XML (Ox), as the name implies was written to provide speed optimized\nXML handling. It was designed to be an alternative to Nokogiri and other Ruby\nXML parsers for generic XML parsing and as an alternative to Marshal for Object\nserialization. ".freeze -- cgit v1.2.3