summaryrefslogtreecommitdiff
path: root/misc/ruby-launchy
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2014-01-17 18:13:34 +0000
committertsutsui <tsutsui@pkgsrc.org>2014-01-17 18:13:34 +0000
commit7b4031564fc813e6d707cc8bd903047403f1bd5a (patch)
tree1cbc1868a28ebaa24b3f1bd42ef12080e6c486ba /misc/ruby-launchy
parent374f5349abe1b25e2f19100afc701d2808d546c8 (diff)
downloadpkgsrc-7b4031564fc813e6d707cc8bd903047403f1bd5a.tar.gz
Update ruby-launchy to 2.4.2. Part of PR/48447.
pkgsrc change: Update HOMEPAGE per http://rubygems.org/gems/launchy (the old page is 403) Changes from HISTORY.md: ## Version 2.4.2 - 2013-11-28 * Fix kde issue - <https://github.com/copiousfreetime/launchy/issues/72> - colbell ## Version 2.4.1 - 2013-11-26 * Abstract out the argv of the commandline - <https://github.com/copiousfreetime/launchy/issues/71> ## Version 2.4.0 - 2013-11-12 * Support `Launchy.open( url, :debug => true )` - <http://github.com/copiousfreetime/launchy/issues/63> - schmich * Fix inconsistencies in `debug?` and `dry_run?` methods - <http://github.com/copiousfreetime/launchy/issues/63> - schmich * Fix detection of missing *nix desktops - <http://github.com/copiousfreetime/launchy/issues/70> * Fix running tests in bare Linux environment - <http://github.com/copiousfreetime/launchy/issues/67> - gioele * Fix mistaking windows drive as uri schema - <http://github.com/copiousfreetime/launchy/issues/65> * Attempt fixing windows `start` command oddities, again - <http://github.com/copiousfreetime/launchy/issues/62>
Diffstat (limited to 'misc/ruby-launchy')
-rw-r--r--misc/ruby-launchy/Makefile6
-rw-r--r--misc/ruby-launchy/PLIST3
-rw-r--r--misc/ruby-launchy/distinfo8
3 files changed, 9 insertions, 8 deletions
diff --git a/misc/ruby-launchy/Makefile b/misc/ruby-launchy/Makefile
index b07537a5ff6..c0675fd12c4 100644
--- a/misc/ruby-launchy/Makefile
+++ b/misc/ruby-launchy/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2013/09/15 14:10:09 taca Exp $
+# $NetBSD: Makefile,v 1.12 2014/01/17 18:13:34 tsutsui Exp $
-DISTNAME= launchy-2.3.0
+DISTNAME= launchy-2.4.2
CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://copiousfreetime.rubyforge.org/launchy/
+HOMEPAGE= https://github.com/copiousfreetime/launchy
COMMENT= Ruby class for launching applications
LICENSE= isc
diff --git a/misc/ruby-launchy/PLIST b/misc/ruby-launchy/PLIST
index d1d847b94d1..459595f3bb5 100644
--- a/misc/ruby-launchy/PLIST
+++ b/misc/ruby-launchy/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2013/09/15 14:10:09 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2014/01/17 18:13:34 tsutsui Exp $
bin/launchy
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CONTRIBUTING.md
@@ -11,6 +11,7 @@ ${GEM_LIBDIR}/bin/launchy
${GEM_LIBDIR}/lib/launchy.rb
${GEM_LIBDIR}/lib/launchy/application.rb
${GEM_LIBDIR}/lib/launchy/applications/browser.rb
+${GEM_LIBDIR}/lib/launchy/argv.rb
${GEM_LIBDIR}/lib/launchy/cli.rb
${GEM_LIBDIR}/lib/launchy/deprecated.rb
${GEM_LIBDIR}/lib/launchy/descendant_tracker.rb
diff --git a/misc/ruby-launchy/distinfo b/misc/ruby-launchy/distinfo
index 353bd122004..3e5ed509956 100644
--- a/misc/ruby-launchy/distinfo
+++ b/misc/ruby-launchy/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2013/09/15 14:10:09 taca Exp $
+$NetBSD: distinfo,v 1.11 2014/01/17 18:13:34 tsutsui Exp $
-SHA1 (launchy-2.3.0.gem) = 22d3bcd505d7ff7621d1fa2ee222e8ae72bc9c0d
-RMD160 (launchy-2.3.0.gem) = 621271d2e0a0614bb3b859a30f215bd7ebdb21a4
-Size (launchy-2.3.0.gem) = 27648 bytes
+SHA1 (launchy-2.4.2.gem) = 61af17846a983b5767384528679b5ba67163ac75
+RMD160 (launchy-2.4.2.gem) = a410045657b1abc84b330ee44e487039e0a0cb82
+Size (launchy-2.4.2.gem) = 28672 bytes