svn commit: r453075 - in head/textproc/rubygem-ox: . file
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Oct 28 17:33:31 UTC 2017
Author: sunpoet
Date: Sat Oct 28 17:33:29 2017
New Revision: 453075
URL: https://svnweb.freebsd.org/changeset/ports/453075
Log:
Update to 2.8.1
- Rename gemspec patch to patch-gemspec
Changes: https://github.com/ohler55/ox/blob/master/CHANGELOG.md
Added:
head/textproc/rubygem-ox/file/patch-gemspec
- copied unchanged from r453074, head/textproc/rubygem-ox/file/patch-ox.gemspec
Deleted:
head/textproc/rubygem-ox/file/patch-ox.gemspec
Modified:
head/textproc/rubygem-ox/Makefile
head/textproc/rubygem-ox/distinfo
Modified: head/textproc/rubygem-ox/Makefile
==============================================================================
--- head/textproc/rubygem-ox/Makefile Sat Oct 28 17:33:24 2017 (r453074)
+++ head/textproc/rubygem-ox/Makefile Sat Oct 28 17:33:29 2017 (r453075)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= ox
-PORTVERSION= 2.8.0
-PORTREVISION= 1
+PORTVERSION= 2.8.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
Modified: head/textproc/rubygem-ox/distinfo
==============================================================================
--- head/textproc/rubygem-ox/distinfo Sat Oct 28 17:33:24 2017 (r453074)
+++ head/textproc/rubygem-ox/distinfo Sat Oct 28 17:33:29 2017 (r453075)
@@ -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
Copied: head/textproc/rubygem-ox/file/patch-gemspec (from r453074, head/textproc/rubygem-ox/file/patch-ox.gemspec)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-ox/file/patch-gemspec Sat Oct 28 17:33:29 2017 (r453075, copy of r453074, head/textproc/rubygem-ox/file/patch-ox.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
More information about the svn-ports-head
mailing list