Thu Jan 16 15:21:51 2020 UTC ()
devel/hoe: update to 3.21.0

Update hoe to 3.21.0.

=== 3.21.0 / 2020-01-11

* 2 minor enhancements:

  * Added support for wiki_uri and mailing_list_uri. (JuanitoFatas)
  * Load encrypted private key using ENV['GEM_PRIVATE_KEY_PASSPHRASE'] as passphrase. (larskanis)

* 5 bug fixes:

  * Add require_ruby_version for 2.1+. (MSP-Greg)
  * Fix a ruby 2.7 keyword arg deprecation. (anatol)
  * Fix debug_gem task when you have a signing_key and broken rubygems (< 3.1.0).
  * Fixed shadowed variable and json output for minitest's test:isolated task.
  * Minor tweak to make hoe load when openssl isn't available.

=== 3.20.0 / 2019-11-09

* 2 minor enhancements:

  * Added <test>:isolated task that runs tests in parallel. Replaces <test>:dep task.
  * Bumped rake dependency to be < 15.


(taca)
diff -r1.49 -r1.50 pkgsrc/devel/hoe/Makefile
diff -r1.44 -r1.45 pkgsrc/devel/hoe/distinfo

cvs diff -r1.49 -r1.50 pkgsrc/devel/hoe/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hoe/Makefile 2019/11/18 16:20:22 1.49
+++ pkgsrc/devel/hoe/Makefile 2020/01/16 15:21:51 1.50
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.49 2019/11/18 16:20:22 taca Exp $ 1# $NetBSD: Makefile,v 1.50 2020/01/16 15:21:51 taca Exp $
2 2
3DISTNAME= hoe-3.19.0 3DISTNAME= hoe-3.21.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= minskim@NetBSD.org 6MAINTAINER= minskim@NetBSD.org
7HOMEPAGE= http://www.zenspider.com/projects/hoe.html 7HOMEPAGE= http://www.zenspider.com/projects/hoe.html
8COMMENT= Rake extension to provide full project automation 8COMMENT= Rake extension to provide full project automation
9LICENSE= mit 9LICENSE= mit
10 10
11RUBYGEM_OPTIONS+= --format-executable 11RUBYGEM_OPTIONS+= --format-executable
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.44 -r1.45 pkgsrc/devel/hoe/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/hoe/distinfo 2019/11/02 14:27:46 1.44
+++ pkgsrc/devel/hoe/distinfo 2020/01/16 15:21:51 1.45
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.44 2019/11/02 14:27:46 taca Exp $ 1$NetBSD: distinfo,v 1.45 2020/01/16 15:21:51 taca Exp $
2 2
3SHA1 (hoe-3.19.0.gem) = fb75f867714e86a62d0b1c0740b63b77895f8df5 3SHA1 (hoe-3.21.0.gem) = d849860ca431508533158a8f93657fd605038fbb
4RMD160 (hoe-3.19.0.gem) = 3b96c82a1fc32c54edc16376048f6107344c1132 4RMD160 (hoe-3.21.0.gem) = b67542dbeea06f7a43b1ae3602c88301fb3dc41b
5SHA512 (hoe-3.19.0.gem) = 1bdc77f78f0b1a7e0832107d40679928d8f0edc0a1deeb0e63c7f8e2f7601b5cbe0bc6c19e6f8b2f26459710a31538f8efc433ef5e930058d852e945c0b280b0 5SHA512 (hoe-3.21.0.gem) = 39da93520bdb4efcbc58af58562ff8abbdecf45f92071ddb31f68ac799eb6f704431cea3d699aa039ba3a5217dc9b0f2d87f8b553d62860c34cb63803b625754
6Size (hoe-3.19.0.gem) = 191488 bytes 6Size (hoe-3.21.0.gem) = 193024 bytes