diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-25 23:01:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-25 23:01:14 +0000 |
commit | 26d1ae846842f2bbfeb14cb19a8b29f2ec2c9d88 (patch) | |
tree | f7f8a1070fa878b44f38d482a6f498795d4c6a85 /devel | |
parent | fbebc329e0a11b36555a86115ddab814968caa43 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-daemons/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-daemons/distinfo | 6 | ||||
-rw-r--r-- | devel/rubygem-daemons/pkg-plist | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/devel/rubygem-daemons/Makefile b/devel/rubygem-daemons/Makefile index cc0d7d27f0d6..d446ccfb7f42 100644 --- a/devel/rubygem-daemons/Makefile +++ b/devel/rubygem-daemons/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= daemons -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.10 CATEGORIES= devel rubygems MASTER_SITES= RF diff --git a/devel/rubygem-daemons/distinfo b/devel/rubygem-daemons/distinfo index cb6576920463..877524aa9013 100644 --- a/devel/rubygem-daemons/distinfo +++ b/devel/rubygem-daemons/distinfo @@ -1,3 +1,3 @@ -MD5 (rubygem/daemons-1.0.9.gem) = 6abde41b0371f2ce4a00760cade12b81 -SHA256 (rubygem/daemons-1.0.9.gem) = b82793ee137ab71cc90deca3448a8df98a1b85e4e2f38c07fdfc48dcfe6d0370 -SIZE (rubygem/daemons-1.0.9.gem) = 30720 +MD5 (rubygem/daemons-1.0.10.gem) = 8e2fc7de08405b2d27ac96c82602c9ce +SHA256 (rubygem/daemons-1.0.10.gem) = a5c21d1f804a22cd3ed5106827817bb61f31ffea92e31612d89c9306add23a0f +SIZE (rubygem/daemons-1.0.10.gem) = 31232 diff --git a/devel/rubygem-daemons/pkg-plist b/devel/rubygem-daemons/pkg-plist index 4ed0b64926cd..56a3eebe18a2 100644 --- a/devel/rubygem-daemons/pkg-plist +++ b/devel/rubygem-daemons/pkg-plist @@ -17,16 +17,13 @@ %%GEM_LIB_DIR%%/lib/daemons/pidfile.rb %%GEM_LIB_DIR%%/lib/daemons/pidmem.rb %%GEM_LIB_DIR%%/lib/daemons.rb -%%GEM_LIB_DIR%%/test/call_as_daemon.rb -%%GEM_LIB_DIR%%/test/tc_main.rb -%%GEM_LIB_DIR%%/test/test1.rb -%%GEM_LIB_DIR%%/test/testapp.rb %%GEM_LIB_DIR%%/examples/call/call.rb %%GEM_LIB_DIR%%/examples/call/call_monitor.rb %%GEM_LIB_DIR%%/examples/daemonize/daemonize.rb %%GEM_LIB_DIR%%/examples/run/ctrl_crash.rb %%GEM_LIB_DIR%%/examples/run/ctrl_exec.rb %%GEM_LIB_DIR%%/examples/run/ctrl_exit.rb +%%GEM_LIB_DIR%%/examples/run/ctrl_keep_pid_files.rb %%GEM_LIB_DIR%%/examples/run/ctrl_monitor.rb %%GEM_LIB_DIR%%/examples/run/ctrl_multiple.rb %%GEM_LIB_DIR%%/examples/run/ctrl_normal.rb @@ -34,6 +31,8 @@ %%GEM_LIB_DIR%%/examples/run/ctrl_optionparser.rb %%GEM_LIB_DIR%%/examples/run/ctrl_proc.rb %%GEM_LIB_DIR%%/examples/run/ctrl_proc.rb.output +%%GEM_LIB_DIR%%/examples/run/ctrl_proc_multiple.rb +%%GEM_LIB_DIR%%/examples/run/ctrl_proc_multiple.rb.output %%GEM_LIB_DIR%%/examples/run/ctrl_proc_simple.rb %%GEM_LIB_DIR%%/examples/run/myserver.rb %%GEM_LIB_DIR%%/examples/run/myserver_crashing.rb @@ -143,7 +142,6 @@ @dirrm %%GEM_LIB_DIR%%/examples/daemonize @dirrm %%GEM_LIB_DIR%%/examples/call @dirrm %%GEM_LIB_DIR%%/examples -@dirrm %%GEM_LIB_DIR%%/test @dirrm %%GEM_LIB_DIR%%/lib/daemons @dirrm %%GEM_LIB_DIR%%/lib @dirrm %%GEM_LIB_DIR%% |