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 Dec 22 01:47:47 UTC 2022
Modified Files:
pkgsrc/devel/hoe: Makefile
Log Message:
devel/hoe: add missing dependency
hoe implictly assumes that minitest 5.16 and later is available.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/hoe/Makefile
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.61 pkgsrc/devel/hoe/Makefile:1.62
--- pkgsrc/devel/hoe/Makefile:1.61 Sun Dec 18 13:53:02 2022
+++ pkgsrc/devel/hoe/Makefile Thu Dec 22 01:47:47 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2022/12/18 13:53:02 taca Exp $
+# $NetBSD: Makefile,v 1.62 2022/12/22 01:47:47 taca Exp $
DISTNAME= hoe-4.0.1
+PKGREVISION= 1
CATEGORIES= devel
MAINTAINER= minskim%NetBSD.org@localhost
@@ -8,6 +9,9 @@ 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
+
USE_LANGUAGES= # empty
RUBYGEM_OPTIONS+= --format-executable
Home |
Main Index |
Thread Index |
Old Index