Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2020 16:05:01 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556169 - head/mail/rubygem-tmail
Message-ID:  <202011241605.0AOG51cv054389@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Tue Nov 24 16:05:01 2020
New Revision: 556169
URL: https://svnweb.freebsd.org/changeset/ports/556169

Log:
  Marked it as broken for ruby 2.7.
  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/
  
  PR:		244787

Modified:
  head/mail/rubygem-tmail/Makefile

Modified: head/mail/rubygem-tmail/Makefile
==============================================================================
--- head/mail/rubygem-tmail/Makefile	Tue Nov 24 16:00:11 2020	(r556168)
+++ head/mail/rubygem-tmail/Makefile	Tue Nov 24 16:05:01 2020	(r556169)
@@ -9,6 +9,10 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	RFC2822/MIME compliant mail manipulating library for Ruby
 
+# 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
+
 USE_RUBY=	yes
 USES=		gem
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011241605.0AOG51cv054389>