Skip to content

Commit

Permalink
www/redmine50: Marked BROKEN with ruby32
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
5u623l20 committed Jan 21, 2024
1 parent f8c91cc commit 7ef56d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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
Expand All @@ -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 \
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7ef56d4

Please sign in to comment.