diff options
author | tota <tota@FreeBSD.org> | 2011-09-06 20:32:31 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-09-06 20:32:31 +0800 |
commit | a2a7d3c0d8148a6d111de56ae14523c0da216032 (patch) | |
tree | c01b19ecec4ee280619340944b3f6e4e9c422d73 /www | |
parent | e5522fecfed734b4ca4e119bdf946e96185b3158 (diff) | |
download | freebsd-ports-gnome-a2a7d3c0d8148a6d111de56ae14523c0da216032.tar.gz freebsd-ports-gnome-a2a7d3c0d8148a6d111de56ae14523c0da216032.tar.zst freebsd-ports-gnome-a2a7d3c0d8148a6d111de56ae14523c0da216032.zip |
- Update to 2.1.1
- Move LICENSE section earlier to make portlint happy
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-amazon-ecs/Makefile | 6 | ||||
-rw-r--r-- | www/rubygem-amazon-ecs/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/rubygem-amazon-ecs/Makefile b/www/rubygem-amazon-ecs/Makefile index e7cece8b2d23..abbc4cb1f51c 100644 --- a/www/rubygem-amazon-ecs/Makefile +++ b/www/rubygem-amazon-ecs/Makefile @@ -6,18 +6,18 @@ # PORTNAME= amazon-ecs -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= tota@FreeBSD.org COMMENT= A generic Amazon E-commerce REST API written in Ruby +LICENSE= MIT + RUN_DEPENDS= rubygem-nokogiri>=1.4.0:${PORTSDIR}/textproc/rubygem-nokogiri \ ${RUBY_PKGNAMEPREFIX}hmac>=0.3.2:${PORTSDIR}/security/ruby-hmac -LICENSE= MIT - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/www/rubygem-amazon-ecs/distinfo b/www/rubygem-amazon-ecs/distinfo index 2a8ea060a726..b4b7640c8e85 100644 --- a/www/rubygem-amazon-ecs/distinfo +++ b/www/rubygem-amazon-ecs/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/amazon-ecs-2.1.0.gem) = e0956d1e7111ffe36db1d272334ee9c49a576b9f4ecb7639f5d4ec5ab1d11f86 -SIZE (rubygem/amazon-ecs-2.1.0.gem) = 10240 +SHA256 (rubygem/amazon-ecs-2.1.1.gem) = e1b6d251127ab7b9b3ba7860c04a6d61d8c92b5a3684965056ad63279ab21412 +SIZE (rubygem/amazon-ecs-2.1.1.gem) = 10240 |