svn commit: r387614 - in head/net: rubygem-right_aws rubygem-rightaws
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 27 15:04:26 UTC 2015
Author: sunpoet
Date: Wed May 27 15:04:25 2015
New Revision: 387614
URL: https://svnweb.freebsd.org/changeset/ports/387614
Log:
- 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
Added:
head/net/rubygem-right_aws/
- copied from r387543, head/net/rubygem-rightaws/
Deleted:
head/net/rubygem-rightaws/
Modified:
head/net/rubygem-right_aws/Makefile
head/net/rubygem-right_aws/pkg-descr
Modified: head/net/rubygem-right_aws/Makefile
==============================================================================
--- head/net/rubygem-rightaws/Makefile Wed May 27 06:50:22 2015 (r387543)
+++ head/net/rubygem-right_aws/Makefile Wed May 27 15:04:25 2015 (r387614)
@@ -1,32 +1,26 @@
# Created by: Greg Larkin <glarkin at 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 at 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>
Modified: head/net/rubygem-right_aws/pkg-descr
==============================================================================
--- head/net/rubygem-rightaws/pkg-descr Wed May 27 06:50:22 2015 (r387543)
+++ head/net/rubygem-right_aws/pkg-descr Wed May 27 15:04:25 2015 (r387614)
@@ -4,4 +4,4 @@ Amazon's REST and query interfaces to pr
control. An optional robust HTTP layer retries and clears transient
errors.
-WWW: http://rubygems.org/gems/rightaws/
+WWW: https://github.com/rightscale/right_aws
More information about the svn-ports-all
mailing list