head	1.2;
access;
symbols
	pkgsrc-2021Q2:1.1.0.48
	pkgsrc-2021Q2-base:1.1
	pkgsrc-2021Q1:1.1.0.46
	pkgsrc-2021Q1-base:1.1
	pkgsrc-2020Q4:1.1.0.44
	pkgsrc-2020Q4-base:1.1
	pkgsrc-2020Q3:1.1.0.42
	pkgsrc-2020Q3-base:1.1
	pkgsrc-2020Q2:1.1.0.38
	pkgsrc-2020Q2-base:1.1
	pkgsrc-2020Q1:1.1.0.18
	pkgsrc-2020Q1-base:1.1
	pkgsrc-2019Q4:1.1.0.40
	pkgsrc-2019Q4-base:1.1
	pkgsrc-2019Q3:1.1.0.36
	pkgsrc-2019Q3-base:1.1
	pkgsrc-2019Q2:1.1.0.34
	pkgsrc-2019Q2-base:1.1
	pkgsrc-2019Q1:1.1.0.32
	pkgsrc-2019Q1-base:1.1
	pkgsrc-2018Q4:1.1.0.30
	pkgsrc-2018Q4-base:1.1
	pkgsrc-2018Q3:1.1.0.28
	pkgsrc-2018Q3-base:1.1
	pkgsrc-2018Q2:1.1.0.26
	pkgsrc-2018Q2-base:1.1
	pkgsrc-2018Q1:1.1.0.24
	pkgsrc-2018Q1-base:1.1
	pkgsrc-2017Q4:1.1.0.22
	pkgsrc-2017Q4-base:1.1
	pkgsrc-2017Q3:1.1.0.20
	pkgsrc-2017Q3-base:1.1
	pkgsrc-2017Q2:1.1.0.16
	pkgsrc-2017Q2-base:1.1
	pkgsrc-2017Q1:1.1.0.14
	pkgsrc-2017Q1-base:1.1
	pkgsrc-2016Q4:1.1.0.12
	pkgsrc-2016Q4-base:1.1
	pkgsrc-2016Q3:1.1.0.10
	pkgsrc-2016Q3-base:1.1
	pkgsrc-2016Q2:1.1.0.8
	pkgsrc-2016Q2-base:1.1
	pkgsrc-2016Q1:1.1.0.6
	pkgsrc-2016Q1-base:1.1
	pkgsrc-2015Q4:1.1.0.4
	pkgsrc-2015Q4-base:1.1
	pkgsrc-2015Q3:1.1.0.2
	pkgsrc-2015Q3-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2021.08.31.15.01.13;	author taca;	state dead;
branches;
next	1.1;
commitid	YfLyxXJW5Kp9q87D;

1.1
date	2015.07.05.23.55.25;	author rodent;	state Exp;
branches;
next	;
commitid	lZ9yaYSOQMHrG9sy;


desc
@@


1.2
log
@devel/ruby-redmine: remove Redmine 4.0

Redmine 4.0.9 was last release of Redmine 4.0 seriese.  No more fixes
including security problem and there are security release for 4.1/4.2
but not for 4.0.

Discussing with MAINTAINER, we decide to remove ruby-redmine package.
Please migrate to ruby-redmine41 or ruby-redmine42.
@
text
@#!@@SH@@
#
# $NetBSD: INSTALL,v 1.1 2015/07/05 23:55:25 rodent 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
@


1.1
log
@Reimport ruby22-redmine-3.0.3 as devel/ruby-redmine. This allows the package to
be used with multiple Ruby versions simultaneously without CONFLICTing with each
other. Main difference is that SHAREDIR, EGDIR, and the helper scripts using RUBY_PKGPREFIX and RUBY_SUFFIX, where applicable. The rcvar will be
ruby_redmine${RUBY_PKGPREFIX} now. Discussed with MAINTAINER some time last
quarter.

Redmine is a flexible project management web application. Written using the Ruby
on Rails framework, it is cross-platform and cross-database.

Redmine is open source and released under the terms of the GNU General Public
License v2 (GPL). Some of the main features of Redmine are:

   Multiple projects support
   Flexible role based access control
   Flexible issue tracking system
   Gantt chart and calendar
   News, documents & files management
   Feeds & email notifications
   Per project wiki
   Per project forums
   Time tracking
   Custom fields for issues, time-entries, projects and users
   SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs)
   Issue creation via email
   Multiple LDAP authentication support
   User self-registration support
   Multilanguage support
   Multiple databases support
@
text
@d3 1
a3 1
# $NetBSD: INSTALL,v 1.1 2015/01/03 18:55:43 ryoon Exp $
@

