diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-27 23:04:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-27 23:04:25 +0800 |
commit | 3d0f2716b0fd3df5bb293a4ef95d2f56bf635477 (patch) | |
tree | f837e7d20a3b0b5d00890c10aa84e2021b7addd5 | |
parent | 4532fe769e0b48439979230117e37ae8ee97dae5 (diff) | |
download | freebsd-ports-gnome-3d0f2716b0fd3df5bb293a4ef95d2f56bf635477.tar.gz freebsd-ports-gnome-3d0f2716b0fd3df5bb293a4ef95d2f56bf635477.tar.zst freebsd-ports-gnome-3d0f2716b0fd3df5bb293a4ef95d2f56bf635477.zip |
- Move net/rubygem-rightaws to net/rubygem-right_aws
- Update RUN_DEPENDS
- Convert to new options helper
- Remove UNIQUENAME
- Update WWW
- Bump PORTREVISION for dependency change
-rw-r--r-- | net/rubygem-right_aws/Makefile (renamed from net/rubygem-rightaws/Makefile) | 14 | ||||
-rw-r--r-- | net/rubygem-right_aws/distinfo (renamed from net/rubygem-rightaws/distinfo) | 0 | ||||
-rw-r--r-- | net/rubygem-right_aws/pkg-descr (renamed from net/rubygem-rightaws/pkg-descr) | 2 |
3 files changed, 5 insertions, 11 deletions
diff --git a/net/rubygem-rightaws/Makefile b/net/rubygem-right_aws/Makefile index 0f183343c706..0e8995984444 100644 --- a/net/rubygem-rightaws/Makefile +++ b/net/rubygem-right_aws/Makefile @@ -1,32 +1,26 @@ # Created by: Greg Larkin <glarkin@FreeBSD.org> # $FreeBSD$ -PORTNAME= rightaws +PORTNAME= right_aws PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG -DISTNAME= right_aws-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Provides access to Amazon EC2, S3, SQS, and SDB web services LICENSE= MIT -RUN_DEPENDS= rubygem-righthttpconnection>=1.2.5:${PORTSDIR}/net/rubygem-righthttpconnection +RUN_DEPENDS= rubygem-right_http_connection>=1.2.5:${PORTSDIR}/net/rubygem-right_http_connection USE_RUBY= yes USE_RUBYGEMS= yes -GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes -UNIQUENAME= ${PORTNAME} OPTIONS_DEFINE= LIBXML LIBXML_DESC= Use libxml instead of REXML -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MLIBXML} -RUN_DEPENDS+= rubygem-libxml-ruby>=0.5.2:${PORTSDIR}/textproc/rubygem-libxml-ruby -.endif +LIBXML_RUN_DEPENDS= rubygem-libxml-ruby>=0.5.2:${PORTSDIR}/textproc/rubygem-libxml-ruby .include <bsd.port.mk> diff --git a/net/rubygem-rightaws/distinfo b/net/rubygem-right_aws/distinfo index 7f55601652ca..7f55601652ca 100644 --- a/net/rubygem-rightaws/distinfo +++ b/net/rubygem-right_aws/distinfo diff --git a/net/rubygem-rightaws/pkg-descr b/net/rubygem-right_aws/pkg-descr index 2c1e65648963..4bac086d0f2b 100644 --- a/net/rubygem-rightaws/pkg-descr +++ b/net/rubygem-right_aws/pkg-descr @@ -4,4 +4,4 @@ Amazon's REST and query interfaces to provide full programmatic control. An optional robust HTTP layer retries and clears transient errors. -WWW: http://rubygems.org/gems/rightaws/ +WWW: https://github.com/rightscale/right_aws |