pkgsrc/devel/ruby-redmine41/INSTALL
taca cfffcd20b8 devel/ruby-redmine41: add version 4.1.1
Add ruby-redmine41 (Redmine) package version 4.1.1 based
on wip/ruby-redmine.

Redmine 4.1.1 (2020-04-06)

* Security: these 2 releases include several security fixes, including
  a fix for a persistent XSS vulnerability in Textile formatting, so
  upgrading as soon as possible is recommanded.

Redmine 4.1.0 (2019-12-20)

Main improvements:

* New permissions
* Issue list improvements
* Issue history tabs
* Allow pasting screenshots from clipboard
* Query system for Projects page
* Bookmarks and recently used projects in the project jump box
* Custom fields visibility
* CSV Import for Time Entries
2021-02-28 16:50:02 +00:00

15 lines
257 B
Text

#!@SH@
#
# $NetBSD: INSTALL,v 1.1 2021/02/28 16:50:02 taca Exp $
WWWGRP="@WWWGRP@"
WWWOWN="@WWWOWN@"
RM_DIR="@PREFIX@/@RM_DIR@"
case "${STAGE}" in
POST-INSTALL)
cd ${RM_DIR} &&
${CHOWN} -R ${WWWOWN} ${RM_DIR}
${CHGRP} -R ${WWWGRP} ${RM_DIR}
;;
esac