1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

www/tdiary: Update to 5.3.0

ReleaseNotes:	https://tdiary.org/20240229.html
This commit is contained in:
Yasuhiro Kimura 2024-02-29 16:59:20 +09:00
parent a99af2ec54
commit 8a25360ce2
3 changed files with 7 additions and 8 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= tdiary
DISTVERSION= 5.2.4
DISTVERSION= 5.3.0
CATEGORIES?= www ruby
MASTER_SITES= https://github.com/tdiary/tdiary-core/releases/download/v${PORTVERSION}/
DISTNAME= ${PORTNAME}-full-v${PORTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1669731991
SHA256 (tdiary-full-v5.2.4.tar.gz) = 05a178b72337ca45b6f051a28300e4b29c3a4165afd884a48f4a5976493a79af
SIZE (tdiary-full-v5.2.4.tar.gz) = 7135562
TIMESTAMP = 1709192402
SHA256 (tdiary-full-v5.3.0.tar.gz) = a487ac5ed24c83a126d17eeca5a2b511155045f4bac491fa72f70629f56b4518
SIZE (tdiary-full-v5.3.0.tar.gz) = 9423063

View File

@ -1,8 +1,8 @@
--- Gemfile.orig 2022-02-28 12:02:31 UTC
--- Gemfile.orig 2024-02-29 06:16:41 UTC
+++ Gemfile
@@ -7,35 +7,3 @@ gem 'emot'
@@ -7,34 +7,3 @@ gem 'rake'
gem 'emot'
gem 'mail'
gem 'net-smtp' # https://github.com/mikel/mail/pull/1439
gem 'rake'
-
-group :development do
@ -11,7 +11,6 @@
- gem 'redcarpet'
- gem 'octokit'
- gem 'mime-types'
- gem "debug"
-
- group :test do
- gem 'test-unit'