diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2014-05-14 06:50:24 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2014-05-14 06:50:24 +0000 |
commit | 571a8d426d62b24b055b1b4cc3f3880be44ea000 (patch) | |
tree | 2d948fc9958613d7f73089968a832e49cce6ccde /textproc/rubygem-nokogiri | |
parent | 7d1260842f5c9264d0ec79261154d1984dd1fd94 (diff) |
Notes
Diffstat (limited to 'textproc/rubygem-nokogiri')
-rw-r--r-- | textproc/rubygem-nokogiri/Makefile | 8 | ||||
-rw-r--r-- | textproc/rubygem-nokogiri/distinfo | 4 | ||||
-rw-r--r-- | textproc/rubygem-nokogiri/files/patch-nokogiri-1.6.2.gemspec | 23 |
3 files changed, 6 insertions, 29 deletions
diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile index 3dd55b132538..364f2c53b2bc 100644 --- a/textproc/rubygem-nokogiri/Makefile +++ b/textproc/rubygem-nokogiri/Makefile @@ -1,19 +1,19 @@ # $FreeBSD$ PORTNAME= nokogiri -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.2.1 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= HTML, XML, SAX, and Reader parser +BUILD_DEPENDS= rubygem-mini_portile=0.6.0:${PORTSDIR}/devel/rubygem-mini_portile +RUN_DEPENDS= rubygem-mini_portile=0.6.0:${PORTSDIR}/devel/rubygem-mini_portile + LICENSE= MIT GEM_ENV= LC_CTYPE=UTF-8 -CONFIGURE_ARGS= --use-system-libraries - -USE_GNOME= libxml2 libxslt USE_RUBY= yes USE_RUBY_FEATURES= iconv diff --git a/textproc/rubygem-nokogiri/distinfo b/textproc/rubygem-nokogiri/distinfo index d25f7374317a..2445231e839c 100644 --- a/textproc/rubygem-nokogiri/distinfo +++ b/textproc/rubygem-nokogiri/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/nokogiri-1.6.2.gem) = d7e366ba831188b6fd1f4efd2a73d242b5323f9d027064603c362e5e06fc7f98 -SIZE (rubygem/nokogiri-1.6.2.gem) = 8601088 +SHA256 (rubygem/nokogiri-1.6.2.1.gem) = dfb23254b87672a93582981c4ac5880d178ff32db6878fc351d75198aa544836 +SIZE (rubygem/nokogiri-1.6.2.1.gem) = 8753664 diff --git a/textproc/rubygem-nokogiri/files/patch-nokogiri-1.6.2.gemspec b/textproc/rubygem-nokogiri/files/patch-nokogiri-1.6.2.gemspec deleted file mode 100644 index 159a8148afe7..000000000000 --- a/textproc/rubygem-nokogiri/files/patch-nokogiri-1.6.2.gemspec +++ /dev/null @@ -1,23 +0,0 @@ ---- 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: |