Index: head/textproc/rubygem-ox/Makefile =================================================================== --- head/textproc/rubygem-ox/Makefile (revision 453074) +++ head/textproc/rubygem-ox/Makefile (revision 453075) @@ -1,26 +1,25 @@ # $FreeBSD$ PORTNAME= ox -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Speed-optimized XML parser and object serializer for Ruby LICENSE= MIT USES= gem USE_RUBY= yes # The original gem depends on ext/ox/ox.so, # but the ext directory is eliminated by FreeBSD's Uses/gem.mk framework. # The workaround below is to create symlink lib/ox/ox.so pointing to lib/ox.so. PLIST_FILES= ${GEM_LIB_DIR}/lib/ox/ox.so post-install: ${LN} -s ../ox.so ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/lib/ox .include Index: head/textproc/rubygem-ox/distinfo =================================================================== --- head/textproc/rubygem-ox/distinfo (revision 453074) +++ head/textproc/rubygem-ox/distinfo (revision 453075) @@ -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 Index: head/textproc/rubygem-ox/file/patch-ox.gemspec =================================================================== --- head/textproc/rubygem-ox/file/patch-ox.gemspec (revision 453074) +++ head/textproc/rubygem-ox/file/patch-ox.gemspec (nonexistent) @@ -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 Property changes on: head/textproc/rubygem-ox/file/patch-ox.gemspec ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/rubygem-ox/file/patch-gemspec =================================================================== --- head/textproc/rubygem-ox/file/patch-gemspec (nonexistent) +++ head/textproc/rubygem-ox/file/patch-gemspec (revision 453075) @@ -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 Property changes on: head/textproc/rubygem-ox/file/patch-gemspec ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property