diff options
author | taca <taca@pkgsrc.org> | 2012-08-03 10:44:56 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-08-03 10:44:56 +0000 |
commit | 74313ae1cda9a3f6a6a5bccec8ffb4464ebfd062 (patch) | |
tree | 32c91ab7b38bd459e97243bc4725bdfe12d50a43 /misc/ruby-launchy | |
parent | 47315463f4d01d98da6536f36c6cbb06f06bd71c (diff) | |
download | pkgsrc-74313ae1cda9a3f6a6a5bccec8ffb4464ebfd062.tar.gz |
Update ruby-launchy to 2.1.1.
= Launchy Changlog
== Version 2.1.1 - 2012-07-28
* Update addressable runtime dependency (copiousfreetime/launchy#47)
* Bring minitest and ffi development dependencies up to date
Diffstat (limited to 'misc/ruby-launchy')
-rw-r--r-- | misc/ruby-launchy/Makefile | 6 | ||||
-rw-r--r-- | misc/ruby-launchy/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/ruby-launchy/Makefile b/misc/ruby-launchy/Makefile index b551b9425f7..d49284a76ba 100644 --- a/misc/ruby-launchy/Makefile +++ b/misc/ruby-launchy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2012/03/20 13:10:54 taca Exp $ +# $NetBSD: Makefile,v 1.7 2012/08/03 10:44:56 taca Exp $ -DISTNAME= launchy-2.1.0 +DISTNAME= launchy-2.1.1 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +8,7 @@ HOMEPAGE= http://copiousfreetime.rubyforge.org/launchy/ COMMENT= Ruby class for launching applications LICENSE= isc -DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.2.6<2.3:../../net/ruby-addressable +DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable USE_RAKE= YES diff --git a/misc/ruby-launchy/distinfo b/misc/ruby-launchy/distinfo index 1f9e7a2b299..76a6bc5f187 100644 --- a/misc/ruby-launchy/distinfo +++ b/misc/ruby-launchy/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/03/20 13:10:54 taca Exp $ +$NetBSD: distinfo,v 1.7 2012/08/03 10:44:56 taca Exp $ -SHA1 (launchy-2.1.0.gem) = 76bb93b7cbe28b35fae8f7f9e288b63db95a585f -RMD160 (launchy-2.1.0.gem) = 91a19f8fa8fbe1ff7a0747271c742e6ec872db05 -Size (launchy-2.1.0.gem) = 22528 bytes +SHA1 (launchy-2.1.1.gem) = 26682d8dc3c0b0fcf3d98b339f0910347c4c0f5b +RMD160 (launchy-2.1.1.gem) = e7275c2e3f382a75064c7815b0c2a1e3915ea31a +Size (launchy-2.1.1.gem) = 22528 bytes |