diff options
author | ultima <ultima@FreeBSD.org> | 2017-07-11 01:35:15 +0800 |
---|---|---|
committer | ultima <ultima@FreeBSD.org> | 2017-07-11 01:35:15 +0800 |
commit | dc66d9619d3b1f7f23661d130890c067e510f2ba (patch) | |
tree | 94a677c141e5024b43ab7685682003d6f12769fe /www/tdiary/files | |
parent | 130e3a1e1918ec46d2ac5dcffb6db469ef5e5016 (diff) | |
download | freebsd-ports-gnome-dc66d9619d3b1f7f23661d130890c067e510f2ba.tar.gz freebsd-ports-gnome-dc66d9619d3b1f7f23661d130890c067e510f2ba.tar.zst freebsd-ports-gnome-dc66d9619d3b1f7f23661d130890c067e510f2ba.zip |
* Updated to 5.0.5
* Maintainer change tota --> Yasuhiro KIMURA <yasu@utahime.org> (maintainer timout 10 months)
* Moved Uses and USE_*(13.1.7) to start the section [1]
This port is not using USE_GITHUB due to increased complexity consisting of more sources and markdown to html converting. For a more details explanation, please check PR212792[2] or the differential.
Changelog: https://github.com/tdiary/tdiary-core/releases/tag/v5.0.5
[1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order
[2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212792
PR: 212792
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Reviewed by: lifanov (mentor), matthew (mentor)
Approved by: lifanov (mentor), matthew (mentor), maintainer timeout (10 months)
Differential Revision: https://reviews.freebsd.org/D11540
Diffstat (limited to 'www/tdiary/files')
-rw-r--r-- | www/tdiary/files/patch-Gemfile | 38 | ||||
-rw-r--r-- | www/tdiary/files/patch-lib_tdiary_request.rb | 5 | ||||
-rw-r--r-- | www/tdiary/files/patch-misc_convert2.rb | 10 | ||||
-rw-r--r-- | www/tdiary/files/patch-misc_migrate.rb | 10 |
4 files changed, 40 insertions, 23 deletions
diff --git a/www/tdiary/files/patch-Gemfile b/www/tdiary/files/patch-Gemfile new file mode 100644 index 000000000000..d64f0f564505 --- /dev/null +++ b/www/tdiary/files/patch-Gemfile @@ -0,0 +1,38 @@ +--- Gemfile.orig 2017-06-29 08:19:50 UTC ++++ Gemfile +@@ -6,35 +6,3 @@ gem 'fastimage' + gem 'emot' + gem 'mail' + gem 'rake' +- +-group :rack do +- gem 'sprockets' +-end +- +-group :development do +- gem 'pit', require: false +- gem 'racksh', require: false +- gem 'redcarpet' +- gem 'octokit' +- +- group :test do +- gem 'pry-byebug', platforms: [:ruby_21, :ruby_22, :ruby_23, :ruby_24] +- gem 'test-unit' +- gem 'rspec' +- gem 'capybara', require: 'capybara/rspec' +- gem 'selenium-webdriver' +- gem 'launchy' +- gem 'sequel' +- gem 'sqlite3' +- gem 'jasmine' +- gem 'simplecov', require: false +- gem 'coveralls', '~> 0.7.12', require: false +- end +-end +- +-# https://github.com/redmine/redmine/blob/master/Gemfile#L89 +-local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") +-if File.exist?(local_gemfile) +- puts "Loading Gemfile.local ..." if $DEBUG # `ruby -d` or `bundle -v` +- instance_eval File.read(local_gemfile) +-end diff --git a/www/tdiary/files/patch-lib_tdiary_request.rb b/www/tdiary/files/patch-lib_tdiary_request.rb index 873ce533663d..fc982d17162e 100644 --- a/www/tdiary/files/patch-lib_tdiary_request.rb +++ b/www/tdiary/files/patch-lib_tdiary_request.rb @@ -1,7 +1,6 @@ ---- lib/tdiary/request.rb.orig 2016-01-16 10:16:46 UTC +--- lib/tdiary/request.rb.orig 2017-06-29 08:19:50 UTC +++ lib/tdiary/request.rb -@@ -1,6 +1,7 @@ - # -*- coding: utf-8 -*- +@@ -1,5 +1,6 @@ # stolen from okkez http://github.com/hiki/hiki/blob/rack/hiki/request.rb module TDiary + require 'rack' diff --git a/www/tdiary/files/patch-misc_convert2.rb b/www/tdiary/files/patch-misc_convert2.rb deleted file mode 100644 index f0f4555c0427..000000000000 --- a/www/tdiary/files/patch-misc_convert2.rb +++ /dev/null @@ -1,10 +0,0 @@ ---- misc/convert2.rb.orig 2016-04-23 13:50:46 UTC -+++ misc/convert2.rb -@@ -1,5 +1,6 @@ -+#!%%LOCALBASE%%/bin/ruby -+# - # -*- coding: utf-8; -*- --#!/usr/bin/env ruby - # - # convert2: convert diary data file format tDiary1 to tDiary2. - # diff --git a/www/tdiary/files/patch-misc_migrate.rb b/www/tdiary/files/patch-misc_migrate.rb deleted file mode 100644 index 7a2b832a6494..000000000000 --- a/www/tdiary/files/patch-misc_migrate.rb +++ /dev/null @@ -1,10 +0,0 @@ ---- misc/migrate.rb.orig 2016-04-23 13:50:46 UTC -+++ misc/migrate.rb -@@ -1,5 +1,6 @@ -+#!%%LOCALBASE%%/bin/ruby -+# - # -*- coding: utf-8; -*- --#!/usr/bin/env ruby - # - # migrate.rb $Revision: 1.2 $ - # |