pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/hoe devel/hoe: update to 3.18.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1cf6b9ddcd54
branches:  trunk
changeset: 339495:1cf6b9ddcd54
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Sep 13 15:37:04 2019 +0000

description:
devel/hoe: update to 3.18.0

=== 3.18.0 / 2019-05-25

* 1 major enhancement:

  * Added Minitest::TestTask (will move to minitest proper soon)

* 8 minor enhancements:

  * Added 'multiruby_skip' config so it can be in global ~/.hoerc.
  * Added Hoe.include_dirs to allow tasks to probe directly.
  * Added X=exclude_pattern to the test plugin. Can be used in conjunction with N=select_pattern.
  * Deprecated Hoe::Test.make_test_cmd      (argue with me!)
  * Deprecated Hoe::Test.try_loading_rspec  (argue with me!)
  * Deprecated Hoe::Test.try_loading_rspec2 (argue with me!)
  * Deprecated testunit support             (argue with me!)
  * Switched normally hoe-generated test tasks over to use Minitest::TestTask.

* 1 bug fix:

  * Fixed incompatibility with rubygems 3.x. (drbrain)

diffstat:

 devel/hoe/Makefile |   4 ++--
 devel/hoe/PLIST    |   3 ++-
 devel/hoe/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 7c77c4009a6c -r 1cf6b9ddcd54 devel/hoe/Makefile
--- a/devel/hoe/Makefile        Fri Sep 13 15:33:42 2019 +0000
+++ b/devel/hoe/Makefile        Fri Sep 13 15:37:04 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2019/05/06 05:17:15 taca Exp $
+# $NetBSD: Makefile,v 1.45 2019/09/13 15:37:04 taca Exp $
 
-DISTNAME=      hoe-3.17.2
+DISTNAME=      hoe-3.18.0
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
diff -r 7c77c4009a6c -r 1cf6b9ddcd54 devel/hoe/PLIST
--- a/devel/hoe/PLIST   Fri Sep 13 15:33:42 2019 +0000
+++ b/devel/hoe/PLIST   Fri Sep 13 15:37:04 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2015/10/04 11:03:41 taca Exp $
+@comment $NetBSD: PLIST,v 1.16 2019/09/13 15:37:04 taca Exp $
 bin/sow${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.autotest
@@ -27,6 +27,7 @@
 ${GEM_LIBDIR}/lib/hoe/rdoc.rb
 ${GEM_LIBDIR}/lib/hoe/signing.rb
 ${GEM_LIBDIR}/lib/hoe/test.rb
+${GEM_LIBDIR}/lib/minitest/test_task.rb
 ${GEM_LIBDIR}/template/.autotest.erb
 ${GEM_LIBDIR}/template/History.txt.erb
 ${GEM_LIBDIR}/template/Manifest.txt.erb
diff -r 7c77c4009a6c -r 1cf6b9ddcd54 devel/hoe/distinfo
--- a/devel/hoe/distinfo        Fri Sep 13 15:33:42 2019 +0000
+++ b/devel/hoe/distinfo        Fri Sep 13 15:37:04 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2019/05/06 05:17:15 taca Exp $
+$NetBSD: distinfo,v 1.42 2019/09/13 15:37:04 taca Exp $
 
-SHA1 (hoe-3.17.2.gem) = 4f5a85a84224abe4ed18d3e965ac3c32a648893f
-RMD160 (hoe-3.17.2.gem) = 455363a7ed6e6fbf97626ba1ce321b067fb2475e
-SHA512 (hoe-3.17.2.gem) = d6703cd8913ac7055c33dbfead5610bd197be90ac3aeeaf2e4498ab088447d7e08dbe1ad3fdc602afd26fc7cfda12d73dd43a605b9bf59ecd83b1cfd8845f55b
-Size (hoe-3.17.2.gem) = 188416 bytes
+SHA1 (hoe-3.18.0.gem) = bb108dba775f24417eaad9e1fb9a862066c30859
+RMD160 (hoe-3.18.0.gem) = 1051ab3a69438f70e69383e938a6cc1d8312e9ea
+SHA512 (hoe-3.18.0.gem) = 87b24dd77200a6013eca50b57c001c437035ab5e74809a941a28616d9a722b130a624f1137d7c55eacccc497c5c57f2ccfe872d160915b1a00a71cdf2e76695b
+Size (hoe-3.18.0.gem) = 190976 bytes



Home | Main Index | Thread Index | Old Index