summaryrefslogtreecommitdiff
path: root/misc/ruby-launchy/Makefile
diff options
context:
space:
mode:
authortaca <taca>2011-08-12 16:59:14 +0000
committertaca <taca>2011-08-12 16:59:14 +0000
commit72d1c41bf38bc135dab6c63451d1829e7528b3da (patch)
tree2fca46c4cdbb131599b1ae7d517cc04c1fdbdfc5 /misc/ruby-launchy/Makefile
parent2e2f32fdd30e177848bb5b616ee8e24d22616e7e (diff)
downloadpkgsrc-72d1c41bf38bc135dab6c63451d1829e7528b3da.tar.gz
Update misc/ruby-launchy package to 2.0.5.
== Version 2.0.5 - 2011-07-24 * Fix the case where $BROWSER is set and no *nix desktop was found (copiousfreetime/launchy#33) == Version 2.0.4 - 2011-07-23 * Fix windows 'start' commandline (copiousfreetime/launchy#5) * Add capability to open local files with no file: scheme present (copiousfreetime/launchy#29) * Added 'rake how_to_contribute' task (copiousfreetime/launchy#30) * Make better decisions on when to do shell escaping (copiousfreetime/launchy#31) * Switch to Addressable::URI so UTF-8 urls may be parsed. (copiousfreetime/launchy#32) == Version 2.0.3 - 2011-07-17 * Add in Deprecated API wrappers that warn the user == Version 2.0.2 - 2011-07-17 * Typo fixes from @mtorrent * Documentation updates explicitly stating the Public API * Increase test coverage == Version 2.0.1 - 2011-07-16 * Almost a complete rewrite * JRuby Support * Organization is such that it will be easier to add additional applications * Windows behavior possibly fixed, again == Version 1.0.0 - 2011-03-17 * Add JRuby support (Stephen Judkins) * Remove unused Paths module * Switch to using bones * Switch to use minitest * NOTE, this version was never released.
Diffstat (limited to 'misc/ruby-launchy/Makefile')
-rw-r--r--misc/ruby-launchy/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/ruby-launchy/Makefile b/misc/ruby-launchy/Makefile
index 723f616668e..4d9a0417648 100644
--- a/misc/ruby-launchy/Makefile
+++ b/misc/ruby-launchy/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2011/06/19 01:49:27 taca Exp $
+# $NetBSD: Makefile,v 1.5 2011/08/12 16:59:14 taca Exp $
-DISTNAME= launchy-0.4.0
+DISTNAME= launchy-2.0.5
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}-configuration>=0.0.5:../../misc/ruby-configuration
+DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.2.6<2.3:../../net/ruby-addressable
USE_RAKE= YES