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 Aug 6 07:48:10 UTC 2023
Modified Files:
pkgsrc/devel/hoe: Makefile
Log Message:
devel/hoe: remove comment outed DEPENDS line
Current hoe dose not require ruby-minitest package.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 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.66 pkgsrc/devel/hoe/Makefile:1.67
--- pkgsrc/devel/hoe/Makefile:1.66 Sun Jul 30 03:45:01 2023
+++ pkgsrc/devel/hoe/Makefile Sun Aug 6 07:48:10 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2023/07/30 03:45:01 taca Exp $
+# $NetBSD: Makefile,v 1.67 2023/08/06 07:48:10 taca Exp $
DISTNAME= hoe-4.0.5
CATEGORIES= devel
@@ -8,9 +8,6 @@ HOMEPAGE= https://www.zenspider.com/proj
COMMENT= Rake extension to provide full project automation
LICENSE= mit
-# 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
RUBYGEM_OPTIONS+= --format-executable
Home |
Main Index |
Thread Index |
Old Index