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 Jul 30 03:45:01 UTC 2023

Modified Files:
        pkgsrc/devel/hoe: Makefile distinfo

Log Message:
devel/hoe: update to 4.0.5

4.0.5 (2023-07-25)

1 bug fix:

* sow: Fixed nested module directory creation. (chriscz)


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/hoe/Makefile
cvs rdiff -u -r1.59 -r1.60 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.65 pkgsrc/devel/hoe/Makefile:1.66
--- pkgsrc/devel/hoe/Makefile:1.65      Fri Jun  9 13:49:52 2023
+++ pkgsrc/devel/hoe/Makefile   Sun Jul 30 03:45:01 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2023/06/09 13:49:52 taca Exp $
+# $NetBSD: Makefile,v 1.66 2023/07/30 03:45:01 taca Exp $
 
-DISTNAME=      hoe-4.0.4
+DISTNAME=      hoe-4.0.5
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -8,8 +8,8 @@ HOMEPAGE=       https://www.zenspider.com/proj
 COMMENT=       Rake extension to provide full project automation
 LICENSE=       mit
 
-# hoe implictly assumes minitest 5.16 and later is available.
-DEPENDS+=      ${RUBY_PKGPREFIX}-minitest>=5.16:../../devel/ruby-minitest
+# hoe implictly assumes minitest 5.16 and all Ruby contains as bundled gem
+#DEPENDS+=     ${RUBY_PKGPREFIX}-minitest>=5.16:../../devel/ruby-minitest
 
 USE_LANGUAGES= # empty
 

Index: pkgsrc/devel/hoe/distinfo
diff -u pkgsrc/devel/hoe/distinfo:1.59 pkgsrc/devel/hoe/distinfo:1.60
--- pkgsrc/devel/hoe/distinfo:1.59      Fri Jun  9 13:49:52 2023
+++ pkgsrc/devel/hoe/distinfo   Sun Jul 30 03:45:01 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.59 2023/06/09 13:49:52 taca Exp $
+$NetBSD: distinfo,v 1.60 2023/07/30 03:45:01 taca Exp $
 
-BLAKE2s (hoe-4.0.4.gem) = 5e7619a538945e1d398dc4967e3a856ef8af7b90a7691bfd4d3d37684e41c59f
-SHA512 (hoe-4.0.4.gem) = a7f03c171f77127d442070947193536421395a609536c45efb639c75f24605dfccb9bcf8ec6ec202956f888a3110cffa99c56bb924f7e1b982864d38673b6a4c
-Size (hoe-4.0.4.gem) = 190976 bytes
+BLAKE2s (hoe-4.0.5.gem) = 97a4aa770c2ab634b73d2b0e726fcb797bae5511079440a2f621017e17601bf1
+SHA512 (hoe-4.0.5.gem) = 5f9e423dfe49d2b41ae4380a8b226a7c6efa939ba48022a0d872e9ccb4fb8aeed67ea2366034f61edc92a5be3f23014a0428ea64a48c644a2308621a0d417a23
+Size (hoe-4.0.5.gem) = 190976 bytes



Home | Main Index | Thread Index | Old Index