diff options
author | taca <taca@pkgsrc.org> | 2013-02-11 02:21:28 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-02-11 02:21:28 +0000 |
commit | e9bfee3182ebce3c40e2b3c190e3bf1d12bc33d2 (patch) | |
tree | 6963d91ae586ca01c4ebe774d11d0d260c4fd6aa /devel | |
parent | 12cd39a8d6a5e19a603b91aae15bd2c52d0fafb1 (diff) | |
download | pkgsrc-e9bfee3182ebce3c40e2b3c190e3bf1d12bc33d2.tar.gz |
Update ruby-daemon_controller to 1.1.1.
Various bug fixes.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-daemon_controller/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-daemon_controller/PLIST | 3 | ||||
-rw-r--r-- | devel/ruby-daemon_controller/distinfo | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/devel/ruby-daemon_controller/Makefile b/devel/ruby-daemon_controller/Makefile index 99ccedb2b1e..efbf687deb1 100644 --- a/devel/ruby-daemon_controller/Makefile +++ b/devel/ruby-daemon_controller/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2012/12/16 16:14:26 taca Exp $ +# $NetBSD: Makefile,v 1.3 2013/02/11 02:21:28 taca Exp $ -DISTNAME= daemon_controller-1.1.0 +DISTNAME= daemon_controller-1.1.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= net @@ -9,7 +9,5 @@ HOMEPAGE= http://github.com/FooBarWidget/daemon_controller COMMENT= Library for robust daemon management LICENSE= mit -GEM_BUILD= gemspec - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-daemon_controller/PLIST b/devel/ruby-daemon_controller/PLIST index aff3babe3c5..a41aaeb1fd0 100644 --- a/devel/ruby-daemon_controller/PLIST +++ b/devel/ruby-daemon_controller/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2012/05/16 10:07:48 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.2 2013/02/11 02:21:28 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/LICENSE.txt ${GEM_LIBDIR}/README.markdown @@ -9,6 +9,7 @@ ${GEM_LIBDIR}/lib/daemon_controller/spawn.rb ${GEM_LIBDIR}/lib/daemon_controller/version.rb ${GEM_LIBDIR}/spec/daemon_controller_spec.rb ${GEM_LIBDIR}/spec/echo_server.rb +${GEM_LIBDIR}/spec/run_echo_server ${GEM_LIBDIR}/spec/test_helper.rb ${GEM_LIBDIR}/spec/unresponsive_daemon.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/ruby-daemon_controller/distinfo b/devel/ruby-daemon_controller/distinfo index 8632496ad03..be7d720ea90 100644 --- a/devel/ruby-daemon_controller/distinfo +++ b/devel/ruby-daemon_controller/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2012/12/16 16:14:26 taca Exp $ +$NetBSD: distinfo,v 1.3 2013/02/11 02:21:28 taca Exp $ -SHA1 (daemon_controller-1.1.0.gem) = 8ad1d3fcf9589d0eaf51ad98e701422b89bbfcc3 -RMD160 (daemon_controller-1.1.0.gem) = 649de7025415e1190b4714acc45c17e746e3dce8 -Size (daemon_controller-1.1.0.gem) = 24576 bytes +SHA1 (daemon_controller-1.1.1.gem) = 5f9c8b85ed5c0e261279d0a3848f8d9d805a52f5 +RMD160 (daemon_controller-1.1.1.gem) = f91c57277da239e5fd6dda012109497b7b5ae587 +Size (daemon_controller-1.1.1.gem) = 24576 bytes |