FreeBSD Bugzilla – Attachment 183932 Details for
Bug 212792
www/tdiary: update to 5.0.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch file
patch-www_tdiary (text/plain), 11.33 KB, created by
Yasuhiro Kimura
on 2017-06-30 00:32:57 UTC
(
hide
)
Description:
updated patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2017-06-30 00:32:57 UTC
Size:
11.33 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 444690) >+++ Makefile (working copy) >@@ -2,10 +2,9 @@ > # $FreeBSD$ > > PORTNAME= tdiary >-PORTVERSION= 4.2.1 >-PORTREVISION= 1 >+PORTVERSION= 5.0.5 > CATEGORIES?= www ruby >-MASTER_SITES= http://www.tdiary.org/download/ >+MASTER_SITES= https://github.com/tdiary/tdiary-core/releases/download/v${PORTVERSION}/ > DISTNAME= ${PORTNAME}-full-v${PORTVERSION} > > MAINTAINER= tota@FreeBSD.org >@@ -14,11 +13,13 @@ > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/LICENSE > >-RUN_DEPENDS= rubygem-emot>=0.0.4:textproc/rubygem-emot \ >- rubygem-fastimage>=1.8.1:graphics/rubygem-fastimage \ >+RUN_DEPENDS= rubygem-bundler>=1.14.6:sysutils/rubygem-bundler \ >+ rubygem-emot>=0.0.4:textproc/rubygem-emot \ >+ rubygem-fastimage>=2.1.0:graphics/rubygem-fastimage \ > rubygem-hikidoc>=0.1.0:textproc/rubygem-hikidoc \ >- rubygem-mail>=2.6.3:mail/rubygem-mail \ >- rubygem-sprockets3>=3.5.2:devel/rubygem-sprockets3 >+ rubygem-mail>=2.6.6:mail/rubygem-mail \ >+ rubygem-rack16>=1.6.8:www/rubygem-rack16 \ >+ rubygem-rake>=12.0.0:devel/rubygem-rake > > NO_ARCH= yes > NO_BUILD= yes >@@ -30,8 +31,6 @@ > update.fcgi \ > update.rb \ > bin/tdiary \ >- misc/plugin/amazon/amazonimg.rb \ >- misc/plugin/squeeze.rb \ > misc/plugin/xmlrpc/xmlrpc.rb > > DOCFILES= HOWTO-authenticate-in-rack HOWTO-make-io \ >@@ -67,9 +66,11 @@ > > pre-patch: > @${RM} ${WRKSRC}/.coveralls.yml >+ @${RM} ${WRKSRC}/.dockerignore >+ @${RM} ${WRKSRC}/.editorconfig > @${RM} ${WRKSRC}/.gitignore > @${RM} ${WRKSRC}/.travis.yml >- @${RM} ${WRKSRC}/Gemfile >+ @${RM} ${WRKSRC}/Dockerfile > @${RM} ${WRKSRC}/Gemfile.lock > @${RM} ${WRKSRC}/Procfile > @${RM} ${WRKSRC}/Rakefile >@@ -77,7 +78,7 @@ > @${RM} ${WRKSRC}/tdiary.gemspec > @${RM} ${WRKSRC}/tmp/.gitkeep > @${RM} -r ${WRKSRC}/.bundle >- @${RM} -r ${WRKSRC}/misc/lib/bundler-1.11.2 >+ @${RM} -r ${WRKSRC}/misc/lib/bundler-1.14.6 > @${RM} -r ${WRKSRC}/public > @${RM} -r ${WRKSRC}/spec > @${RM} -r ${WRKSRC}/test >Index: distinfo >=================================================================== >--- distinfo (revision 444690) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (tdiary-full-v4.2.1.tar.gz) = 9b2d33927e1da7ea3758e15a09d83e2436087e89058076d6f62f5de077676b1f >-SIZE (tdiary-full-v4.2.1.tar.gz) = 8220040 >+TIMESTAMP = 1498778330 >+SHA256 (tdiary-full-v5.0.5.tar.gz) = 1609686003240e8bfa9ee20cc9a9bbbeb6799c274240c957a223a65f7390b0ab >+SIZE (tdiary-full-v5.0.5.tar.gz) = 7191300 >Index: files/patch-lib_tdiary_io_plugin__pstore.rb >=================================================================== >--- files/patch-lib_tdiary_io_plugin__pstore.rb (revision 444690) >+++ files/patch-lib_tdiary_io_plugin__pstore.rb (working copy) >@@ -1,6 +1,6 @@ >---- lib/tdiary/io/plugin_pstore.rb.orig 2016-01-16 10:18:36 UTC >+--- lib/tdiary/io/plugin_pstore.rb.orig 2017-06-29 08:19:50 UTC > +++ lib/tdiary/io/plugin_pstore.rb >-@@ -4,6 +4,7 @@ >+@@ -3,6 +3,7 @@ > # default plugin storage implemented by PStore > # > require 'pstore' >Index: files/patch-lib_tdiary_request.rb >=================================================================== >--- files/patch-lib_tdiary_request.rb (revision 444690) >+++ files/patch-lib_tdiary_request.rb (working copy) >@@ -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' >Index: files/patch-misc_convert2.rb >=================================================================== >--- files/patch-misc_convert2.rb (revision 444690) >+++ files/patch-misc_convert2.rb (working copy) >@@ -1,10 +1,8 @@ >---- misc/convert2.rb.orig 2016-04-23 13:50:46 UTC >+--- misc/convert2.rb.orig 2017-06-29 08:19:50 UTC > +++ misc/convert2.rb >-@@ -1,5 +1,6 @@ >+@@ -1,4 +1,4 @@ >+-#!/usr/bin/env ruby > +#!%%LOCALBASE%%/bin/ruby >-+# >- # -*- coding: utf-8; -*- >--#!/usr/bin/env ruby > # > # convert2: convert diary data file format tDiary1 to tDiary2. > # >Index: files/patch-misc_migrate.rb >=================================================================== >--- files/patch-misc_migrate.rb (revision 444690) >+++ files/patch-misc_migrate.rb (working copy) >@@ -1,10 +1,8 @@ >---- misc/migrate.rb.orig 2016-04-23 13:50:46 UTC >+--- misc/migrate.rb.orig 2017-06-29 08:19:50 UTC > +++ misc/migrate.rb >-@@ -1,5 +1,6 @@ >+@@ -1,4 +1,4 @@ >+-#!/usr/bin/env ruby > +#!%%LOCALBASE%%/bin/ruby >-+# >- # -*- coding: utf-8; -*- >--#!/usr/bin/env ruby > # > # migrate.rb $Revision: 1.2 $ > # >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 444690) >+++ pkg-plist (working copy) >@@ -1,6 +1,10 @@ > bin/%%TDIARY_SCRIPT%% > @owner %%WWWOWN%% > @group %%WWWGRP%% >+%%WWWDIR%%/Gemfile >+%%WWWDIR%%/app.json >+%%WWWDIR%%/benchmark/benchmark_amazon_plugin.rb >+%%WWWDIR%%/benchmark/benchmark_io_default.rb > %%WWWDIR%%/bin/tdiary > %%WWWDIR%%/data/.htaccess > %%WWWDIR%%/dot.htaccess >@@ -20,6 +24,7 @@ > %%WWWDIR%%/js/draft.js > %%WWWDIR%%/js/highlight.js > %%WWWDIR%%/js/image.js >+%%WWWDIR%%/js/preview.js > %%WWWDIR%%/lib/tdiary.rb > %%WWWDIR%%/lib/tdiary/admin.rb > %%WWWDIR%%/lib/tdiary/application.rb >@@ -88,6 +93,7 @@ > %%WWWDIR%%/lib/tdiary/tasks/doc.rake > %%WWWDIR%%/lib/tdiary/tasks/heroku.rake > %%WWWDIR%%/lib/tdiary/tasks/jasmine.rake >+%%WWWDIR%%/lib/tdiary/tasks/mongodb.rake > %%WWWDIR%%/lib/tdiary/tasks/rdoc.rake > %%WWWDIR%%/lib/tdiary/tasks/release.rake > %%WWWDIR%%/lib/tdiary/tasks/rspec.rake >@@ -111,9 +117,8 @@ > %%WWWDIR%%/misc/paas/cloudfoundry/Gemfile.lock > %%WWWDIR%%/misc/paas/cloudfoundry/tdiary.conf > %%WWWDIR%%/misc/paas/heroku/Gemfile.local >-%%WWWDIR%%/misc/paas/heroku/app.json >-%%WWWDIR%%/misc/paas/heroku/config.ru >-%%WWWDIR%%/misc/paas/heroku/tasks/mongodb.rake >+%%WWWDIR%%/misc/paas/heroku/Gemfile.lock >+%%WWWDIR%%/misc/paas/heroku/misc/plugin/system_update.rb > %%WWWDIR%%/misc/paas/heroku/tdiary.conf > %%WWWDIR%%/misc/paas/sqale/Gemfile > %%WWWDIR%%/misc/paas/sqale/Gemfile.lock >@@ -123,16 +128,12 @@ > %%WWWDIR%%/misc/plugin/ChangeLog.DO_NOT_UPDATE > %%WWWDIR%%/misc/plugin/a.rb > %%WWWDIR%%/misc/plugin/amazon.rb >-%%WWWDIR%%/misc/plugin/amazon/README.en >-%%WWWDIR%%/misc/plugin/amazon/README.ja >-%%WWWDIR%%/misc/plugin/amazon/amazonimg.rb >-%%WWWDIR%%/misc/plugin/amazon/large.png >-%%WWWDIR%%/misc/plugin/amazon/medium.png >-%%WWWDIR%%/misc/plugin/amazon/small.png >+%%WWWDIR%%/misc/plugin/amp.rb > %%WWWDIR%%/misc/plugin/append-css.rb > %%WWWDIR%%/misc/plugin/bq.rb > %%WWWDIR%%/misc/plugin/calendar2.rb > %%WWWDIR%%/misc/plugin/calendar3.rb >+%%WWWDIR%%/misc/plugin/category-legacy.rb > %%WWWDIR%%/misc/plugin/category.rb > %%WWWDIR%%/misc/plugin/category_autocomplete.rb > %%WWWDIR%%/misc/plugin/comment_ajax.rb >@@ -153,6 +154,7 @@ > %%WWWDIR%%/misc/plugin/en/append-css.rb > %%WWWDIR%%/misc/plugin/en/bq.rb > %%WWWDIR%%/misc/plugin/en/calendar2.rb >+%%WWWDIR%%/misc/plugin/en/category-legacy.rb > %%WWWDIR%%/misc/plugin/en/category.rb > %%WWWDIR%%/misc/plugin/en/counter.rb > %%WWWDIR%%/misc/plugin/en/daily_theme.rb >@@ -166,6 +168,7 @@ > %%WWWDIR%%/misc/plugin/en/makerss.rb > %%WWWDIR%%/misc/plugin/en/pb-show.rb > %%WWWDIR%%/misc/plugin/en/ping.rb >+%%WWWDIR%%/misc/plugin/en/preview.rb > %%WWWDIR%%/misc/plugin/en/recent_comment.rb > %%WWWDIR%%/misc/plugin/en/recent_comment3.rb > %%WWWDIR%%/misc/plugin/en/recent_rss.rb >@@ -187,6 +190,7 @@ > %%WWWDIR%%/misc/plugin/ja/amazon.rb > %%WWWDIR%%/misc/plugin/ja/bq.rb > %%WWWDIR%%/misc/plugin/ja/calendar2.rb >+%%WWWDIR%%/misc/plugin/ja/category-legacy.rb > %%WWWDIR%%/misc/plugin/ja/category.rb > %%WWWDIR%%/misc/plugin/ja/daily_theme.rb > %%WWWDIR%%/misc/plugin/ja/disp_referrer.rb >@@ -197,6 +201,7 @@ > %%WWWDIR%%/misc/plugin/ja/my-sequel.rb > %%WWWDIR%%/misc/plugin/ja/pb-show.rb > %%WWWDIR%%/misc/plugin/ja/ping.rb >+%%WWWDIR%%/misc/plugin/ja/preview.rb > %%WWWDIR%%/misc/plugin/ja/recent_comment.rb > %%WWWDIR%%/misc/plugin/ja/recent_comment3.rb > %%WWWDIR%%/misc/plugin/ja/recent_rss.rb >@@ -218,6 +223,7 @@ > %%WWWDIR%%/misc/plugin/pb-show.rb > %%WWWDIR%%/misc/plugin/ping.rb > %%WWWDIR%%/misc/plugin/pre_wrap.rb >+%%WWWDIR%%/misc/plugin/preview.rb > %%WWWDIR%%/misc/plugin/random_google.rb > %%WWWDIR%%/misc/plugin/recent_comment.rb > %%WWWDIR%%/misc/plugin/recent_comment3.rb >@@ -232,7 +238,6 @@ > %%WWWDIR%%/misc/plugin/search_form.rb > %%WWWDIR%%/misc/plugin/sn.rb > %%WWWDIR%%/misc/plugin/speed_comment.rb >-%%WWWDIR%%/misc/plugin/squeeze.rb > %%WWWDIR%%/misc/plugin/src.rb > %%WWWDIR%%/misc/plugin/tb-show.rb > %%WWWDIR%%/misc/plugin/theme_online.rb >@@ -246,9 +251,6 @@ > %%WWWDIR%%/misc/plugin/xmlrpc/README > %%WWWDIR%%/misc/plugin/xmlrpc/xmlrpc.rb > %%WWWDIR%%/misc/templates/Gemfile.local.erb >-%%WWWDIR%%/misc/theme_convert/Readme.rd >-%%WWWDIR%%/misc/theme_convert/append.rcss >-%%WWWDIR%%/misc/theme_convert/theme_convert.rb > %%WWWDIR%%/package.json > %%WWWDIR%%/tdiary.conf.beginner > %%WWWDIR%%/tdiary.conf.sample >@@ -403,6 +405,8 @@ > %%WWWDIR%%/theme/blackbox/blackbox_backh2.png > %%WWWDIR%%/theme/blackbox/blackbox_backpre.png > %%WWWDIR%%/theme/blackbox/blackbox_smallanchorback.png >+%%WWWDIR%%/theme/blog/README >+%%WWWDIR%%/theme/blog/blog.css > %%WWWDIR%%/theme/blue-border/README > %%WWWDIR%%/theme/blue-border/blue-border.css > %%WWWDIR%%/theme/blue-border/blue-border_bg.png >@@ -1663,6 +1667,20 @@ > %%WWWDIR%%/theme/smoking_white/white.png > %%WWWDIR%%/theme/snake/README > %%WWWDIR%%/theme/snake/snake.css >+%%WWWDIR%%/theme/snest/README >+%%WWWDIR%%/theme/snest/gulpfile.js >+%%WWWDIR%%/theme/snest/h1back.jpg >+%%WWWDIR%%/theme/snest/package.json >+%%WWWDIR%%/theme/snest/scss/_base.scss >+%%WWWDIR%%/theme/snest/scss/_button.scss >+%%WWWDIR%%/theme/snest/scss/_form.scss >+%%WWWDIR%%/theme/snest/scss/_sanitize.scss >+%%WWWDIR%%/theme/snest/scss/_table.scss >+%%WWWDIR%%/theme/snest/scss/_typography.scss >+%%WWWDIR%%/theme/snest/scss/_variables.scss >+%%WWWDIR%%/theme/snest/scss/snest.scss >+%%WWWDIR%%/theme/snest/snest.css >+%%WWWDIR%%/theme/snest/snest.css.map > %%WWWDIR%%/theme/snow_man/README > %%WWWDIR%%/theme/snow_man/snow_man.css > %%WWWDIR%%/theme/snow_man/snow_man.jpg >@@ -1874,6 +1892,7 @@ > %%WWWDIR%%/theme/zef/zef.css > %%WWWDIR%%/update.fcgi > %%WWWDIR%%/update.rb >+%%WWWDIR%%/views/amp.rhtml > %%WWWDIR%%/views/category.rhtml > %%WWWDIR%%/views/conf.rhtml > %%WWWDIR%%/views/day.rhtml >@@ -1944,6 +1963,8 @@ > @dir %%WWWDIR%%/theme/soda > @dir %%WWWDIR%%/theme/snowy > @dir %%WWWDIR%%/theme/snow_man >+@dir %%WWWDIR%%/theme/snest >+@dir %%WWWDIR%%/theme/snest/scss > @dir %%WWWDIR%%/theme/snake > @dir %%WWWDIR%%/theme/smoking_white > @dir %%WWWDIR%%/theme/smoking_gray >@@ -2211,6 +2232,7 @@ > @dir %%WWWDIR%%/theme/blue-feather > @dir %%WWWDIR%%/theme/blue-dash > @dir %%WWWDIR%%/theme/blue-border >+@dir %%WWWDIR%%/theme/blog > @dir %%WWWDIR%%/theme/blackbox > @dir %%WWWDIR%%/theme/blackboard > @dir %%WWWDIR%%/theme/black_mamba >@@ -2241,16 +2263,15 @@ > @dir %%WWWDIR%%/theme/3pink > @dir %%WWWDIR%%/theme/3minutes > @dir %%WWWDIR%%/theme >-@dir %%WWWDIR%%/misc/theme_convert > @dir %%WWWDIR%%/misc/templates > @dir %%WWWDIR%%/misc/plugin/xmlrpc > @dir %%WWWDIR%%/misc/plugin/ja > @dir %%WWWDIR%%/misc/plugin/en >-@dir %%WWWDIR%%/misc/plugin/amazon > @dir %%WWWDIR%%/misc/plugin > @dir %%WWWDIR%%/misc/paas/sqale >-@dir %%WWWDIR%%/misc/paas/heroku/tasks > @dir %%WWWDIR%%/misc/paas/heroku >+@dir %%WWWDIR%%/misc/paas/heroku/misc >+@dir %%WWWDIR%%/misc/paas/heroku/misc/plugin > @dir %%WWWDIR%%/misc/paas/cloudfoundry > @dir %%WWWDIR%%/misc/paas > @dir %%WWWDIR%%/misc/lib >@@ -2278,6 +2299,7 @@ > @dir %%WWWDIR%%/js > @dir %%WWWDIR%%/data > @dir %%WWWDIR%%/bin >+@dir %%WWWDIR%%/benchmark > @dir %%WWWDIR%% > @owner > @group
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 212792
:
174907
|
183932
|
183972
|
184164
|
184180