Date: Wed, 27 May 2015 15:04:16 +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: r387612 - in head/net: rubygem-right_flexiscale rubygem-rightflexiscale Message-ID: <201505271504.t4RF4GXB041763@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <glarkin@FreeBSD.org> # $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505271504.t4RF4GXB041763>