mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
- Update to 2.0.0
Changes: https://github.com/sdsykes/fastimage/commits/master
This commit is contained in:
parent
84d6d94c85
commit
a7b55c066e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414315
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"])
|
Loading…
Reference in New Issue
Block a user