aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-04-28 06:55:23 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-04-28 06:55:23 +0800
commite54d64f5bee3ca81b1b640721e0300475d42ce5e (patch)
treefb9f3b03aed491ba6eee881b93d49679e5a974f5 /security
parent8cd38b308648792cbe6a9b424c07536f7b2b9998 (diff)
downloadfreebsd-ports-gnome-e54d64f5bee3ca81b1b640721e0300475d42ce5e.tar.gz
freebsd-ports-gnome-e54d64f5bee3ca81b1b640721e0300475d42ce5e.tar.zst
freebsd-ports-gnome-e54d64f5bee3ca81b1b640721e0300475d42ce5e.zip
- 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
Diffstat (limited to 'security')
-rw-r--r--security/rubygem-net-scp/Makefile4
-rw-r--r--security/rubygem-net-sftp/Makefile2
-rw-r--r--security/rubygem-net-ssh-gateway/Makefile4
-rw-r--r--security/rubygem-net-ssh/Makefile2
4 files changed, 6 insertions, 6 deletions
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 <pgollucci@FreeBSD.org>
+# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $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 <pgollucci@FreeBSD.org>
+# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $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