diff options
author | knu <knu@FreeBSD.org> | 2014-05-13 09:26:23 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2014-05-13 09:26:23 +0800 |
commit | 62bddefa2c4649aa360b07f829325e5e7d8073b5 (patch) | |
tree | b3d5bafa6468fb8969e3f3a1a9d8ef16afb8be5f /textproc | |
parent | c8c37821c7787c1d8366de9d03925e0752044166 (diff) | |
download | freebsd-ports-graphics-62bddefa2c4649aa360b07f829325e5e7d8073b5.tar.gz freebsd-ports-graphics-62bddefa2c4649aa360b07f829325e5e7d8073b5.tar.zst freebsd-ports-graphics-62bddefa2c4649aa360b07f829325e5e7d8073b5.zip |
Update to 1.6.2.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-nokogiri/Makefile | 6 | ||||
-rw-r--r-- | textproc/rubygem-nokogiri/distinfo | 4 | ||||
-rw-r--r-- | textproc/rubygem-nokogiri/files/patch-nokogiri-1.6.1.gemspec | 19 | ||||
-rw-r--r-- | textproc/rubygem-nokogiri/files/patch-nokogiri-1.6.2.gemspec | 23 |
4 files changed, 28 insertions, 24 deletions
diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile index d48f3ab7ab3..3dd55b13253 100644 --- a/textproc/rubygem-nokogiri/Makefile +++ b/textproc/rubygem-nokogiri/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= nokogiri -PORTVERSION= 1.6.1 -PORTREVISION= 2 +PORTVERSION= 1.6.2 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -11,7 +10,8 @@ COMMENT= HTML, XML, SAX, and Reader parser LICENSE= MIT -GEM_ENV= LC_CTYPE=UTF-8 NOKOGIRI_USE_SYSTEM_LIBRARIES=true +GEM_ENV= LC_CTYPE=UTF-8 +CONFIGURE_ARGS= --use-system-libraries USE_GNOME= libxml2 libxslt diff --git a/textproc/rubygem-nokogiri/distinfo b/textproc/rubygem-nokogiri/distinfo index 8cc005a371b..d25f7374317 100644 --- a/textproc/rubygem-nokogiri/distinfo +++ b/textproc/rubygem-nokogiri/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/nokogiri-1.6.1.gem) = 95d0a5fbe96c55ba6486da6a0d439da9a4bb31b209d95686f7f0f0850817f014 -SIZE (rubygem/nokogiri-1.6.1.gem) = 8499712 +SHA256 (rubygem/nokogiri-1.6.2.gem) = d7e366ba831188b6fd1f4efd2a73d242b5323f9d027064603c362e5e06fc7f98 +SIZE (rubygem/nokogiri-1.6.2.gem) = 8601088 diff --git a/textproc/rubygem-nokogiri/files/patch-nokogiri-1.6.1.gemspec b/textproc/rubygem-nokogiri/files/patch-nokogiri-1.6.1.gemspec deleted file mode 100644 index d563e6d2d92..00000000000 --- a/textproc/rubygem-nokogiri/files/patch-nokogiri-1.6.1.gemspec +++ /dev/null @@ -1,19 +0,0 @@ ---- ./nokogiri-1.6.1.gemspec.orig 2014-02-18 19:30:35.314708116 +0000 -+++ ./nokogiri-1.6.1.gemspec 2014-02-18 19:31:03.496205821 +0000 -@@ -15,16 +15,6 @@ - date: 2013-12-14 00:00:00 Z - dependencies: - - !ruby/object:Gem::Dependency -- version_requirements: &id001 !ruby/object:Gem::Requirement -- requirements: -- - - ~> -- - !ruby/object:Gem::Version -- version: 0.5.0 -- type: :runtime -- name: mini_portile -- prerelease: false -- requirement: *id001 --- !ruby/object:Gem::Dependency - version_requirements: &id002 !ruby/object:Gem::Requirement - requirements: - - - ~> diff --git a/textproc/rubygem-nokogiri/files/patch-nokogiri-1.6.2.gemspec b/textproc/rubygem-nokogiri/files/patch-nokogiri-1.6.2.gemspec new file mode 100644 index 00000000000..159a8148afe --- /dev/null +++ b/textproc/rubygem-nokogiri/files/patch-nokogiri-1.6.2.gemspec @@ -0,0 +1,23 @@ +--- nokogiri-1.6.2.gemspec.orig 2014-05-13 10:23:16.000000000 +0900 ++++ nokogiri-1.6.2.gemspec 2014-05-13 10:23:48.000000000 +0900 +@@ -15,20 +15,6 @@ + date: 2014-05-12 00:00:00.000000000 Z + dependencies: + - !ruby/object:Gem::Dependency +- name: mini_portile +- requirement: !ruby/object:Gem::Requirement +- requirements: +- - - ~> +- - !ruby/object:Gem::Version +- version: 0.5.2 +- type: :runtime +- prerelease: false +- version_requirements: !ruby/object:Gem::Requirement +- requirements: +- - - ~> +- - !ruby/object:Gem::Version +- version: 0.5.2 +-- !ruby/object:Gem::Dependency + name: rdoc + requirement: !ruby/object:Gem::Requirement + requirements: |