diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2019-07-14 02:52:13 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2019-07-27 03:32:17 +0800 |
commit | e28d115bbd120ac7a51ba3118dd76aa213ee23fb (patch) | |
tree | 4cc1d70ea7bad75360ed2b2c847f2e86ff87cf5e /textproc/rubygem-ox | |
parent | 69cf31911812a191795d674f635f763f863eaa9f (diff) | |
parent | dbc077bbc1ba74ae27a50f33ac98c4b908ccdf38 (diff) | |
download | freebsd-ports-gnome-e28d115bbd120ac7a51ba3118dd76aa213ee23fb.tar.gz freebsd-ports-gnome-e28d115bbd120ac7a51ba3118dd76aa213ee23fb.tar.zst freebsd-ports-gnome-e28d115bbd120ac7a51ba3118dd76aa213ee23fb.zip |
Git and myself don't get along, I messed up the master branch really good
attempt to correct this.
Diffstat (limited to 'textproc/rubygem-ox')
-rw-r--r-- | textproc/rubygem-ox/file/patch-gemspec | 11 | ||||
-rw-r--r-- | textproc/rubygem-ox/files/patch-gemspec | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/textproc/rubygem-ox/file/patch-gemspec b/textproc/rubygem-ox/file/patch-gemspec index 2af70f8a92c8..e69de29bb2d1 100644 --- a/textproc/rubygem-ox/file/patch-gemspec +++ b/textproc/rubygem-ox/file/patch-gemspec @@ -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 diff --git a/textproc/rubygem-ox/files/patch-gemspec b/textproc/rubygem-ox/files/patch-gemspec new file mode 100644 index 000000000000..2af70f8a92c8 --- /dev/null +++ b/textproc/rubygem-ox/files/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 |