diff options
| author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-01-30 10:28:23 +0000 |
|---|---|---|
| committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-01-30 10:28:23 +0000 |
| commit | c4cd802e3ac2c098ea257aee75f6b24867420edc (patch) | |
| tree | a125cc49b1c52db5328cf93bb18badafd4dd7bac | |
| parent | - Update to 0.6.1 (diff) | |
- Update to 0.6.1
Changes:
| -rw-r--r-- | www/rubygem-thin/Makefile | 2 | ||||
| -rw-r--r-- | www/rubygem-thin/distinfo | 6 | ||||
| -rw-r--r-- | www/rubygem-thin/pkg-plist | 13 |
3 files changed, 17 insertions, 4 deletions
diff --git a/www/rubygem-thin/Makefile b/www/rubygem-thin/Makefile index 30f58b03e848..ac8d63cc25b9 100644 --- a/www/rubygem-thin/Makefile +++ b/www/rubygem-thin/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= thin -PORTVERSION= 0.5.4 +PORTVERSION= 0.6.1 CATEGORIES= www rubygems MASTER_SITES= RF diff --git a/www/rubygem-thin/distinfo b/www/rubygem-thin/distinfo index 3d4d4c03fece..f48e9931c999 100644 --- a/www/rubygem-thin/distinfo +++ b/www/rubygem-thin/distinfo @@ -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 diff --git a/www/rubygem-thin/pkg-plist b/www/rubygem-thin/pkg-plist index 8b3d187bda53..b90a53f7064a 100644 --- a/www/rubygem-thin/pkg-plist +++ b/www/rubygem-thin/pkg-plist @@ -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 |
