aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-fastimage
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-06 06:32:22 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-06 06:32:22 +0000
commit0625c9404bf88f93d72d885654478f62bd2fca38 (patch)
treea9b3a6c888443d6325a18556ea626ecff7013cf1 /graphics/rubygem-fastimage
parent219d4dfc59bb9837182730ae89209368f30d8943 (diff)
downloadports-0625c9404bf88f93d72d885654478f62bd2fca38.tar.gz
ports-0625c9404bf88f93d72d885654478f62bd2fca38.zip
- Update to 1.9.0
Notes
Notes: svn path=/head/; revision=410375
Diffstat (limited to 'graphics/rubygem-fastimage')
-rw-r--r--graphics/rubygem-fastimage/Makefile2
-rw-r--r--graphics/rubygem-fastimage/distinfo4
-rw-r--r--graphics/rubygem-fastimage/files/patch-gemspec11
3 files changed, 14 insertions, 3 deletions
diff --git a/graphics/rubygem-fastimage/Makefile b/graphics/rubygem-fastimage/Makefile
index 088b215b35b1..5324b3eb4900 100644
--- a/graphics/rubygem-fastimage/Makefile
+++ b/graphics/rubygem-fastimage/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= fastimage
-PORTVERSION= 1.8.1
+PORTVERSION= 1.9.0
CATEGORIES= graphics rubygems
MASTER_SITES= RG
diff --git a/graphics/rubygem-fastimage/distinfo b/graphics/rubygem-fastimage/distinfo
index 585054b10179..ed4cc7a0b1d6 100644
--- a/graphics/rubygem-fastimage/distinfo
+++ b/graphics/rubygem-fastimage/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rubygem/fastimage-1.8.1.gem) = 066d2cc425053de2a50d7c5c37b398c076a619a30085d157cffeaf6b5421817e
-SIZE (rubygem/fastimage-1.8.1.gem) = 3311104
+SHA256 (rubygem/fastimage-1.9.0.gem) = b0baaef58cc6c9e6b5085c6f39a719d0e420524729f8d6028563bb8486ec9e96
+SIZE (rubygem/fastimage-1.9.0.gem) = 13824
diff --git a/graphics/rubygem-fastimage/files/patch-gemspec b/graphics/rubygem-fastimage/files/patch-gemspec
new file mode 100644
index 000000000000..3ecfdc51ebd4
--- /dev/null
+++ b/graphics/rubygem-fastimage/files/patch-gemspec
@@ -0,0 +1,11 @@
+--- fastimage.gemspec.orig 2016-03-04 14:53:07 UTC
++++ fastimage.gemspec
+@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
+ s.specification_version = 4
+
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
+- s.add_runtime_dependency(%q<addressable>, ["~> 2.3.5"])
++ s.add_runtime_dependency(%q<addressable>, [">= 2.3.5"])
+ s.add_development_dependency(%q<fakeweb>, ["~> 1.3"])
+ s.add_development_dependency(%q<rake>, [">= 0"])
+ s.add_development_dependency(%q<rdoc>, [">= 0"])