Mon Mar 23 16:49:31 2020 UTC ()
misc/ruby-launchy: update to 2.5.0

Update ruby-launchy to 2.5.0.
pkgsrc change: add "USE_LANGAUGES=	# none".

## Version 2.5.0 - 2020-02-27

* Update depedencies
* Update minimum ruby level
* Move to `kde-open` on KDE - <https://github.com/copiousfreetime/launchy/pull/105> - wstephenson
* Applied some grammer / spelling fixes - <https://github.com/copiousfreetime/launchy/pull/130> - jeremymoritz
* `Pathname` instances do not raise exceptions when opening local files - <https://github.com/copiousfreetime/launchy/issues/101> - dmke
* Add a fallback console browsers - <https://github.com/copiousfreetime/launchy/issues/93> - trejkaz


(taca)
diff -r1.15 -r1.16 pkgsrc/misc/ruby-launchy/Makefile
diff -r1.13 -r1.14 pkgsrc/misc/ruby-launchy/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/misc/ruby-launchy/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/ruby-launchy/Makefile 2019/11/18 16:20:22 1.15
+++ pkgsrc/misc/ruby-launchy/Makefile 2020/03/23 16:49:31 1.16
@@ -1,14 +1,16 @@ @@ -1,14 +1,16 @@
1# $NetBSD: Makefile,v 1.15 2019/11/18 16:20:22 taca Exp $ 1# $NetBSD: Makefile,v 1.16 2020/03/23 16:49:31 taca Exp $
2 2
3DISTNAME= launchy-2.4.3 3DISTNAME= launchy-2.5.0
4CATEGORIES= misc 4CATEGORIES= misc
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/copiousfreetime/launchy 7HOMEPAGE= https://github.com/copiousfreetime/launchy
8COMMENT= Ruby class for launching applications 8COMMENT= Ruby class for launching applications
9LICENSE= isc 9LICENSE= isc
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable 11DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable
12 12
 13USE_LANGUAGES= # none
 14
13.include "../../lang/ruby/gem.mk" 15.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/misc/ruby-launchy/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/ruby-launchy/distinfo 2015/11/03 23:49:50 1.13
+++ pkgsrc/misc/ruby-launchy/distinfo 2020/03/23 16:49:31 1.14
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.13 2015/11/03 23:49:50 agc Exp $ 1$NetBSD: distinfo,v 1.14 2020/03/23 16:49:31 taca Exp $
2 2
3SHA1 (launchy-2.4.3.gem) = 03fae3a8897169a2625649b8c4be55c24e57090b 3SHA1 (launchy-2.5.0.gem) = 413a20b7d777e2bfee8a98170c4033e6977b6bbd
4RMD160 (launchy-2.4.3.gem) = 0e5b5f4f74e88010a8e2273f8feb011e1746e146 4RMD160 (launchy-2.5.0.gem) = 523d6ff316013c78f5a9b8783fa309d4c8d35331
5SHA512 (launchy-2.4.3.gem) = 7c3e0377c9a310b2e7a4d1544b4790f6f959d24b6aba91660e979eb943f4bee641e0b5a44687b693ffe99304ceb96a9a6cf9fed142e231af01135bd2b73321d6 5SHA512 (launchy-2.5.0.gem) = d80811009155d9cea6a2e69b5f7482aaec7d0bf23ecca4cbe72e440fb4eae1c38bc5904e863998f1966c7a99b98bad1f4456cec1cb076f96f5a99b835448b39f
6Size (launchy-2.4.3.gem) = 29184 bytes 6Size (launchy-2.5.0.gem) = 30208 bytes