From 8126a22a51641cfb8d65ff5185fed2f404ab0dac Mon Sep 17 00:00:00 2001 From: tsutsui Date: Fri, 17 Jan 2014 18:13:34 +0000 Subject: [PATCH] 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 - - colbell ## Version 2.4.1 - 2013-11-26 * Abstract out the argv of the commandline - ## Version 2.4.0 - 2013-11-12 * Support `Launchy.open( url, :debug => true )` - - schmich * Fix inconsistencies in `debug?` and `dry_run?` methods - - schmich * Fix detection of missing *nix desktops - * Fix running tests in bare Linux environment - - gioele * Fix mistaking windows drive as uri schema - * Attempt fixing windows `start` command oddities, again - --- misc/ruby-launchy/Makefile | 6 +++--- misc/ruby-launchy/PLIST | 3 ++- misc/ruby-launchy/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/misc/ruby-launchy/Makefile b/misc/ruby-launchy/Makefile index b07537a5ff6a6..c0675fd12c49e 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 d1d847b94d176..459595f3bb589 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 353bd122004fd..3e5ed509956ca 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