pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-hoe



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue May  5 12:39:21 UTC 2026

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

Log Message:
devel/ruby-hoe: update to 4.7.0

4.7.0 / 2026-04-22

2 minor enhancements:

* Added cov_branches to enable branch level coverage reporting.

* Merged hoe/gemcutter into hoe/package. Distinction doesn't make sense.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-hoe/Makefile \
    pkgsrc/devel/ruby-hoe/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-hoe/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-hoe/Makefile
diff -u pkgsrc/devel/ruby-hoe/Makefile:1.7 pkgsrc/devel/ruby-hoe/Makefile:1.8
--- pkgsrc/devel/ruby-hoe/Makefile:1.7  Sun Mar  1 07:19:37 2026
+++ pkgsrc/devel/ruby-hoe/Makefile      Tue May  5 12:39:21 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2026/03/01 07:19:37 taca Exp $
+# $NetBSD: Makefile,v 1.8 2026/05/05 12:39:21 taca Exp $
 
-DISTNAME=      hoe-4.6.1
+DISTNAME=      hoe-4.7.0
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-hoe/distinfo
diff -u pkgsrc/devel/ruby-hoe/distinfo:1.7 pkgsrc/devel/ruby-hoe/distinfo:1.8
--- pkgsrc/devel/ruby-hoe/distinfo:1.7  Sun Mar  1 07:19:37 2026
+++ pkgsrc/devel/ruby-hoe/distinfo      Tue May  5 12:39:21 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2026/03/01 07:19:37 taca Exp $
+$NetBSD: distinfo,v 1.8 2026/05/05 12:39:21 taca Exp $
 
-BLAKE2s (hoe-4.6.1.gem) = a3ef7b2de7c7a5bb5a6344a1ad70d1c65a6ab7d3e8bd856e63aefefcc3af154d
-SHA512 (hoe-4.6.1.gem) = 5df9af7ebe4022797a55ebb33cdd1bf67ee0dde5859d54b9b0d6366a8dd000e4b8cfbd2933a60f58b484e2040ef969816a0d75c40173c80f0a6365a2da6ab824
-Size (hoe-4.6.1.gem) = 194048 bytes
+BLAKE2s (hoe-4.7.0.gem) = 81efe8bbb713573bf32117e0abc87599f60c2ca3d187c175fe074fcd6f0add6d
+SHA512 (hoe-4.7.0.gem) = e094e84880c044760369bbe37396ba9fc81bf6c7ceec970bfe52c727cab022837367121ba3a431db74a1e45f1253b2368b530d3f1ff5d1814e08dfdd31eb3fc4
+Size (hoe-4.7.0.gem) = 194560 bytes

Index: pkgsrc/devel/ruby-hoe/PLIST
diff -u pkgsrc/devel/ruby-hoe/PLIST:1.2 pkgsrc/devel/ruby-hoe/PLIST:1.3
--- pkgsrc/devel/ruby-hoe/PLIST:1.2     Tue Jan 13 15:20:09 2026
+++ pkgsrc/devel/ruby-hoe/PLIST Tue May  5 12:39:21 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2026/01/13 15:20:09 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/05/05 12:39:21 taca Exp $
 bin/sow${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.autotest
@@ -17,7 +17,6 @@ ${GEM_LIBDIR}/lib/hoe/deps.rb
 ${GEM_LIBDIR}/lib/hoe/flay.rb
 ${GEM_LIBDIR}/lib/hoe/flog.rb
 ${GEM_LIBDIR}/lib/hoe/gem_prelude_sucks.rb
-${GEM_LIBDIR}/lib/hoe/gemcutter.rb
 ${GEM_LIBDIR}/lib/hoe/git.rb
 ${GEM_LIBDIR}/lib/hoe/inline.rb
 ${GEM_LIBDIR}/lib/hoe/newb.rb
@@ -38,7 +37,6 @@ ${GEM_LIBDIR}/template/lib/file_name.rb.
 ${GEM_LIBDIR}/template/test/test_file_name.rb.erb
 ${GEM_LIBDIR}/test/test_hoe.rb
 ${GEM_LIBDIR}/test/test_hoe_debug.rb
-${GEM_LIBDIR}/test/test_hoe_gemcutter.rb
 ${GEM_LIBDIR}/test/test_hoe_package.rb
 ${GEM_LIBDIR}/test/test_hoe_publish.rb
 ${GEM_LIBDIR}/test/test_hoe_test.rb



Home | Main Index | Thread Index | Old Index