Wed Oct 23 16:16:33 2019 UTC ()
devel/hoe: update to 3.18.1

Update hoe to 3.18.1.

=== 3.18.1 / 2019-09-14

* 1 minor enhancement:

  * Added deprecations to minitest/test_task: TESTOPTS, N (for #threads), FILTER.

* 3 bug fixes:

  * Fixed one use of Array.prepend on ruby 2.3-2.4.
  * Removed FILTER/N/X handling from hoe/test.rb in favor of minitest/test_task.rb.
  * Sort globs before shuffling to normalize different file systems.


(taca)
diff -r1.45 -r1.46 pkgsrc/devel/hoe/Makefile
diff -r1.42 -r1.43 pkgsrc/devel/hoe/distinfo

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

--- pkgsrc/devel/hoe/Makefile 2019/09/13 15:37:04 1.45
+++ pkgsrc/devel/hoe/Makefile 2019/10/23 16:16:33 1.46
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.45 2019/09/13 15:37:04 taca Exp $ 1# $NetBSD: Makefile,v 1.46 2019/10/23 16:16:33 taca Exp $
2 2
3DISTNAME= hoe-3.18.0 3DISTNAME= hoe-3.18.1
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
11USE_RAKE= RUN 11USE_RAKE= RUN
12RUBYGEM_OPTIONS+= --format-executable 12RUBYGEM_OPTIONS+= --format-executable
13 13
14.include "../../lang/ruby/gem.mk" 14.include "../../lang/ruby/gem.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/hoe/distinfo 2019/09/13 15:37:04 1.42
+++ pkgsrc/devel/hoe/distinfo 2019/10/23 16:16:33 1.43
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.42 2019/09/13 15:37:04 taca Exp $ 1$NetBSD: distinfo,v 1.43 2019/10/23 16:16:33 taca Exp $
2 2
3SHA1 (hoe-3.18.0.gem) = bb108dba775f24417eaad9e1fb9a862066c30859 3SHA1 (hoe-3.18.1.gem) = b5745dffc7af5cbbc87dfcc31307d98aceea222f
4RMD160 (hoe-3.18.0.gem) = 1051ab3a69438f70e69383e938a6cc1d8312e9ea 4RMD160 (hoe-3.18.1.gem) = dbfb0502cc1b9549a3753c95fb802085f6d834e0
5SHA512 (hoe-3.18.0.gem) = 87b24dd77200a6013eca50b57c001c437035ab5e74809a941a28616d9a722b130a624f1137d7c55eacccc497c5c57f2ccfe872d160915b1a00a71cdf2e76695b 5SHA512 (hoe-3.18.1.gem) = c281cdb2e89272ea84e54cd36d0cdec77cf6dd51f745c0aa99593586781e5182129f967086f008c33b38d25d7a3aacd2fa1899752e63f725d5ecf5fd5c04682c
6Size (hoe-3.18.0.gem) = 190976 bytes 6Size (hoe-3.18.1.gem) = 190976 bytes