Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2023 14:15:06 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: afcd338956f8 - main - www/redmine42: Mark DEPRECATED and set EXPIRATION_DATE
Message-ID:  <202305241415.34OEF663072292@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=afcd338956f8a31da75efe6453e440826398c62e

commit afcd338956f8a31da75efe6453e440826398c62e
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2023-05-16 07:31:10 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2023-05-24 14:14:46 +0000

    www/redmine42: Mark DEPRECATED and set EXPIRATION_DATE
    
    This port is BROKEN with all supported Ruby versions after the removal
    of lang/ruby27.
    
    While here, mark BROKEN with Ruby 3.2 and 3.3 too.
    
    PR:             271446
---
 www/redmine42/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/www/redmine42/Makefile b/www/redmine42/Makefile
index f702b14ac0a0..d29544fe892b 100644
--- a/www/redmine42/Makefile
+++ b/www/redmine42/Makefile
@@ -12,6 +12,9 @@ WWW=		https://www.redmine.org/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/doc/COPYING
 
+DEPRECATED=	Broken with all supported Ruby versions
+EXPIRATION_DATE=	2023-06-30
+
 RUN_DEPENDS=	rubygem-bundler>=1.5.0:sysutils/rubygem-bundler \
 		rubygem-rails52>=5.2.8.1<5.3:www/rubygem-rails52 \
 		rubygem-rouge3>=3.26.0:textproc/rubygem-rouge3 \
@@ -34,6 +37,8 @@ RUN_DEPENDS=	rubygem-bundler>=1.5.0:sysutils/rubygem-bundler \
 USES=		cpe ruby
 BROKEN_RUBY30=	yes
 BROKEN_RUBY31=	yes
+BROKEN_RUBY32=	yes
+BROKEN_RUBY33=	yes
 
 CONFLICTS_INSTALL=	redmine4
 



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