From owner-svn-ports-all@FreeBSD.ORG Thu Dec 26 20:04:58 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7766676B; Thu, 26 Dec 2013 20:04:58 +0000 (UTC) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 608B41E7B; Thu, 26 Dec 2013 20:04:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBQK4w3M053188; Thu, 26 Dec 2013 20:04:58 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBQK4uCT053180; Thu, 26 Dec 2013 20:04:56 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201312262004.rBQK4uCT053180@svn.freebsd.org> From: Steve Wills Date: Thu, 26 Dec 2013 20:04:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337612 - in head: devel/rubygem-childprocess net/rubygem-rightaws net/rubygem-rightflexiscale net/rubygem-rightgogrid net/rubygem-righthttpconnection net/rubygem-rightslicehost securit... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Dec 2013 20:04:58 -0000 Author: swills Date: Thu Dec 26 20:04:56 2013 New Revision: 337612 URL: http://svnweb.freebsd.org/changeset/ports/337612 Log: - Assign these to ruby@ Modified: head/devel/rubygem-childprocess/Makefile head/net/rubygem-rightaws/Makefile head/net/rubygem-rightflexiscale/Makefile (contents, props changed) head/net/rubygem-rightgogrid/Makefile (contents, props changed) head/net/rubygem-righthttpconnection/Makefile (contents, props changed) head/net/rubygem-rightslicehost/Makefile (contents, props changed) head/security/rubygem-gpgr/Makefile (contents, props changed) Modified: head/devel/rubygem-childprocess/Makefile ============================================================================== --- head/devel/rubygem-childprocess/Makefile Thu Dec 26 19:50:48 2013 (r337611) +++ head/devel/rubygem-childprocess/Makefile Thu Dec 26 20:04:56 2013 (r337612) @@ -6,7 +6,7 @@ PORTVERSION= 0.3.9 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= External background process controller RUN_DEPENDS= rubygem-ffi>=1.0.11:${PORTSDIR}/devel/rubygem-ffi Modified: head/net/rubygem-rightaws/Makefile ============================================================================== --- head/net/rubygem-rightaws/Makefile Thu Dec 26 19:50:48 2013 (r337611) +++ head/net/rubygem-rightaws/Makefile Thu Dec 26 20:04:56 2013 (r337612) @@ -7,7 +7,7 @@ CATEGORIES= net rubygems MASTER_SITES= RG DISTNAME= right_aws-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Provides access to Amazon EC2, S3, SQS, and SDB web services LICENSE= MIT Modified: head/net/rubygem-rightflexiscale/Makefile ============================================================================== --- head/net/rubygem-rightflexiscale/Makefile Thu Dec 26 19:50:48 2013 (r337611) +++ head/net/rubygem-rightflexiscale/Makefile Thu Dec 26 20:04:56 2013 (r337612) @@ -7,7 +7,7 @@ CATEGORIES= net rubygems MASTER_SITES= RG DISTNAME= right_flexiscale-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Provides Ruby access to the Flexiscale API RUN_DEPENDS= rubygem-righthttpconnection>=1.2.4:${PORTSDIR}/net/rubygem-righthttpconnection \ Modified: head/net/rubygem-rightgogrid/Makefile ============================================================================== --- head/net/rubygem-rightgogrid/Makefile Thu Dec 26 19:50:48 2013 (r337611) +++ head/net/rubygem-rightgogrid/Makefile Thu Dec 26 20:04:56 2013 (r337612) @@ -7,7 +7,7 @@ CATEGORIES= net rubygems MASTER_SITES= RG DISTNAME= right_gogrid-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Provides Ruby access to the GoGrid API RUN_DEPENDS= rubygem-righthttpconnection>=1.2.4:${PORTSDIR}/net/rubygem-righthttpconnection Modified: head/net/rubygem-righthttpconnection/Makefile ============================================================================== --- head/net/rubygem-righthttpconnection/Makefile Thu Dec 26 19:50:48 2013 (r337611) +++ head/net/rubygem-righthttpconnection/Makefile Thu Dec 26 20:04:56 2013 (r337612) @@ -7,7 +7,7 @@ CATEGORIES= net rubygems MASTER_SITES= RG DISTNAME= right_http_connection-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Persistent HTTP/HTTPS connections with error retries USE_RUBY= yes Modified: head/net/rubygem-rightslicehost/Makefile ============================================================================== --- head/net/rubygem-rightslicehost/Makefile Thu Dec 26 19:50:48 2013 (r337611) +++ head/net/rubygem-rightslicehost/Makefile Thu Dec 26 20:04:56 2013 (r337612) @@ -7,7 +7,7 @@ CATEGORIES= net rubygems MASTER_SITES= RG DISTNAME= right_slicehost-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Provides Ruby access to the Slicehost API RUN_DEPENDS= rubygem-righthttpconnection>=1.2.4:${PORTSDIR}/net/rubygem-righthttpconnection Modified: head/security/rubygem-gpgr/Makefile ============================================================================== --- head/security/rubygem-gpgr/Makefile Thu Dec 26 19:50:48 2013 (r337611) +++ head/security/rubygem-gpgr/Makefile Thu Dec 26 20:04:56 2013 (r337612) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Very light interface to the command-line GPG tool RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg