diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2013-07-03 21:28:41 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2013-07-03 21:28:41 +0000 |
commit | cf69e21796217c8343bd2253c0720138208424dd (patch) | |
tree | b601ec4cb96ce2e596c721050ed9299b1b015e3f /net/rubygem-rightaws/Makefile | |
parent | 4f38d0e790981e0e5ade668325af413d5314c339 (diff) | |
download | ports-cf69e21796217c8343bd2253c0720138208424dd.tar.gz ports-cf69e21796217c8343bd2253c0720138208424dd.zip |
Notes
Diffstat (limited to 'net/rubygem-rightaws/Makefile')
-rw-r--r-- | net/rubygem-rightaws/Makefile | 9 |
1 files changed, 5 insertions, 4 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 |