diff options
author | taca <taca@pkgsrc.org> | 2013-02-13 15:37:05 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-02-13 15:37:05 +0000 |
commit | c8bf1a4ca2d4bcf73d085e787064a9e59f21e570 (patch) | |
tree | ac7687f688bf6b3b06957eeca8c71383fbe88ae8 /misc/ruby-launchy | |
parent | 9d8c966b5b4d6b5cd247287c19cd27ca1ffa784f (diff) | |
download | pkgsrc-c8bf1a4ca2d4bcf73d085e787064a9e59f21e570.tar.gz |
Update ruby-launchy to 2.2.0.
= Launchy Changlog
== Version 2.2.0 - 2013-02-06
* Change XFCE detection to not depend on grep (copiousfreetime/launchy#52 -
thanks bogdan)
* Suppress forked process output (copiousfreetime/launchy#51)
* Display help/usage if no url is given (copiousfreetime/launchy#54)
* Detect the fluxbox environment (copiousfreetime/launchy#53)
* Automatically detect 'http' url's if they are missing the 'http://'
(copiousfreetime/launchy#55)
* Update to latest project management rake tasks
Diffstat (limited to 'misc/ruby-launchy')
-rw-r--r-- | misc/ruby-launchy/Makefile | 4 | ||||
-rw-r--r-- | misc/ruby-launchy/PLIST | 6 | ||||
-rw-r--r-- | misc/ruby-launchy/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/misc/ruby-launchy/Makefile b/misc/ruby-launchy/Makefile index 193d7b44320..548f053f72b 100644 --- a/misc/ruby-launchy/Makefile +++ b/misc/ruby-launchy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2012/09/16 06:46:02 taca Exp $ +# $NetBSD: Makefile,v 1.9 2013/02/13 15:37:05 taca Exp $ -DISTNAME= launchy-2.1.2 +DISTNAME= launchy-2.2.0 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/misc/ruby-launchy/PLIST b/misc/ruby-launchy/PLIST index e91960f01a1..d51038c23b9 100644 --- a/misc/ruby-launchy/PLIST +++ b/misc/ruby-launchy/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.5 2012/03/20 13:10:54 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2013/02/13 15:37:05 taca Exp $ bin/launchy ${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/CONTRIBUTING.md ${GEM_LIBDIR}/HISTORY.rdoc ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/Manifest.txt -${GEM_LIBDIR}/NOTES ${GEM_LIBDIR}/README.rdoc ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/bin/launchy @@ -36,4 +36,6 @@ ${GEM_LIBDIR}/spec/mock_application.rb ${GEM_LIBDIR}/spec/spec_helper.rb ${GEM_LIBDIR}/spec/tattle-host-os.yaml ${GEM_LIBDIR}/spec/version_spec.rb +${GEM_LIBDIR}/tasks/default.rake +${GEM_LIBDIR}/tasks/this.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/misc/ruby-launchy/distinfo b/misc/ruby-launchy/distinfo index bc151476677..f15c7026729 100644 --- a/misc/ruby-launchy/distinfo +++ b/misc/ruby-launchy/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2012/09/16 06:46:02 taca Exp $ +$NetBSD: distinfo,v 1.9 2013/02/13 15:37:05 taca Exp $ -SHA1 (launchy-2.1.2.gem) = 2e11749a713aa35062de09a7011ac4757876dda8 -RMD160 (launchy-2.1.2.gem) = 71cdeb8bd787e83ee618bad2739a97af6a519153 -Size (launchy-2.1.2.gem) = 23040 bytes +SHA1 (launchy-2.2.0.gem) = b427744530286bb498a02c4fd34577355e3749a5 +RMD160 (launchy-2.2.0.gem) = 43390f6ef995d63362ffd9199160e9c9c4341746 +Size (launchy-2.2.0.gem) = 25600 bytes |