pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hoe
Module Name: pkgsrc
Committed By: taca
Date: Fri Sep 13 15:37:04 UTC 2019
Modified Files:
pkgsrc/devel/hoe: Makefile PLIST distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/hoe/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/hoe/PLIST
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/hoe/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/hoe/Makefile
diff -u pkgsrc/devel/hoe/Makefile:1.44 pkgsrc/devel/hoe/Makefile:1.45
--- pkgsrc/devel/hoe/Makefile:1.44 Mon May 6 05:17:15 2019
+++ pkgsrc/devel/hoe/Makefile Fri Sep 13 15:37:04 2019
@@ -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
Index: pkgsrc/devel/hoe/PLIST
diff -u pkgsrc/devel/hoe/PLIST:1.15 pkgsrc/devel/hoe/PLIST:1.16
--- pkgsrc/devel/hoe/PLIST:1.15 Sun Oct 4 11:03:41 2015
+++ pkgsrc/devel/hoe/PLIST Fri Sep 13 15:37:04 2019
@@ -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/rcov.rb
${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
Index: pkgsrc/devel/hoe/distinfo
diff -u pkgsrc/devel/hoe/distinfo:1.41 pkgsrc/devel/hoe/distinfo:1.42
--- pkgsrc/devel/hoe/distinfo:1.41 Mon May 6 05:17:15 2019
+++ pkgsrc/devel/hoe/distinfo Fri Sep 13 15:37:04 2019
@@ -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