Index: head/textproc/rubygem-nokogiri/Makefile =================================================================== --- head/textproc/rubygem-nokogiri/Makefile (revision 402077) +++ head/textproc/rubygem-nokogiri/Makefile (revision 402078) @@ -1,27 +1,25 @@ # $FreeBSD$ PORTNAME= nokogiri -PORTVERSION= 1.6.6.3 +PORTVERSION= 1.6.6.4 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= HTML, XML, SAX, and Reader parser LICENSE= MIT USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes USE_GNOME= libxml2 libxslt USES= pkgconfig CONFIGURE_ARGS= --use-system-libraries PLIST_FILES= bin/nokogiri post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ext/nokogiri/*.o - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ext/nokogiri/*.so - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/lib/nokogiri/*.so + ${FIND} ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR} -name '*.o' -o -name '*.so' | ${XARGS} ${STRIP_CMD} .include Index: head/textproc/rubygem-nokogiri/distinfo =================================================================== --- head/textproc/rubygem-nokogiri/distinfo (revision 402077) +++ head/textproc/rubygem-nokogiri/distinfo (revision 402078) @@ -1,2 +1,2 @@ -SHA256 (rubygem/nokogiri-1.6.6.3.gem) = 1121db28f632a174b5467f3e122cdf07a12286b5a88ee7b16618630466a3fdde -SIZE (rubygem/nokogiri-1.6.6.3.gem) = 9253888 +SHA256 (rubygem/nokogiri-1.6.6.4.gem) = 13be9edc5365481769514219c5e3ae5619d7336ddaabc096ea9d0e5fcd4b2eaf +SIZE (rubygem/nokogiri-1.6.6.4.gem) = 9254912 Index: head/textproc/rubygem-nokogiri/files/patch-Rakefile =================================================================== --- head/textproc/rubygem-nokogiri/files/patch-Rakefile (revision 402077) +++ head/textproc/rubygem-nokogiri/files/patch-Rakefile (nonexistent) @@ -1,19 +0,0 @@ ---- Rakefile.orig 2014-05-24 16:10:23 UTC -+++ Rakefile -@@ -130,16 +130,6 @@ - # GENERATED_TOKENIZER - ] - -- unless java? -- self.extra_deps += [ -- # this dependency locked because we're monkey-punching mini_portile. -- # for more details, see: -- # - https://github.com/sparklemotion/nokogiri/issues/1102 -- # - https://github.com/luislavena/mini_portile/issues/32 -- ["mini_portile", "~> 0.6.0"], -- ] -- end -- - self.extra_dev_deps += [ - ["hoe-bundler", ">= 1.1"], - ["hoe-debugging", "~> 1.2.0"], Property changes on: head/textproc/rubygem-nokogiri/files/patch-Rakefile ___________________________________________________________________ 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-nokogiri/files/patch-Gemfile =================================================================== --- head/textproc/rubygem-nokogiri/files/patch-Gemfile (revision 402077) +++ head/textproc/rubygem-nokogiri/files/patch-Gemfile (nonexistent) @@ -1,11 +0,0 @@ ---- Gemfile.orig 2014-08-23 23:55:51 UTC -+++ Gemfile -@@ -4,8 +4,6 @@ - - source "https://rubygems.org/" - --gem "mini_portile", "~>0.6.0" -- - gem "rdoc", "~>4.0", :group => [:development, :test] - gem "hoe-bundler", ">=1.1", :group => [:development, :test] - gem "hoe-debugging", "~>1.2.0", :group => [:development, :test] Property changes on: head/textproc/rubygem-nokogiri/files/patch-Gemfile ___________________________________________________________________ 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