git: 7ef56d4130c0 - main - www/redmine50: Marked BROKEN with ruby32
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 12:51:40 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7ef56d4130c03b7d371831c813cb8fc53e7618eb
commit 7ef56d4130c03b7d371831c813cb8fc53e7618eb
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 12:05:45 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 12:51:17 +0000
www/redmine50: Marked BROKEN with ruby32
- Upstream supports only ruby31 with this version as mentioned here:
https://www.redmine.org/projects/redmine/wiki/RedmineInstall [1]
- Mark DEPRECATED
- Set EXPIRATION_DATE 2025-03-31 or sync with the EXPIRATION_DATE of
ruby31
- BUMPING so that it shows warning before installation or upgrade
PR: 276466
Reported by: vvd [1]
Approved by: portmgr (blanket)
---
www/redmine50/Makefile | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/www/redmine50/Makefile b/www/redmine50/Makefile
index 758accdcc7d7..a3ff0538a666 100644
--- a/www/redmine50/Makefile
+++ b/www/redmine50/Makefile
@@ -1,5 +1,6 @@
PORTNAME= redmine
PORTVERSION= 5.0.7
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://www.redmine.org/releases/
PKGNAMESUFFIX= 50
@@ -11,6 +12,9 @@ WWW= https://www.redmine.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/doc/COPYING
+DEPRECATED= Requires ruby31
+EXPIRATION_DATE= 2025-03-31
+
RUN_DEPENDS= rubygem-bundler>=1.12.0:sysutils/rubygem-bundler \
rubygem-globalid-rails61>0:databases/rubygem-globalid-rails61 \
rubygem-rails61>=6.1:www/rubygem-rails61 \
@@ -45,6 +49,7 @@ RUN_DEPENDS+= rubygem-redcarpet>=3.5.1:textproc/rubygem-redcarpet \
rubygem-deckar01-task_list>=2.3.1:www/rubygem-deckar01-task_list
USES= cpe ruby
+BROKEN_RUBY32= yes
CONFLICTS_INSTALL= redmine42