git: 4900acefd0ab - main - www/tdiary: Update to 5.2.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Mar 2022 09:30:14 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=4900acefd0ab9e5c5cc38b1cbad2ee0bce587bf4 commit 4900acefd0ab9e5c5cc38b1cbad2ee0bce587bf4 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2022-02-28 14:59:00 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2022-03-01 08:52:44 +0000 www/tdiary: Update to 5.2.1 ReleaseNotes: https://tdiary.org/20220228.html --- www/tdiary/Makefile | 6 +++--- www/tdiary/distinfo | 6 +++--- www/tdiary/files/patch-Gemfile | 11 +++++------ 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/www/tdiary/Makefile b/www/tdiary/Makefile index fd5689e273b0..8ab6b70d3f21 100644 --- a/www/tdiary/Makefile +++ b/www/tdiary/Makefile @@ -1,7 +1,7 @@ # Created by: Fumihiko Kimura <jfkimura@yahoo.co.jp> PORTNAME= tdiary -DISTVERSION= 5.2.0 +DISTVERSION= 5.2.1 CATEGORIES?= www ruby MASTER_SITES= https://github.com/tdiary/tdiary-core/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-full-v${PORTVERSION} @@ -14,11 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-bundler>=2.0.2:sysutils/rubygem-bundler \ rubygem-emot>=0.0.4:textproc/rubygem-emot \ - rubygem-fastimage>=2.1.7:graphics/rubygem-fastimage \ + rubygem-fastimage>=2.2.6:graphics/rubygem-fastimage \ rubygem-hikidoc>=0.1.0:textproc/rubygem-hikidoc \ rubygem-mail>=2.7.1:mail/rubygem-mail \ rubygem-rack>=2.2.3,3:www/rubygem-rack \ - rubygem-rake>=12.3.3:devel/rubygem-rake + rubygem-rake>=13.0.6:devel/rubygem-rake USES= cpe shebangfix USE_RUBY= yes diff --git a/www/tdiary/distinfo b/www/tdiary/distinfo index ef7507ab635b..e28efd80c04c 100644 --- a/www/tdiary/distinfo +++ b/www/tdiary/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638281537 -SHA256 (tdiary-full-v5.2.0.tar.gz) = 08e80242f0c829209797e297fc508771e1915c854da04ca01f600a05cac1ad40 -SIZE (tdiary-full-v5.2.0.tar.gz) = 6904081 +TIMESTAMP = 1646059121 +SHA256 (tdiary-full-v5.2.1.tar.gz) = 21eb777508b117994a5edfb7f30c6386f43bc2a59d00e12df126c40263a9d677 +SIZE (tdiary-full-v5.2.1.tar.gz) = 7652079 diff --git a/www/tdiary/files/patch-Gemfile b/www/tdiary/files/patch-Gemfile index 8778ca17174b..108fe7dc52f6 100644 --- a/www/tdiary/files/patch-Gemfile +++ b/www/tdiary/files/patch-Gemfile @@ -1,8 +1,8 @@ ---- Gemfile.orig 2021-05-29 15:12:39 UTC +--- Gemfile.orig 2022-02-28 12:02:31 UTC +++ Gemfile -@@ -6,36 +6,3 @@ gem 'fastimage' - gem 'emot' +@@ -7,35 +7,3 @@ gem 'emot' gem 'mail' + gem 'net-smtp' # https://github.com/mikel/mail/pull/1439 gem 'rake' - -group :development do @@ -11,14 +11,13 @@ - gem 'redcarpet' - gem 'octokit' - gem 'mime-types' -- gem "ruby-debug-ide" -- gem "debase" +- gem "debug" - - group :test do - gem 'test-unit' - gem 'rspec' - gem 'capybara', require: 'capybara/rspec' -- gem 'date', '>= 3.1.1' # for compatibility of capybara +- gem 'date', '>= 3.1.1' # for compatibility of capybara - gem 'selenium-webdriver' - gem 'launchy' - gem 'sequel'