aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-04-29 22:43:03 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-04-29 22:43:03 +0000
commita7b55c066ec3fb6d66edbb12eb9e28db5a6d94cc (patch)
tree0532cede5f05ebd0d6e998cb0dd993964a3ca98e /graphics
parent84d6d94c85c8c44702644748b5e30c75b168836f (diff)
downloadports-a7b55c066ec3fb6d66edbb12eb9e28db5a6d94cc.tar.gz
ports-a7b55c066ec3fb6d66edbb12eb9e28db5a6d94cc.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/rubygem-fastimage/Makefile4
-rw-r--r--graphics/rubygem-fastimage/distinfo4
-rw-r--r--graphics/rubygem-fastimage/files/patch-gemspec11
3 files changed, 4 insertions, 15 deletions
diff --git a/graphics/rubygem-fastimage/Makefile b/graphics/rubygem-fastimage/Makefile
index e0bc3ec48765..92b3e9ef0177 100644
--- a/graphics/rubygem-fastimage/Makefile
+++ b/graphics/rubygem-fastimage/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= fastimage
-PORTVERSION= 1.9.0
+PORTVERSION= 2.0.0
CATEGORIES= graphics rubygems
MASTER_SITES= RG
@@ -12,7 +12,7 @@ COMMENT= FastImage finds the size or type of an image
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-addressable>=2.3.5:www/rubygem-addressable
+RUN_DEPENDS= rubygem-addressable>=2:www/rubygem-addressable
NO_ARCH= yes
USE_RUBY= yes
diff --git a/graphics/rubygem-fastimage/distinfo b/graphics/rubygem-fastimage/distinfo
index ed4cc7a0b1d6..021bea729f8a 100644
--- a/graphics/rubygem-fastimage/distinfo
+++ b/graphics/rubygem-fastimage/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rubygem/fastimage-1.9.0.gem) = b0baaef58cc6c9e6b5085c6f39a719d0e420524729f8d6028563bb8486ec9e96
-SIZE (rubygem/fastimage-1.9.0.gem) = 13824
+SHA256 (rubygem/fastimage-2.0.0.gem) = 17981a86da7d49d2db3a28600592cb10909e0f39c7f50a22a94e6991f85d8848
+SIZE (rubygem/fastimage-2.0.0.gem) = 13312
diff --git a/graphics/rubygem-fastimage/files/patch-gemspec b/graphics/rubygem-fastimage/files/patch-gemspec
deleted file mode 100644
index 5907efa78625..000000000000
--- a/graphics/rubygem-fastimage/files/patch-gemspec
+++ /dev/null
@@ -1,11 +0,0 @@
---- fastimage.gemspec.orig 2016-03-31 14:16:33 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>.freeze, ["~> 2.3.5"])
-+ s.add_runtime_dependency(%q<addressable>.freeze, [">= 2.3.5"])
- s.add_development_dependency(%q<fakeweb>.freeze, ["~> 1.3"])
- s.add_development_dependency(%q<rake>.freeze, [">= 0"])
- s.add_development_dependency(%q<rdoc>.freeze, [">= 0"])