diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-11-30 20:02:58 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-11-30 21:43:03 +0000 |
commit | 2c06d1ef1ec0a5b17c01a17bdcde1619e34519fc (patch) | |
tree | b2158ee0b4a47437428aba567ed65182e190a66b /devel/rubygem-aws-sdk-lookoutforvision/Makefile | |
parent | 21d3d2fa3d752a64ae88be0acc5058af150dabdd (diff) | |
download | ports-2c06d1ef1ec0a5b17c01a17bdcde1619e34519fc.tar.gz ports-2c06d1ef1ec0a5b17c01a17bdcde1619e34519fc.zip |
devel/rubygem-aws-sdk-lookoutforvision: Update to 1.17.0
- Clean up pkg-descr: remove legacy Homepage link which points to the root of GitHub repository
Changes: https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-lookoutforvision/CHANGELOG.md
Diffstat (limited to 'devel/rubygem-aws-sdk-lookoutforvision/Makefile')
-rw-r--r-- | devel/rubygem-aws-sdk-lookoutforvision/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rubygem-aws-sdk-lookoutforvision/Makefile b/devel/rubygem-aws-sdk-lookoutforvision/Makefile index 565c969dde9d..e0d31418c4ed 100644 --- a/devel/rubygem-aws-sdk-lookoutforvision/Makefile +++ b/devel/rubygem-aws-sdk-lookoutforvision/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-lookoutforvision -PORTVERSION= 1.16.0 +PORTVERSION= 1.17.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lookoutfor LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-aws-sdk-core>=3.127.0<4:devel/rubygem-aws-sdk-core \ +RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem |