diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/rubygem-smtp_tls/Makefile | 34 | ||||
-rw-r--r-- | mail/rubygem-smtp_tls/distinfo | 2 | ||||
-rw-r--r-- | mail/rubygem-smtp_tls/pkg-descr | 8 |
5 files changed, 1 insertions, 45 deletions
@@ -2298,3 +2298,4 @@ devel/gir-repository-libnotify||2010-07-30|Removed graphics/gir-repository-goocanvas||2010-07-30|Removed graphics/gir-repository-poppler||2010-07-30|Removed x11-toolkits/gir-repository-vte||2010-07-30|Removed +mail/rubygem-smtp_tls||2011-07-30|Has expired: no supported version of FreeBSD have < 1.8.7.p72 diff --git a/mail/Makefile b/mail/Makefile index 5142558de915..9352aaef47f1 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -617,7 +617,6 @@ SUBDIR += rubygem-pony SUBDIR += rubygem-qmail SUBDIR += rubygem-rmail - SUBDIR += rubygem-smtp_tls SUBDIR += rubygem-tmail SUBDIR += rubygem-vmail SUBDIR += sa-stats diff --git a/mail/rubygem-smtp_tls/Makefile b/mail/rubygem-smtp_tls/Makefile deleted file mode 100644 index b491dd196f2b..000000000000 --- a/mail/rubygem-smtp_tls/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Ports collection makefile for: rubygem-smtp_tls -# Date created: 25 July 2010 -# Whom: Eric Freeman <freebsdports@chillibear.com> -# -# $FreeBSD$ -# -# NOTE that this gem is only required if you run Ruby 1.8.6 -# SMTP TLS is built into Ruby 1.8.7+ -# - -PORTNAME= smtp_tls -PORTVERSION= 1.0.3 -CATEGORIES= mail rubygems -MASTER_SITES= RG - -MAINTAINER= freebsdports@chillibear.com -COMMENT= Provides SMTP STARTTLS support for Ruby 1.8.6 - -RUN_DEPENDS= rubygem-hoe>=2.3.2:${PORTSDIR}/devel/rubygem-hoe - -USE_RUBY= yes -USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes - -DEPRECATED= no supported version of FreeBSD have < 1.8.7.p72 -EXPIRATION_DATE= 2011-07-30 - -.include <bsd.port.pre.mk> - -.if ${RUBY_VERSION_CODE} >= 187000 -IGNORE= ruby >= 1.8.7 natively supports SMTP TLS -.endif - -.include <bsd.port.post.mk> diff --git a/mail/rubygem-smtp_tls/distinfo b/mail/rubygem-smtp_tls/distinfo deleted file mode 100644 index 7fd86dbcbd25..000000000000 --- a/mail/rubygem-smtp_tls/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/smtp_tls-1.0.3.gem) = fe5abcbcc3200e21dec2f9cf22657b9a3776c5e1210a5e7505097c3091dd5914 -SIZE (rubygem/smtp_tls-1.0.3.gem) = 10240 diff --git a/mail/rubygem-smtp_tls/pkg-descr b/mail/rubygem-smtp_tls/pkg-descr deleted file mode 100644 index 8a11931ea720..000000000000 --- a/mail/rubygem-smtp_tls/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Provides SMTP STARTTLS support for Ruby 1.8.6, this -functionality is built-in for Ruby 1.8.7+. - -To use simply: require 'smtp_tls' and use the -Net::SMTP#enable_starttls method to talk to -servers that use STARTTLS. - -WWW: http://seattlerb.rubyforge.org/smtp_tls |