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:           Sun Dec 18 13:53:03 UTC 2022

Modified Files:
        pkgsrc/devel/hoe: Makefile PLIST distinfo

Log Message:
devel/hoe: update to 4.0.1

4.0.1 (2022-12-17)

1 bug fix:

* Add extra checks to release_sanity to ensure history file is updated
  before release.

4.0.0 (2022-12-16)

3 major enhancements:

* Removed Minitest::TestTask. Shipped with minitest 5.16+ now!
* Removed direct support for rspec, test/unit. Still extendable tho.
* Removed support for old style readme parsing.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/hoe/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/hoe/PLIST
cvs rdiff -u -r1.55 -r1.56 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.60 pkgsrc/devel/hoe/Makefile:1.61
--- pkgsrc/devel/hoe/Makefile:1.60      Fri Nov 11 13:17:35 2022
+++ pkgsrc/devel/hoe/Makefile   Sun Dec 18 13:53:02 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2022/11/11 13:17:35 taca Exp $
+# $NetBSD: Makefile,v 1.61 2022/12/18 13:53:02 taca Exp $
 
-DISTNAME=      hoe-3.26.0
+DISTNAME=      hoe-4.0.1
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost

Index: pkgsrc/devel/hoe/PLIST
diff -u pkgsrc/devel/hoe/PLIST:1.17 pkgsrc/devel/hoe/PLIST:1.18
--- pkgsrc/devel/hoe/PLIST:1.17 Fri Nov 11 13:17:35 2022
+++ pkgsrc/devel/hoe/PLIST      Sun Dec 18 13:53:02 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2022/11/11 13:17:35 taca Exp $
+@comment $NetBSD: PLIST,v 1.18 2022/12/18 13:53:02 taca Exp $
 bin/sow${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.autotest
@@ -27,7 +27,6 @@ ${GEM_LIBDIR}/lib/hoe/rake.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.55 pkgsrc/devel/hoe/distinfo:1.56
--- pkgsrc/devel/hoe/distinfo:1.55      Fri Nov 11 13:17:35 2022
+++ pkgsrc/devel/hoe/distinfo   Sun Dec 18 13:53:02 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.55 2022/11/11 13:17:35 taca Exp $
+$NetBSD: distinfo,v 1.56 2022/12/18 13:53:02 taca Exp $
 
-BLAKE2s (hoe-3.26.0.gem) = fe5b99794a9fcf395cc4baf0bc7229fae72f0a522222ea527eac37b7b5461e8b
-SHA512 (hoe-3.26.0.gem) = 0b069b0b2b181b81770568186f9d81b0f8fe48644a4b29bb2dd8084dc60886c7a06fa0e7be81854b5b653afc38c908622f08066656d9b625ab595615ef2918c3
-Size (hoe-3.26.0.gem) = 194560 bytes
+BLAKE2s (hoe-4.0.1.gem) = d719c870edeb568bb64c59897edf34b21c1f059be23bc24b5efbd6ed3b83ec6b
+SHA512 (hoe-4.0.1.gem) = b1e7e6dd5bfdd47bd1f01463afea3cbf0d41e6190e75538a1d7bcea1fa10a9fd561d670064f78a069d7cf25d762e0f196fbe5fca2b7783bd780b3debe8ffa3c9
+Size (hoe-4.0.1.gem) = 190976 bytes



Home | Main Index | Thread Index | Old Index