mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 0.6.1
Changes:
This commit is contained in:
parent
b503df38e4
commit
c4cd802e3a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206453
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= thin
|
||||
PORTVERSION= 0.5.4
|
||||
PORTVERSION= 0.6.1
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RF
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (rubygem/thin-0.5.4.gem) = 11229d2c24a363b8fd5eb63524a53ee9
|
||||
SHA256 (rubygem/thin-0.5.4.gem) = ad51a39f54bf86f13d3f317673670b090b9c1ca54bf2b4deef76b14094ea46e2
|
||||
SIZE (rubygem/thin-0.5.4.gem) = 97280
|
||||
MD5 (rubygem/thin-0.6.1.gem) = 007fd9f203759e5fa6b8ca70c1e284b5
|
||||
SHA256 (rubygem/thin-0.6.1.gem) = f1e434d549ac346f152eb964be1b6ec1e306bc42fec04839b1717e23db870a3d
|
||||
SIZE (rubygem/thin-0.6.1.gem) = 112640
|
||||
|
@ -9,6 +9,7 @@ bin/thin
|
||||
%%GEM_LIB_DIR%%/benchmark/utils.rb
|
||||
%%GEM_LIB_DIR%%/bin/thin
|
||||
%%GEM_LIB_DIR%%/doc/benchmarks.txt
|
||||
%%GEM_LIB_DIR%%/example/adapter.rb
|
||||
%%GEM_LIB_DIR%%/example/config.ru
|
||||
%%GEM_LIB_DIR%%/example/thin.god
|
||||
%%GEM_LIB_DIR%%/ext/thin_parser/Makefile
|
||||
@ -34,8 +35,10 @@ bin/thin
|
||||
%%GEM_LIB_DIR%%/lib/thin/request.rb
|
||||
%%GEM_LIB_DIR%%/lib/thin/response.rb
|
||||
%%GEM_LIB_DIR%%/lib/thin/server.rb
|
||||
%%GEM_LIB_DIR%%/lib/thin/stats.rb
|
||||
%%GEM_LIB_DIR%%/lib/thin/statuses.rb
|
||||
%%GEM_LIB_DIR%%/lib/thin/version.rb
|
||||
%%GEM_LIB_DIR%%/lib/thin_parser.bundle
|
||||
%%GEM_LIB_DIR%%/lib/thin_parser.so
|
||||
%%GEM_LIB_DIR%%/spec/cluster_spec.rb
|
||||
%%GEM_LIB_DIR%%/spec/daemonizing_spec.rb
|
||||
@ -85,7 +88,17 @@ bin/thin
|
||||
%%GEM_LIB_DIR%%/spec/response_spec.rb
|
||||
%%GEM_LIB_DIR%%/spec/server_spec.rb
|
||||
%%GEM_LIB_DIR%%/spec/spec_helper.rb
|
||||
%%GEM_LIB_DIR%%/tasks/announce.rake
|
||||
%%GEM_LIB_DIR%%/tasks/deploy.rake
|
||||
%%GEM_LIB_DIR%%/tasks/email.erb
|
||||
%%GEM_LIB_DIR%%/tasks/ext.rake
|
||||
%%GEM_LIB_DIR%%/tasks/gem.rake
|
||||
%%GEM_LIB_DIR%%/tasks/rdoc.rake
|
||||
%%GEM_LIB_DIR%%/tasks/site.rake
|
||||
%%GEM_LIB_DIR%%/tasks/spec.rake
|
||||
%%GEM_LIB_DIR%%/tasks/stats.rake
|
||||
%%GEM_SPEC%%
|
||||
@dirrm %%GEM_LIB_DIR%%/tasks
|
||||
@dirrm %%GEM_LIB_DIR%%/spec/rails_app/script/process
|
||||
@dirrm %%GEM_LIB_DIR%%/spec/rails_app/script/performance
|
||||
@dirrm %%GEM_LIB_DIR%%/spec/rails_app/script
|
||||
|
Loading…
Reference in New Issue
Block a user