Path to this page:
./
devel/ruby-redmine60,
Flexible project management web application
Branch: CURRENT,
Version: 6.0.2,
Package name: ruby32-redmine60-6.0.2,
Maintainer: pkgsrc-usersRedmine is a flexible project management web application using the
Ruby on Rails framework, it is cross-platform and cross-database.
Redmine 6.0 introduces these new features in these categories:
* Redmine 6 has been upgraded to Rails 7.2
* Ruby 3.3 is now supported and support for Ruby 2.7 and 3.0 has been dropped
* Asset pipeline integration using Propshaft has been enabled
* Support for Markdown has been removed
* Icons have been replaced with SVG icons provided by Tabler
* UI tweaks
* New features and enhancements, some of them being long awaited features
* API changes
* Security improvement:
User visibility changed from "all" to "member of visible projects" for new
roles and existing builtin roles (#38853)
DEINSTALL [+/-]#!@SH@
#
# $NetBSD: DEINSTALL,v 1.1 2024/12/13 17:19:28 taca Exp $
WWWGRP="@WWWGRP@"
WWWOWN="@WWWOWN@"
RM_DIR="@PREFIX@/@RM_DIR@"
case "${STAGE}" in
DEINSTALL)
cd ${RM_DIR} && ${RM} -f Gemfile.lock;;
esac
Package options: mysql, ruby-unicorn
Master sites:
Filesize: 3965.517 KB
Version history: (Expand)
- (2024-12-13) Package added to pkgsrc.se, version ruby32-redmine60-6.0.2 (created)
CVS history: (Expand)
2024-12-13 18:19:29 by Takahiro Kambe | Files touched by this commit (19) |
Log message:
devel/ruby-redmine60: add package version 6.0.2
Redmine is a flexible project management web application using the
Ruby on Rails framework, it is cross-platform and cross-database.
Redmine 6.0 introduces these new features in these categories:
* Redmine 6 has been upgraded to Rails 7.2
* Ruby 3.3 is now supported and support for Ruby 2.7 and 3.0 has been dropped
* Asset pipeline integration using Propshaft has been enabled
* Support for Markdown has been removed
* Icons have been replaced with SVG icons provided by Tabler
* UI tweaks
* New features and enhancements, some of them being long awaited features
* API changes
* Security improvement:
User visibility changed from "all" to "member of visible \
projects" for new
roles and existing builtin roles (#38853)
|