git: 093eb68bdbd0 - main - www/redmine50: Add missing file.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Dec 2022 15:24:30 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=093eb68bdbd024a2c9459df21a8da1f03beafc4d commit 093eb68bdbd024a2c9459df21a8da1f03beafc4d Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2022-12-19 15:21:35 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2022-12-19 15:24:24 +0000 www/redmine50: Add missing file. PR: 268460 Reported by: fluffy, jako.andras --- www/redmine50/files/commonmark.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/redmine50/files/commonmark.rb b/www/redmine50/files/commonmark.rb new file mode 100644 index 000000000000..35124ebb51cb --- /dev/null +++ b/www/redmine50/files/commonmark.rb @@ -0,0 +1,5 @@ +gem "redcarpet", '>= 3.5.1' +gem "html-pipeline", ">= 2.13.2" +gem "commonmarker", ">= 0.23.6" +gem "sanitize", ">= 6.0" +gem "deckar01-task_list", ">=2.3.1"