diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-07-27 16:06:01 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-07-27 16:06:01 +0000 |
commit | 413424ee99f55dc8d1d442dfc594daa157055a7b (patch) | |
tree | 8ef1f11a6de3111d6a26743f7db0753348a8c53d /mail | |
parent | 4c082f93daffa48c418a347625e4edaedd6c4acc (diff) | |
download | ports-413424ee99f55dc8d1d442dfc594daa157055a7b.tar.gz ports-413424ee99f55dc8d1d442dfc594daa157055a7b.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rubygem-larch/Makefile | 2 | ||||
-rw-r--r-- | mail/rubygem-mail/Makefile | 4 | ||||
-rw-r--r-- | mail/rubygem-pony/Makefile | 2 | ||||
-rw-r--r-- | mail/rubygem-rmail/Makefile | 10 |
4 files changed, 7 insertions, 11 deletions
diff --git a/mail/rubygem-larch/Makefile b/mail/rubygem-larch/Makefile index 530c998f77fa..694247d56a06 100644 --- a/mail/rubygem-larch/Makefile +++ b/mail/rubygem-larch/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.1.2 CATEGORIES= mail rubygems MASTER_SITES= RG -MAINTAINER= freebsdports@chillibear.com +MAINTAINER= ruby@FreeBSD.org COMMENT= Larch copies messages from one IMAP server to another RUN_DEPENDS= rubygem-highline>=1.5:${PORTSDIR}/devel/rubygem-highline \ diff --git a/mail/rubygem-mail/Makefile b/mail/rubygem-mail/Makefile index a5c7b00fd7ef..61023aa0dd2f 100644 --- a/mail/rubygem-mail/Makefile +++ b/mail/rubygem-mail/Makefile @@ -7,8 +7,8 @@ PORTEPOCH= 1 CATEGORIES= mail rubygems MASTER_SITES= RG -MAINTAINER= freebsdports@chillibear.com -COMMENT= A Ruby email handler +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby email handler LICENSE= MIT diff --git a/mail/rubygem-pony/Makefile b/mail/rubygem-pony/Makefile index e76d0db4ccc6..1b6081f9c799 100644 --- a/mail/rubygem-pony/Makefile +++ b/mail/rubygem-pony/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.5 CATEGORIES= mail rubygems MASTER_SITES= RG -MAINTAINER= freebsdports@chillibear.com +MAINTAINER= ruby@FreeBSD.org COMMENT= The express way to send mail from Ruby RUN_DEPENDS= rubygem-mail>=2.0:${PORTSDIR}/mail/rubygem-mail diff --git a/mail/rubygem-rmail/Makefile b/mail/rubygem-rmail/Makefile index c2afa37c639c..70398602e247 100644 --- a/mail/rubygem-rmail/Makefile +++ b/mail/rubygem-rmail/Makefile @@ -1,17 +1,13 @@ -# Ports collection makefile for: rubygem-rmail -# Date created: 09 January 2011 -# Whom: Eric Freeman <freebsdports@chillibear.com> -# +# Created by: Eric Freeman <freebsdports@chillibear.com> # $FreeBSD$ -# PORTNAME= rmail PORTVERSION= 1.0.0 CATEGORIES= mail rubygems MASTER_SITES= RG -MAINTAINER= freebsdports@chillibear.com -COMMENT= RMail is a lightweight mail library +MAINTAINER= ruby@FreeBSD.org +COMMENT= Lightweight mail library USE_RUBY= yes USE_RUBYGEMS= yes |