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:           Thu Jan 16 15:21:51 UTC 2020

Modified Files:
        pkgsrc/devel/hoe: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/hoe/Makefile
cvs rdiff -u -r1.44 -r1.45 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.49 pkgsrc/devel/hoe/Makefile:1.50
--- pkgsrc/devel/hoe/Makefile:1.49      Mon Nov 18 16:20:22 2019
+++ pkgsrc/devel/hoe/Makefile   Thu Jan 16 15:21:51 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2019/11/18 16:20:22 taca Exp $
+# $NetBSD: Makefile,v 1.50 2020/01/16 15:21:51 taca Exp $
 
-DISTNAME=      hoe-3.19.0
+DISTNAME=      hoe-3.21.0
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost

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



Home | Main Index | Thread Index | Old Index