diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-20 13:20:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-20 13:20:51 +0000 |
commit | 8a47a375bfe2ee49b19255b462bffb59a9a4af37 (patch) | |
tree | b99ebde259e8029ad4c7e2286702b36f822f4b4b /textproc/rubygem-nokogiri | |
parent | 493e620420b0b7b75e291eb0f7698c88d210ac54 (diff) |
Notes
Diffstat (limited to 'textproc/rubygem-nokogiri')
-rw-r--r-- | textproc/rubygem-nokogiri/Makefile | 6 | ||||
-rw-r--r-- | textproc/rubygem-nokogiri/distinfo | 4 | ||||
-rw-r--r-- | textproc/rubygem-nokogiri/files/patch-Gemfile | 11 | ||||
-rw-r--r-- | textproc/rubygem-nokogiri/files/patch-Rakefile | 19 |
4 files changed, 4 insertions, 36 deletions
diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile index d4f3aed6e8c5..3b13edee97c7 100644 --- a/textproc/rubygem-nokogiri/Makefile +++ b/textproc/rubygem-nokogiri/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nokogiri -PORTVERSION= 1.6.6.3 +PORTVERSION= 1.6.6.4 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -20,8 +20,6 @@ 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 <bsd.port.mk> diff --git a/textproc/rubygem-nokogiri/distinfo b/textproc/rubygem-nokogiri/distinfo index 6d7354af9a52..dd13cbe3c667 100644 --- a/textproc/rubygem-nokogiri/distinfo +++ b/textproc/rubygem-nokogiri/distinfo @@ -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 diff --git a/textproc/rubygem-nokogiri/files/patch-Gemfile b/textproc/rubygem-nokogiri/files/patch-Gemfile deleted file mode 100644 index d7b83268da5f..000000000000 --- a/textproc/rubygem-nokogiri/files/patch-Gemfile +++ /dev/null @@ -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] diff --git a/textproc/rubygem-nokogiri/files/patch-Rakefile b/textproc/rubygem-nokogiri/files/patch-Rakefile deleted file mode 100644 index d8d449d135b2..000000000000 --- a/textproc/rubygem-nokogiri/files/patch-Rakefile +++ /dev/null @@ -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"], |