pkgsrc/devel/ruby-redmine/options.mk

79 lines
2.2 KiB
Makefile
Raw Normal View History

Update to 3.1.2 Changelog: 3.1.2 (2015-11-14) Defect #20992: Parent priority "Independent of subtasks" setting doesn't work Defect #20360: Project copy does not copy custom field settings Defect #20380: Cannot assign users to projects with IE set to compatibility mode Defect #20591: PDF export does not determine picture (.png) height correctly Defect #20677: Custom fields with multiple values required by worklow can be blank Defect #20811: long pre lines are missing from PDF export of wiki pages Defect #21136: Issues API may disclose changeset messages that are not visible Defect #21150: Time logging form may disclose subjects of issues that are not visible Defect #21155: Deleting invalid wiki page version deletes whole page content Defect #20282: Error message when editing a child project without add project/subprojects permissions Defect #20730: Fix tokenization of phrases with non-ascii chars Defect #21071: find_referenced_issue_by_id fails with RangeError for large numbers Patch #21031: Polish translation update for 3.0-stable Patch #21105: Japanese wiki_syntax_detailed_textile.html translation for 3.0-stable Patch #20785: Polish translation update for 3.1-stable Patch #20837: Bulgarian translation Patch #20892: Spanish translation for r14637 Patch #20906: Fix mulitple tab navigation highlighting and content hiding Patch #21019: Traditional Chinese translation (to r14689) Patch #21076: Move inline CSS to application.css for private checkbox Patch #21085: Optimize issue edit description link
2015-11-21 10:32:07 +01:00
# $NetBSD: options.mk,v 1.4 2015/11/21 09:32:07 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.redmine
PKG_OPTIONS_REQUIRED_GROUPS= db
PKG_OPTIONS_GROUP.db= mysql pgsql sqlite3
PKG_SUPPORTED_OPTIONS+= unicorn
PKG_SUGGESTED_OPTIONS= mysql unicorn
.include "../../mk/bsd.options.mk"
PLIST_VARS+= mysql pgsql sqlite3
###
### Use mysql, pgsql, or sqlite3 backend
###
Update to 3.1.1 Changhelog: == 2015-09-20 v3.1.1 * Feature #11253: Total time spent from subtasks on the issue list * Feature #20688: Add Total estimated hours column on issue list * Feature #20738: Upgrade Rails 4.2.4 * Defect #19577: Open redirect vulnerability * Defect #20761: Fix typo of Japanese translation for notice_gantt_chart_truncated * Defect #20427: Cannot create a custom query visibility is "to these roles only" * Defect #20454: Mail handler: unwanted assignment to a group occurs * Defect #20278: Wrong syntax for resizing inline images will throw a 500 error * Defect #20401: "Spent time" panel: columns not wrapping * Defect #20407: Monospace font-family values are differ between application.css and scm.css * Defect #20456: 3.1-stable/3.1.0: missing commits (omitted from being merged from trunk) * Defect #20466: Broken email notification layout in Outlook * Defect #20490: WARNING: Can't mass-assign protected attributes for User * Defect #20633: Help cursor showing up since r14154 * Patch #20293: Russian translation for 2.6-stable * Patch #20294: Russian translation for 2.6-stable * Patch #20408: Turkish translation for 2.6-stable * Patch #20557: Czech translation for 2.6-stable * Patch #20735: Markdown: Upgrade redcarpet gem to 3.3 (ruby 1.9 and higher) * Patch #20745: Portuguese translation for 2.6-stable * Patch #20512: Project.copy_from deletes enabled_modules on source * Patch #20737: Czech translation for 3.0-stable * Patch #20746: Portuguese translation for 3.0-stable * Patch #20243: Use https links instead of http links in ApplicationHelper#avatar_edit_link and Redmine::Info class methods * Patch #20410: Turkish translation for 3.1-stable * Patch #20452: Czech localisation update * Patch #20731: Change Japanese translation for "spent time" * Patch #20747: Portuguese translation for 3.1-stable
2015-10-10 04:03:04 +02:00
MYSQL_DISTFILE= mysql2-0.3.20.gem
Update to 3.1.2 Changelog: 3.1.2 (2015-11-14) Defect #20992: Parent priority "Independent of subtasks" setting doesn't work Defect #20360: Project copy does not copy custom field settings Defect #20380: Cannot assign users to projects with IE set to compatibility mode Defect #20591: PDF export does not determine picture (.png) height correctly Defect #20677: Custom fields with multiple values required by worklow can be blank Defect #20811: long pre lines are missing from PDF export of wiki pages Defect #21136: Issues API may disclose changeset messages that are not visible Defect #21150: Time logging form may disclose subjects of issues that are not visible Defect #21155: Deleting invalid wiki page version deletes whole page content Defect #20282: Error message when editing a child project without add project/subprojects permissions Defect #20730: Fix tokenization of phrases with non-ascii chars Defect #21071: find_referenced_issue_by_id fails with RangeError for large numbers Patch #21031: Polish translation update for 3.0-stable Patch #21105: Japanese wiki_syntax_detailed_textile.html translation for 3.0-stable Patch #20785: Polish translation update for 3.1-stable Patch #20837: Bulgarian translation Patch #20892: Spanish translation for r14637 Patch #20906: Fix mulitple tab navigation highlighting and content hiding Patch #21019: Traditional Chinese translation (to r14689) Patch #21076: Move inline CSS to application.css for private checkbox Patch #21085: Optimize issue edit description link
2015-11-21 10:32:07 +01:00
PGSQL_DISTFILE= pg-0.18.4.gem
SQLITE3_DISTFILE= sqlite3-1.3.11.gem
.if make (distinfo) || make (mdi) # for checksum generation only
Update to 3.1.1 Changhelog: == 2015-09-20 v3.1.1 * Feature #11253: Total time spent from subtasks on the issue list * Feature #20688: Add Total estimated hours column on issue list * Feature #20738: Upgrade Rails 4.2.4 * Defect #19577: Open redirect vulnerability * Defect #20761: Fix typo of Japanese translation for notice_gantt_chart_truncated * Defect #20427: Cannot create a custom query visibility is "to these roles only" * Defect #20454: Mail handler: unwanted assignment to a group occurs * Defect #20278: Wrong syntax for resizing inline images will throw a 500 error * Defect #20401: "Spent time" panel: columns not wrapping * Defect #20407: Monospace font-family values are differ between application.css and scm.css * Defect #20456: 3.1-stable/3.1.0: missing commits (omitted from being merged from trunk) * Defect #20466: Broken email notification layout in Outlook * Defect #20490: WARNING: Can't mass-assign protected attributes for User * Defect #20633: Help cursor showing up since r14154 * Patch #20293: Russian translation for 2.6-stable * Patch #20294: Russian translation for 2.6-stable * Patch #20408: Turkish translation for 2.6-stable * Patch #20557: Czech translation for 2.6-stable * Patch #20735: Markdown: Upgrade redcarpet gem to 3.3 (ruby 1.9 and higher) * Patch #20745: Portuguese translation for 2.6-stable * Patch #20512: Project.copy_from deletes enabled_modules on source * Patch #20737: Czech translation for 3.0-stable * Patch #20746: Portuguese translation for 3.0-stable * Patch #20243: Use https links instead of http links in ApplicationHelper#avatar_edit_link and Redmine::Info class methods * Patch #20410: Turkish translation for 3.1-stable * Patch #20452: Czech localisation update * Patch #20731: Change Japanese translation for "spent time" * Patch #20747: Portuguese translation for 3.1-stable
2015-10-10 04:03:04 +02:00
GEMS_DISTFILES+= ${MYSQL_DISTFILE}
GEMS_DISTFILES+= ${PGSQL_DISTFILE}
GEMS_DISTFILES+= ${SQLITE3_DISTFILE}
.elif !empty(PKG_OPTIONS:Mmysql)
Update to 3.1.1 Changhelog: == 2015-09-20 v3.1.1 * Feature #11253: Total time spent from subtasks on the issue list * Feature #20688: Add Total estimated hours column on issue list * Feature #20738: Upgrade Rails 4.2.4 * Defect #19577: Open redirect vulnerability * Defect #20761: Fix typo of Japanese translation for notice_gantt_chart_truncated * Defect #20427: Cannot create a custom query visibility is "to these roles only" * Defect #20454: Mail handler: unwanted assignment to a group occurs * Defect #20278: Wrong syntax for resizing inline images will throw a 500 error * Defect #20401: "Spent time" panel: columns not wrapping * Defect #20407: Monospace font-family values are differ between application.css and scm.css * Defect #20456: 3.1-stable/3.1.0: missing commits (omitted from being merged from trunk) * Defect #20466: Broken email notification layout in Outlook * Defect #20490: WARNING: Can't mass-assign protected attributes for User * Defect #20633: Help cursor showing up since r14154 * Patch #20293: Russian translation for 2.6-stable * Patch #20294: Russian translation for 2.6-stable * Patch #20408: Turkish translation for 2.6-stable * Patch #20557: Czech translation for 2.6-stable * Patch #20735: Markdown: Upgrade redcarpet gem to 3.3 (ruby 1.9 and higher) * Patch #20745: Portuguese translation for 2.6-stable * Patch #20512: Project.copy_from deletes enabled_modules on source * Patch #20737: Czech translation for 3.0-stable * Patch #20746: Portuguese translation for 3.0-stable * Patch #20243: Use https links instead of http links in ApplicationHelper#avatar_edit_link and Redmine::Info class methods * Patch #20410: Turkish translation for 3.1-stable * Patch #20452: Czech localisation update * Patch #20731: Change Japanese translation for "spent time" * Patch #20747: Portuguese translation for 3.1-stable
2015-10-10 04:03:04 +02:00
GEMS_DISTFILES+= ${MYSQL_DISTFILE}
.include "../../mk/mysql.buildlink3.mk"
Update to 3.1.1 Changhelog: == 2015-09-20 v3.1.1 * Feature #11253: Total time spent from subtasks on the issue list * Feature #20688: Add Total estimated hours column on issue list * Feature #20738: Upgrade Rails 4.2.4 * Defect #19577: Open redirect vulnerability * Defect #20761: Fix typo of Japanese translation for notice_gantt_chart_truncated * Defect #20427: Cannot create a custom query visibility is "to these roles only" * Defect #20454: Mail handler: unwanted assignment to a group occurs * Defect #20278: Wrong syntax for resizing inline images will throw a 500 error * Defect #20401: "Spent time" panel: columns not wrapping * Defect #20407: Monospace font-family values are differ between application.css and scm.css * Defect #20456: 3.1-stable/3.1.0: missing commits (omitted from being merged from trunk) * Defect #20466: Broken email notification layout in Outlook * Defect #20490: WARNING: Can't mass-assign protected attributes for User * Defect #20633: Help cursor showing up since r14154 * Patch #20293: Russian translation for 2.6-stable * Patch #20294: Russian translation for 2.6-stable * Patch #20408: Turkish translation for 2.6-stable * Patch #20557: Czech translation for 2.6-stable * Patch #20735: Markdown: Upgrade redcarpet gem to 3.3 (ruby 1.9 and higher) * Patch #20745: Portuguese translation for 2.6-stable * Patch #20512: Project.copy_from deletes enabled_modules on source * Patch #20737: Czech translation for 3.0-stable * Patch #20746: Portuguese translation for 3.0-stable * Patch #20243: Use https links instead of http links in ApplicationHelper#avatar_edit_link and Redmine::Info class methods * Patch #20410: Turkish translation for 3.1-stable * Patch #20452: Czech localisation update * Patch #20731: Change Japanese translation for "spent time" * Patch #20747: Portuguese translation for 3.1-stable
2015-10-10 04:03:04 +02:00
RM_PLIST_SRC+= PLIST.mysql
.elif !empty(PKG_OPTIONS:Mpgsql)
Update to 3.1.1 Changhelog: == 2015-09-20 v3.1.1 * Feature #11253: Total time spent from subtasks on the issue list * Feature #20688: Add Total estimated hours column on issue list * Feature #20738: Upgrade Rails 4.2.4 * Defect #19577: Open redirect vulnerability * Defect #20761: Fix typo of Japanese translation for notice_gantt_chart_truncated * Defect #20427: Cannot create a custom query visibility is "to these roles only" * Defect #20454: Mail handler: unwanted assignment to a group occurs * Defect #20278: Wrong syntax for resizing inline images will throw a 500 error * Defect #20401: "Spent time" panel: columns not wrapping * Defect #20407: Monospace font-family values are differ between application.css and scm.css * Defect #20456: 3.1-stable/3.1.0: missing commits (omitted from being merged from trunk) * Defect #20466: Broken email notification layout in Outlook * Defect #20490: WARNING: Can't mass-assign protected attributes for User * Defect #20633: Help cursor showing up since r14154 * Patch #20293: Russian translation for 2.6-stable * Patch #20294: Russian translation for 2.6-stable * Patch #20408: Turkish translation for 2.6-stable * Patch #20557: Czech translation for 2.6-stable * Patch #20735: Markdown: Upgrade redcarpet gem to 3.3 (ruby 1.9 and higher) * Patch #20745: Portuguese translation for 2.6-stable * Patch #20512: Project.copy_from deletes enabled_modules on source * Patch #20737: Czech translation for 3.0-stable * Patch #20746: Portuguese translation for 3.0-stable * Patch #20243: Use https links instead of http links in ApplicationHelper#avatar_edit_link and Redmine::Info class methods * Patch #20410: Turkish translation for 3.1-stable * Patch #20452: Czech localisation update * Patch #20731: Change Japanese translation for "spent time" * Patch #20747: Portuguese translation for 3.1-stable
2015-10-10 04:03:04 +02:00
GEMS_DISTFILES+= ${PGSQL_DISTFILE}
.include "../../mk/pgsql.buildlink3.mk"
CHECK_INTERPRETER_SKIP+= ${RM_DIR}/gems/gems/pg-*/spec/*
CHECK_INTERPRETER_SKIP+= ${RM_DIR}/gems/gems/pg-*/spec/pg/*
Update to 3.1.1 Changhelog: == 2015-09-20 v3.1.1 * Feature #11253: Total time spent from subtasks on the issue list * Feature #20688: Add Total estimated hours column on issue list * Feature #20738: Upgrade Rails 4.2.4 * Defect #19577: Open redirect vulnerability * Defect #20761: Fix typo of Japanese translation for notice_gantt_chart_truncated * Defect #20427: Cannot create a custom query visibility is "to these roles only" * Defect #20454: Mail handler: unwanted assignment to a group occurs * Defect #20278: Wrong syntax for resizing inline images will throw a 500 error * Defect #20401: "Spent time" panel: columns not wrapping * Defect #20407: Monospace font-family values are differ between application.css and scm.css * Defect #20456: 3.1-stable/3.1.0: missing commits (omitted from being merged from trunk) * Defect #20466: Broken email notification layout in Outlook * Defect #20490: WARNING: Can't mass-assign protected attributes for User * Defect #20633: Help cursor showing up since r14154 * Patch #20293: Russian translation for 2.6-stable * Patch #20294: Russian translation for 2.6-stable * Patch #20408: Turkish translation for 2.6-stable * Patch #20557: Czech translation for 2.6-stable * Patch #20735: Markdown: Upgrade redcarpet gem to 3.3 (ruby 1.9 and higher) * Patch #20745: Portuguese translation for 2.6-stable * Patch #20512: Project.copy_from deletes enabled_modules on source * Patch #20737: Czech translation for 3.0-stable * Patch #20746: Portuguese translation for 3.0-stable * Patch #20243: Use https links instead of http links in ApplicationHelper#avatar_edit_link and Redmine::Info class methods * Patch #20410: Turkish translation for 3.1-stable * Patch #20452: Czech localisation update * Patch #20731: Change Japanese translation for "spent time" * Patch #20747: Portuguese translation for 3.1-stable
2015-10-10 04:03:04 +02:00
RM_PLIST_SRC+= PLIST.pgsql
.elif !empty(PKG_OPTIONS:Msqlite3)
Update to 3.1.1 Changhelog: == 2015-09-20 v3.1.1 * Feature #11253: Total time spent from subtasks on the issue list * Feature #20688: Add Total estimated hours column on issue list * Feature #20738: Upgrade Rails 4.2.4 * Defect #19577: Open redirect vulnerability * Defect #20761: Fix typo of Japanese translation for notice_gantt_chart_truncated * Defect #20427: Cannot create a custom query visibility is "to these roles only" * Defect #20454: Mail handler: unwanted assignment to a group occurs * Defect #20278: Wrong syntax for resizing inline images will throw a 500 error * Defect #20401: "Spent time" panel: columns not wrapping * Defect #20407: Monospace font-family values are differ between application.css and scm.css * Defect #20456: 3.1-stable/3.1.0: missing commits (omitted from being merged from trunk) * Defect #20466: Broken email notification layout in Outlook * Defect #20490: WARNING: Can't mass-assign protected attributes for User * Defect #20633: Help cursor showing up since r14154 * Patch #20293: Russian translation for 2.6-stable * Patch #20294: Russian translation for 2.6-stable * Patch #20408: Turkish translation for 2.6-stable * Patch #20557: Czech translation for 2.6-stable * Patch #20735: Markdown: Upgrade redcarpet gem to 3.3 (ruby 1.9 and higher) * Patch #20745: Portuguese translation for 2.6-stable * Patch #20512: Project.copy_from deletes enabled_modules on source * Patch #20737: Czech translation for 3.0-stable * Patch #20746: Portuguese translation for 3.0-stable * Patch #20243: Use https links instead of http links in ApplicationHelper#avatar_edit_link and Redmine::Info class methods * Patch #20410: Turkish translation for 3.1-stable * Patch #20452: Czech localisation update * Patch #20731: Change Japanese translation for "spent time" * Patch #20747: Portuguese translation for 3.1-stable
2015-10-10 04:03:04 +02:00
GEMS_DISTFILES+= ${SQLITE3_DISTFILE}
.include "../../databases/sqlite3/buildlink3.mk"
Update to 3.1.1 Changhelog: == 2015-09-20 v3.1.1 * Feature #11253: Total time spent from subtasks on the issue list * Feature #20688: Add Total estimated hours column on issue list * Feature #20738: Upgrade Rails 4.2.4 * Defect #19577: Open redirect vulnerability * Defect #20761: Fix typo of Japanese translation for notice_gantt_chart_truncated * Defect #20427: Cannot create a custom query visibility is "to these roles only" * Defect #20454: Mail handler: unwanted assignment to a group occurs * Defect #20278: Wrong syntax for resizing inline images will throw a 500 error * Defect #20401: "Spent time" panel: columns not wrapping * Defect #20407: Monospace font-family values are differ between application.css and scm.css * Defect #20456: 3.1-stable/3.1.0: missing commits (omitted from being merged from trunk) * Defect #20466: Broken email notification layout in Outlook * Defect #20490: WARNING: Can't mass-assign protected attributes for User * Defect #20633: Help cursor showing up since r14154 * Patch #20293: Russian translation for 2.6-stable * Patch #20294: Russian translation for 2.6-stable * Patch #20408: Turkish translation for 2.6-stable * Patch #20557: Czech translation for 2.6-stable * Patch #20735: Markdown: Upgrade redcarpet gem to 3.3 (ruby 1.9 and higher) * Patch #20745: Portuguese translation for 2.6-stable * Patch #20512: Project.copy_from deletes enabled_modules on source * Patch #20737: Czech translation for 3.0-stable * Patch #20746: Portuguese translation for 3.0-stable * Patch #20243: Use https links instead of http links in ApplicationHelper#avatar_edit_link and Redmine::Info class methods * Patch #20410: Turkish translation for 3.1-stable * Patch #20452: Czech localisation update * Patch #20731: Change Japanese translation for "spent time" * Patch #20747: Portuguese translation for 3.1-stable
2015-10-10 04:03:04 +02:00
RM_PLIST_SRC+= PLIST.sqlite3
.endif
###
### Use Unicorn web server
###
.if !empty(PKG_OPTIONS:Municorn) || make (distinfo) || make (mdi)
Update to 3.1.1 Changhelog: == 2015-09-20 v3.1.1 * Feature #11253: Total time spent from subtasks on the issue list * Feature #20688: Add Total estimated hours column on issue list * Feature #20738: Upgrade Rails 4.2.4 * Defect #19577: Open redirect vulnerability * Defect #20761: Fix typo of Japanese translation for notice_gantt_chart_truncated * Defect #20427: Cannot create a custom query visibility is "to these roles only" * Defect #20454: Mail handler: unwanted assignment to a group occurs * Defect #20278: Wrong syntax for resizing inline images will throw a 500 error * Defect #20401: "Spent time" panel: columns not wrapping * Defect #20407: Monospace font-family values are differ between application.css and scm.css * Defect #20456: 3.1-stable/3.1.0: missing commits (omitted from being merged from trunk) * Defect #20466: Broken email notification layout in Outlook * Defect #20490: WARNING: Can't mass-assign protected attributes for User * Defect #20633: Help cursor showing up since r14154 * Patch #20293: Russian translation for 2.6-stable * Patch #20294: Russian translation for 2.6-stable * Patch #20408: Turkish translation for 2.6-stable * Patch #20557: Czech translation for 2.6-stable * Patch #20735: Markdown: Upgrade redcarpet gem to 3.3 (ruby 1.9 and higher) * Patch #20745: Portuguese translation for 2.6-stable * Patch #20512: Project.copy_from deletes enabled_modules on source * Patch #20737: Czech translation for 3.0-stable * Patch #20746: Portuguese translation for 3.0-stable * Patch #20243: Use https links instead of http links in ApplicationHelper#avatar_edit_link and Redmine::Info class methods * Patch #20410: Turkish translation for 3.1-stable * Patch #20452: Czech localisation update * Patch #20731: Change Japanese translation for "spent time" * Patch #20747: Portuguese translation for 3.1-stable
2015-10-10 04:03:04 +02:00
RM_PLIST_SRC+= PLIST.unicorn
GEMS_DISTFILES+= kgio-2.10.0.gem \
raindrops-0.15.0.gem \
Update to 3.1.2 Changelog: 3.1.2 (2015-11-14) Defect #20992: Parent priority "Independent of subtasks" setting doesn't work Defect #20360: Project copy does not copy custom field settings Defect #20380: Cannot assign users to projects with IE set to compatibility mode Defect #20591: PDF export does not determine picture (.png) height correctly Defect #20677: Custom fields with multiple values required by worklow can be blank Defect #20811: long pre lines are missing from PDF export of wiki pages Defect #21136: Issues API may disclose changeset messages that are not visible Defect #21150: Time logging form may disclose subjects of issues that are not visible Defect #21155: Deleting invalid wiki page version deletes whole page content Defect #20282: Error message when editing a child project without add project/subprojects permissions Defect #20730: Fix tokenization of phrases with non-ascii chars Defect #21071: find_referenced_issue_by_id fails with RangeError for large numbers Patch #21031: Polish translation update for 3.0-stable Patch #21105: Japanese wiki_syntax_detailed_textile.html translation for 3.0-stable Patch #20785: Polish translation update for 3.1-stable Patch #20837: Bulgarian translation Patch #20892: Spanish translation for r14637 Patch #20906: Fix mulitple tab navigation highlighting and content hiding Patch #21019: Traditional Chinese translation (to r14689) Patch #21076: Move inline CSS to application.css for private checkbox Patch #21085: Optimize issue edit description link
2015-11-21 10:32:07 +01:00
unicorn-5.0.1.gem
SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= pre-configure
SUBST_MESSAGE.prefix= Setting PREFIX and RUBY_PKGPREFIX.
SUBST_FILES.prefix= ${WRKDIR}/unicorn.rb
SUBST_SED.prefix+= -e "s|@RUBY_PKGPREFIX@|${RUBY_PKGPREFIX}|g"
SUBST_VARS.prefix+= PREFIX
RCD_SCRIPTS+= redmine_unicorn${RUBY_SUFFIX}
RCD_SCRIPT_SRC.redmine_unicorn${RUBY_SUFFIX}= ${FILESDIR}/redmine_unicorn.sh
CONF_FILES+= ${EGDIR}/unicorn.rb.example \
${PREFIX}/${RM_DIR}/app/config/unicorn.rb
Update to 3.1.1 Changhelog: == 2015-09-20 v3.1.1 * Feature #11253: Total time spent from subtasks on the issue list * Feature #20688: Add Total estimated hours column on issue list * Feature #20738: Upgrade Rails 4.2.4 * Defect #19577: Open redirect vulnerability * Defect #20761: Fix typo of Japanese translation for notice_gantt_chart_truncated * Defect #20427: Cannot create a custom query visibility is "to these roles only" * Defect #20454: Mail handler: unwanted assignment to a group occurs * Defect #20278: Wrong syntax for resizing inline images will throw a 500 error * Defect #20401: "Spent time" panel: columns not wrapping * Defect #20407: Monospace font-family values are differ between application.css and scm.css * Defect #20456: 3.1-stable/3.1.0: missing commits (omitted from being merged from trunk) * Defect #20466: Broken email notification layout in Outlook * Defect #20490: WARNING: Can't mass-assign protected attributes for User * Defect #20633: Help cursor showing up since r14154 * Patch #20293: Russian translation for 2.6-stable * Patch #20294: Russian translation for 2.6-stable * Patch #20408: Turkish translation for 2.6-stable * Patch #20557: Czech translation for 2.6-stable * Patch #20735: Markdown: Upgrade redcarpet gem to 3.3 (ruby 1.9 and higher) * Patch #20745: Portuguese translation for 2.6-stable * Patch #20512: Project.copy_from deletes enabled_modules on source * Patch #20737: Czech translation for 3.0-stable * Patch #20746: Portuguese translation for 3.0-stable * Patch #20243: Use https links instead of http links in ApplicationHelper#avatar_edit_link and Redmine::Info class methods * Patch #20410: Turkish translation for 3.1-stable * Patch #20452: Czech localisation update * Patch #20731: Change Japanese translation for "spent time" * Patch #20747: Portuguese translation for 3.1-stable
2015-10-10 04:03:04 +02:00
PLIST_SRC= ${PLIST_SRC_DFLT} ${RM_PLIST_SRC}
post-extract:
${CP} ${FILESDIR}/unicorn.rb ${WRKDIR}/unicorn.rb
.PHONY: unicorn-post-install
unicorn-post-install:
${CP} ${WRKDIR}/unicorn.rb \
${DESTDIR}${EGDIR}/unicorn.rb.example
${CP} ${FILESDIR}/Gemfile.local \
${DESTDIR}${PREFIX}/${RM_DIR}/app
.endif
.PHONY: unicorn-post-install
unicorn-post-install:
# nothing