diff options
author | glarkin <glarkin@FreeBSD.org> | 2013-07-04 05:28:41 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2013-07-04 05:28:41 +0800 |
commit | 52ba2a65612216981b57932130c4a8bc70c6f518 (patch) | |
tree | b601ec4cb96ce2e596c721050ed9299b1b015e3f /net | |
parent | cf3cc4db649e85da821c191098b7921c8a35ff24 (diff) | |
download | freebsd-ports-gnome-52ba2a65612216981b57932130c4a8bc70c6f518.tar.gz freebsd-ports-gnome-52ba2a65612216981b57932130c4a8bc70c6f518.tar.zst freebsd-ports-gnome-52ba2a65612216981b57932130c4a8bc70c6f518.zip |
- Updated to 3.1.0 [1]
- Added license
- Minor tweaks to dependency versions
PR: ports/180142 [1]
Submitted by: swills
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-rightaws/Makefile | 9 | ||||
-rw-r--r-- | net/rubygem-rightaws/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net/rubygem-rightaws/Makefile b/net/rubygem-rightaws/Makefile index c2b81badb8e6..823d410dfe12 100644 --- a/net/rubygem-rightaws/Makefile +++ b/net/rubygem-rightaws/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rightaws -PORTVERSION= 1.10.0 -PORTREVISION= 1 +PORTVERSION= 3.1.0 CATEGORIES= net rubygems MASTER_SITES= RG DISTNAME= right_aws-${PORTVERSION} @@ -11,7 +10,9 @@ DISTNAME= right_aws-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= Provides access to Amazon EC2, S3, SQS, and SDB web services -RUN_DEPENDS= rubygem-righthttpconnection>=1.2.4:${PORTSDIR}/net/rubygem-righthttpconnection +LICENSE= MIT + +RUN_DEPENDS= rubygem-righthttpconnection>=1.2.5:${PORTSDIR}/net/rubygem-righthttpconnection USE_RUBY= yes USE_RUBYGEMS= yes @@ -25,7 +26,7 @@ LIBXML_DESC= Use libxml instead of REXML .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLIBXML} -RUN_DEPENDS+= rubygem-libxml-ruby>=2.3.3:${PORTSDIR}/textproc/rubygem-libxml-ruby +RUN_DEPENDS+= rubygem-libxml-ruby>=0.5.2:${PORTSDIR}/textproc/rubygem-libxml-ruby .else USE_RUBY_FEATURES= rexml .endif diff --git a/net/rubygem-rightaws/distinfo b/net/rubygem-rightaws/distinfo index 86ce15725865..7f55601652ca 100644 --- a/net/rubygem-rightaws/distinfo +++ b/net/rubygem-rightaws/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/right_aws-1.10.0.gem) = c911f839a3aac2f08398408d7b7631811a877d1199d1850a861278893e776992 -SIZE (rubygem/right_aws-1.10.0.gem) = 101376 +SHA256 (rubygem/right_aws-3.1.0.gem) = 0928c81580e38c9feec0edf6fc9616a2c8e54ccbf3677312b6e800bcfd2e74a8 +SIZE (rubygem/right_aws-3.1.0.gem) = 199680 |