mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
* 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
9 lines
268 B
Ruby
9 lines
268 B
Ruby
--- lib/tdiary/request.rb.orig 2017-06-29 08:19:50 UTC
|
|
+++ lib/tdiary/request.rb
|
|
@@ -1,5 +1,6 @@
|
|
# stolen from okkez http://github.com/hiki/hiki/blob/rack/hiki/request.rb
|
|
module TDiary
|
|
+ require 'rack'
|
|
class Request < ::Rack::Request
|
|
include RequestExtension
|
|
|