Skip to content

Commit

Permalink
Update ruby-launchy to 2.4.2. Part of PR/48447.
Browse files Browse the repository at this point in the history
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 - <copiousfreetime/launchy#72> - colbell

## Version 2.4.1 - 2013-11-26
* Abstract out the argv of the commandline - <copiousfreetime/launchy#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>
  • Loading branch information
tsutsui committed Jan 17, 2014
1 parent a5254f8 commit 8126a22
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions misc/ruby-launchy/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 2 additions & 1 deletion misc/ruby-launchy/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions misc/ruby-launchy/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8126a22

Please sign in to comment.