From e54d64f5bee3ca81b1b640721e0300475d42ce5e Mon Sep 17 00:00:00 2001 From: pgollucci Date: Tue, 27 Apr 2010 22:55:23 +0000 Subject: - Re-assign all my rubygem-* ports to ruby@ this gives us more eyes and brings us inline with perl@ Current ruby@ members (stas, dinoex, pgollucci) http://wiki.freebsd.org/Ruby Discussed with: stas on #bsdports --- security/rubygem-net-scp/Makefile | 4 ++-- security/rubygem-net-sftp/Makefile | 2 +- security/rubygem-net-ssh-gateway/Makefile | 4 ++-- security/rubygem-net-ssh/Makefile | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'security') diff --git a/security/rubygem-net-scp/Makefile b/security/rubygem-net-scp/Makefile index 0fd911a68bbf..d1fe29901ad1 100644 --- a/security/rubygem-net-scp/Makefile +++ b/security/rubygem-net-scp/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: rubygem-net-scp # Date created: June 27, 2008 -# Whom: Philip M. Gollucci +# Whom: Philip M. Gollucci # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= security rubygems MASTER_SITES= RF MASTER_SITE_SUBDIR= net-ssh -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Non-interactive SCP processing RUN_DEPENDS= rubygem-net-ssh>=1.99.1:${PORTSDIR}/security/rubygem-net-ssh diff --git a/security/rubygem-net-sftp/Makefile b/security/rubygem-net-sftp/Makefile index 5cb0dfab2912..205098e26097 100644 --- a/security/rubygem-net-sftp/Makefile +++ b/security/rubygem-net-sftp/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security rubygems MASTER_SITES= RF MASTER_SITE_SUBDIR= net-ssh -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Implementation of the SFTP client protocol RUN_DEPENDS= rubygem-net-ssh>=2.0.2:${PORTSDIR}/security/rubygem-net-ssh diff --git a/security/rubygem-net-ssh-gateway/Makefile b/security/rubygem-net-ssh-gateway/Makefile index 323bf454164c..d14f1e0423f0 100644 --- a/security/rubygem-net-ssh-gateway/Makefile +++ b/security/rubygem-net-ssh-gateway/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: rubygem-net-ssh-gateway # Date created: June 27, 2008 -# Whom: Philip M. Gollucci +# Whom: Philip M. Gollucci # # $FreeBSD$ # @@ -12,7 +12,7 @@ CATEGORIES= security rubygems MASTER_SITES= RF MASTER_SITE_SUBDIR= net-ssh -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Establish Net::SSH connections through firewalls RUN_DEPENDS= rubygem-net-ssh>=2.0.0:${PORTSDIR}/security/rubygem-net-ssh diff --git a/security/rubygem-net-ssh/Makefile b/security/rubygem-net-ssh/Makefile index 56d5ee79263c..a54ed7c606da 100644 --- a/security/rubygem-net-ssh/Makefile +++ b/security/rubygem-net-ssh/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.0.15 CATEGORIES= security rubygems MASTER_SITES= RF -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Non-interactive SSH processing OPTIONS= PROMPT_PASSPHRASES "Prompt for passphrases on keys" On -- cgit