Commit 67fa95f7 authored by Rene Ladan's avatar Rene Ladan
Browse files

cleanup: Remove expired ports:

2022-06-30 security/ruby-bitwarden: Broken with all supported versions of Ruby
2022-06-30 mail/rubygem-tmail: Broken with all supported versions of Ruby
2022-06-30 www/redmine4: Deprecated by upstream. Please consider using www/redmine42
parent f599046f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -17365,3 +17365,6 @@ security/libgringotts||2022-06-30|Has expired: Abandonware, upstream dead and la
deskutils/osmo||2022-06-30|Has expired: Depends on expired security/libgringotts
devel/itext||2022-06-30|Has expired: Outdated version and deprecated by upstream
audio/tuxguitar||2022-06-30|Has expired: Depends on expired devel/itext
security/ruby-bitwarden||2022-06-30|Has expired: Broken with all supported versions of Ruby
mail/rubygem-tmail||2022-06-30|Has expired: Broken with all supported versions of Ruby
www/redmine4|www/redmine42|2022-06-30|Has expired: Deprecated by upstream. Please consider using www/redmine42
+0 −1
Original line number Diff line number Diff line
@@ -611,7 +611,6 @@
    SUBDIR += rubygem-roadie-rails-rails52
    SUBDIR += rubygem-roadie3
    SUBDIR += rubygem-ruby-qmail
    SUBDIR += rubygem-tmail
    SUBDIR += rubygem-valid_email
    SUBDIR += rubygem-vmail
    SUBDIR += s-nail

mail/rubygem-tmail/Makefile

deleted100644 → 0
+0 −23
Original line number Diff line number Diff line
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>

PORTNAME=	tmail
PORTVERSION=	1.2.7.1
CATEGORIES=	mail rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	RFC2822/MIME compliant mail manipulating library for Ruby

DEPRECATED=	Broken with all supported versions of Ruby
EXPIRATION_DATE=	2022-06-30

# Seems to be a dead project, last upgrade 2010-02-07 and homepage does not load anymore:
# https://rubygems.org/gems/tmail, http://tmail.rubyforge.org/
BROKEN_RUBY27=	yes
BROKEN_RUBY30=	yes
BROKEN_RUBY31=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>

mail/rubygem-tmail/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (rubygem/tmail-1.2.7.1.gem) = 9e4153e48c7f618ce6b22a44b5671ec5b9e49d16c693c3ee8b93397e9d78ca41
SIZE (rubygem/tmail-1.2.7.1.gem) = 446464

mail/rubygem-tmail/pkg-descr

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
TMail is a mail manipulating library for Ruby, with RFC822 and MIME
multipart support.

WWW: https://rubygems.org/gems/tmail
Loading