svn commit: r556169 - head/mail/rubygem-tmail

Matthias Fechner mfechner at FreeBSD.org
Tue Nov 24 16:05:02 UTC 2020


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 at 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
 


More information about the svn-ports-head mailing list