Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2026 09:32:10 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d982c9bc2eae - main - www/redmine51: Mark DEPRECATED and set EXPIRATION_DATE to 2026-05-31
Message-ID:  <6a02f39a.38a04.5a12c0e6@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit d982c9bc2eae04fa5eefd2309aec2b564aa7ca1e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-12 09:17:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-12 09:31:18 +0000

    www/redmine51: Mark DEPRECATED and set EXPIRATION_DATE to 2026-05-31
    
    - Simplify Makefile: Use BROKEN_RUBY
    
    PR:             295146
    Approved by:    delphij (maintainer)
---
 www/redmine51/Makefile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/www/redmine51/Makefile b/www/redmine51/Makefile
index 2e2d21b592d3..c692d34b570e 100644
--- a/www/redmine51/Makefile
+++ b/www/redmine51/Makefile
@@ -13,6 +13,12 @@ WWW=		https://www.redmine.org/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/doc/COPYING
 
+BROKEN_RUBY33=	Ruby 3.3 and later is not supported
+BROKEN_RUBY34=	Ruby 3.3 and later is not supported
+BROKEN_RUBY40=	Ruby 3.3 and later is not supported
+DEPRECATED=	Please migrate to newer version. Ruby 3.2 has been removed from the ports tree
+EXPIRATION_DATE=2026-05-31
+
 RUN_DEPENDS=	rubygem-actionpack-xml_parser-rails61>=0:textproc/rubygem-actionpack-xml_parser-rails61 \
 		rubygem-addressable>0:www/rubygem-addressable \
 		rubygem-bundler>=1.12.0:sysutils/rubygem-bundler \
@@ -79,12 +85,6 @@ THIN_RUN_DEPENDS=	rubygem-thin>=1.6.2:www/rubygem-thin
 THIN_SUB_LIST=		WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
 THIN_VARS=		USE_RC_SUBR=redmine
 
-.include <bsd.port.pre.mk>
-
-.if ${RUBY_VER} >= 3.3
-BROKEN=		ruby 3.3 and later is not supported
-.endif
-
 post-extract:
 	@${RM} -r ${WRKSRC}/.hgignore ${WRKSRC}/.gitignore ${WRKSRC}/.github \
 		${WRKSRC}/files/delete.me ${WRKSRC}/log/delete.me
@@ -126,4 +126,4 @@ post-install:
 	${RM} ${STAGEDIR}${WWWDIR}/package.json \
 		${STAGEDIR}${WWWDIR}/yarn.lock
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a02f39a.38a04.5a12c0e6>