svn commit: r410375 - in head/graphics/rubygem-fastimage: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 6 06:32:24 UTC 2016
Author: sunpoet
Date: Sun Mar 6 06:32:22 2016
New Revision: 410375
URL: https://svnweb.freebsd.org/changeset/ports/410375
Log:
- Update to 1.9.0
Changes: https://github.com/sdsykes/fastimage/commits/master
Added:
head/graphics/rubygem-fastimage/files/
head/graphics/rubygem-fastimage/files/patch-gemspec (contents, props changed)
Modified:
head/graphics/rubygem-fastimage/Makefile
head/graphics/rubygem-fastimage/distinfo
Modified: head/graphics/rubygem-fastimage/Makefile
==============================================================================
--- head/graphics/rubygem-fastimage/Makefile Sun Mar 6 06:32:17 2016 (r410374)
+++ head/graphics/rubygem-fastimage/Makefile Sun Mar 6 06:32:22 2016 (r410375)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= fastimage
-PORTVERSION= 1.8.1
+PORTVERSION= 1.9.0
CATEGORIES= graphics rubygems
MASTER_SITES= RG
Modified: head/graphics/rubygem-fastimage/distinfo
==============================================================================
--- head/graphics/rubygem-fastimage/distinfo Sun Mar 6 06:32:17 2016 (r410374)
+++ head/graphics/rubygem-fastimage/distinfo Sun Mar 6 06:32:22 2016 (r410375)
@@ -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
Added: head/graphics/rubygem-fastimage/files/patch-gemspec
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/rubygem-fastimage/files/patch-gemspec Sun Mar 6 06:32:22 2016 (r410375)
@@ -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"])
More information about the svn-ports-head
mailing list