From owner-svn-ports-head@FreeBSD.ORG Wed May 27 15:04:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D571F39; Wed, 27 May 2015 15:04:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70B0DEB0; Wed, 27 May 2015 15:04:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4RF4Gnl041765; Wed, 27 May 2015 15:04:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4RF4GXB041763; Wed, 27 May 2015 15:04:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505271504.t4RF4GXB041763@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 May 2015 15:04:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387612 - in head/net: rubygem-right_flexiscale rubygem-rightflexiscale X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2015 15:04:16 -0000 Author: sunpoet Date: Wed May 27 15:04:15 2015 New Revision: 387612 URL: https://svnweb.freebsd.org/changeset/ports/387612 Log: - Move net/rubygem-rightflexiscale to net/rubygem-right_flexiscale - Add LICENSE - Fix RUN_DEPENDS - Remove UNIQUENAME - Update WWW - Bump PORTREVISION for dependency change Added: head/net/rubygem-right_flexiscale/ - copied from r387543, head/net/rubygem-rightflexiscale/ Deleted: head/net/rubygem-rightflexiscale/ Modified: head/net/rubygem-right_flexiscale/Makefile head/net/rubygem-right_flexiscale/pkg-descr Modified: head/net/rubygem-right_flexiscale/Makefile ============================================================================== --- head/net/rubygem-rightflexiscale/Makefile Wed May 27 06:50:22 2015 (r387543) +++ head/net/rubygem-right_flexiscale/Makefile Wed May 27 15:04:15 2015 (r387612) @@ -1,22 +1,21 @@ # Created by: Greg Larkin # $FreeBSD$ -PORTNAME= rightflexiscale +PORTNAME= right_flexiscale PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG -DISTNAME= right_flexiscale-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Provides Ruby access to the Flexiscale API -RUN_DEPENDS= rubygem-righthttpconnection>=1.2.4:${PORTSDIR}/net/rubygem-righthttpconnection \ - rubygem-soap4r>=1.5.8:${PORTSDIR}/devel/rubygem-soap4r +LICENSE= MIT + +RUN_DEPENDS= rubygem-soap4r>=1.5.8:${PORTSDIR}/devel/rubygem-soap4r USE_RUBY= yes USE_RUBYGEMS= yes -GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes -UNIQUENAME= ${PORTNAME} .include Modified: head/net/rubygem-right_flexiscale/pkg-descr ============================================================================== --- head/net/rubygem-rightflexiscale/pkg-descr Wed May 27 06:50:22 2015 (r387543) +++ head/net/rubygem-right_flexiscale/pkg-descr Wed May 27 15:04:15 2015 (r387612) @@ -1,4 +1,4 @@ The RightScale Flexiscale gem has been designed to provide a robust interface to Flexiscale's existing API. -WWW: http://rubygems.org/gems/rightflexiscale/ +WWW: https://github.com/rightscale/right_flexiscale