Update to 3.0.1 and enable regression tests

This commit is contained in:
dcoppa 2012-06-28 12:47:48 +00:00
parent e8d4133429
commit 0f9a69be19
3 changed files with 38 additions and 13 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2011/09/23 09:30:46 dcoppa Exp $
# $OpenBSD: Makefile,v 1.6 2012/06/28 12:47:48 dcoppa Exp $
COMMENT = client library for the Redis key-value store
VERSION = 2.2.2
VERSION = 3.0.1
DISTNAME = redis-${VERSION}
CATEGORIES = databases
@ -20,6 +20,14 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
MODRUBY_REGRESS = rake
REGRESS_DEPENDS = databases/redis
# Be sure to have a redis server running with the command:
# cd ${WRKSRC} && sudo redis-server ./test/test.conf
REGRESS_IS_INTERACTIVE =Yes
post-install:
@find ${PREFIX}/${GEM_LIB}/ -name '.git*' -print0 | xargs -0 rm

View File

@ -1,5 +1,5 @@
MD5 (redis-2.2.2.gem) = fgM/zDoleDQVskYTYgrJRA==
RMD160 (redis-2.2.2.gem) = iBg54ZF5MHgZYrAhzQhKQ6gdppo=
SHA1 (redis-2.2.2.gem) = QVEFpTUcW8ap9qt4GjmG8gsyuUI=
SHA256 (redis-2.2.2.gem) = 6VtuDeD+uNfed9NPTnasT52sAlspXNzea5zepjGBWIs=
SIZE (redis-2.2.2.gem) = 41984
MD5 (redis-3.0.1.gem) = h5sP2anwQXyZc4MBjc8CYw==
RMD160 (redis-3.0.1.gem) = +3SYfhCu/CEQWEnYqKbV8HyLLP0=
SHA1 (redis-3.0.1.gem) = enA/kX6WfUP4VSbInoM6fV4vrOw=
SHA256 (redis-3.0.1.gem) = cZoR4TOdvfxwFYKH3ka/0Up2zHkeABW5bJREagoQ/7g=
SIZE (redis-3.0.1.gem) = 58368

View File

@ -1,17 +1,20 @@
@comment $OpenBSD: PLIST,v 1.3 2011/06/27 13:12:27 dcoppa Exp $
@comment $OpenBSD: PLIST,v 1.4 2012/06/28 12:47:48 dcoppa Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.order
${GEM_LIB}/gems/${DISTNAME}/.travis/
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
${GEM_LIB}/gems/${DISTNAME}/.travis/Gemfile
${GEM_LIB}/gems/${DISTNAME}/.yardopts
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
${GEM_LIB}/gems/${DISTNAME}/LICENSE
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/TODO.md
${GEM_LIB}/gems/${DISTNAME}/benchmarking/
${GEM_LIB}/gems/${DISTNAME}/benchmarking/logging.rb
${GEM_LIB}/gems/${DISTNAME}/benchmarking/pipeline.rb
${GEM_LIB}/gems/${DISTNAME}/benchmarking/speed.rb
${GEM_LIB}/gems/${DISTNAME}/benchmarking/suite.rb
${GEM_LIB}/gems/${DISTNAME}/benchmarking/thread_safety.rb
${GEM_LIB}/gems/${DISTNAME}/benchmarking/worker.rb
${GEM_LIB}/gems/${DISTNAME}/examples/
${GEM_LIB}/gems/${DISTNAME}/examples/basic.rb
@ -27,7 +30,6 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/redis/
${GEM_LIB}/gems/${DISTNAME}/lib/redis.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/client.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/compat.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/connection/
${GEM_LIB}/gems/${DISTNAME}/lib/redis/connection.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/connection/command_helper.rb
@ -36,12 +38,15 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/redis/connection/registry.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/connection/ruby.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/connection/synchrony.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/distributed.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/errors.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/hash_ring.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/pipeline.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/subscribe.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/version.rb
${GEM_LIB}/gems/${DISTNAME}/redis.gemspec
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/blocking_commands_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/command_map_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/commands_on_hashes_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/commands_on_lists_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/commands_on_sets_test.rb
@ -54,6 +59,7 @@ ${GEM_LIB}/gems/${DISTNAME}/test/distributed_blocking_commands_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_commands_on_hashes_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_commands_on_lists_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_commands_on_sets_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_commands_on_sorted_sets_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_commands_on_strings_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_commands_on_value_types_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_commands_requiring_clustering_test.rb
@ -63,16 +69,18 @@ ${GEM_LIB}/gems/${DISTNAME}/test/distributed_key_tags_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_persistence_control_commands_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_publish_subscribe_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_remote_server_control_commands_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_scripting_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_sorting_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_transactions_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/encoding_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/error_replies_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/internals_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/lint/
${GEM_LIB}/gems/${DISTNAME}/test/lint/blocking_commands.rb
${GEM_LIB}/gems/${DISTNAME}/test/lint/hashes.rb
${GEM_LIB}/gems/${DISTNAME}/test/lint/internals.rb
${GEM_LIB}/gems/${DISTNAME}/test/lint/lists.rb
${GEM_LIB}/gems/${DISTNAME}/test/lint/sets.rb
${GEM_LIB}/gems/${DISTNAME}/test/lint/sorted_sets.rb
@ -81,9 +89,18 @@ ${GEM_LIB}/gems/${DISTNAME}/test/lint/value_types.rb
${GEM_LIB}/gems/${DISTNAME}/test/persistence_control_commands_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/pipelining_commands_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/publish_subscribe_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/redis_mock.rb
${GEM_LIB}/gems/${DISTNAME}/test/remote_server_control_commands_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/scripting_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/sorting_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/support/
${GEM_LIB}/gems/${DISTNAME}/test/support/connection/
${GEM_LIB}/gems/${DISTNAME}/test/support/connection/hiredis.rb
${GEM_LIB}/gems/${DISTNAME}/test/support/connection/ruby.rb
${GEM_LIB}/gems/${DISTNAME}/test/support/connection/synchrony.rb
${GEM_LIB}/gems/${DISTNAME}/test/support/redis_mock.rb
${GEM_LIB}/gems/${DISTNAME}/test/support/wire/
${GEM_LIB}/gems/${DISTNAME}/test/support/wire/synchrony.rb
${GEM_LIB}/gems/${DISTNAME}/test/support/wire/thread.rb
${GEM_LIB}/gems/${DISTNAME}/test/synchrony_driver.rb
${GEM_LIB}/gems/${DISTNAME}/test/test.conf
${GEM_LIB}/gems/${DISTNAME}/test/thread_safety_test.rb