Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2015 15:04:26 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387614 - in head/net: rubygem-right_aws rubygem-rightaws
Message-ID:  <201505271504.t4RF4Q1F042082@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505271504.t4RF4Q1F042082>