summaryrefslogtreecommitdiff
path: root/devel/hoe
diff options
context:
space:
mode:
authorminskim <minskim>2012-02-22 20:18:00 +0000
committerminskim <minskim>2012-02-22 20:18:00 +0000
commit85137ca97b25bd5600b0790a78c542016c54e14d (patch)
tree2c67ebc2ceb94b5f8a69f73de3badc2faf94b0c8 /devel/hoe
parentda566b937fabc6485ac00d0f181b76652e304d20 (diff)
downloadpkgsrc-85137ca97b25bd5600b0790a78c542016c54e14d.tar.gz
Update hoe to 2.14.0.
Changes: - Make hoe noisy about missing plugins again. - Normalize dev/runtime deps: dev + runtime = runtime. - Added :dcov task so you can easily check documentation coverage. - Added Rake monkeypatch so that Task#clear will clear comments. (github) - Added coverage sorting and added tmp/isolate to rcov flags - :doc task should depend on isolate if activated - .rdoc files are now automatically added to the extrardocfiles list. - Added Hoe#read_manifest - Added check_manifest to the prerelease task to prevent broken releases. - Added extra duplicate dependency checking. - Hoe#withconfig merges the local and home configuration atop Hoe::DEFAULTCONFIG to allow plugins to supply new defaults. - The readmefile and historyfile are now automatically guessed from the manifest. This allows "README.rdoc" to be used automatically. - install_gem optionally excludes rdoc/ri generation. - rake checkextradeps excludes rdoc/ri generation. rake install_gem does not. - rake multi now just reinvokes rake using multiruby to allow hoe plugins to be invoked.
Diffstat (limited to 'devel/hoe')
-rw-r--r--devel/hoe/Makefile4
-rw-r--r--devel/hoe/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/hoe/Makefile b/devel/hoe/Makefile
index 72670a932c2..b7dd0fe81ff 100644
--- a/devel/hoe/Makefile
+++ b/devel/hoe/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2011/12/15 15:03:47 taca Exp $
+# $NetBSD: Makefile,v 1.20 2012/02/22 20:18:00 minskim Exp $
-DISTNAME= hoe-2.12.4
+DISTNAME= hoe-2.14.0
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
diff --git a/devel/hoe/distinfo b/devel/hoe/distinfo
index 8bfed6c4195..46a356ec1db 100644
--- a/devel/hoe/distinfo
+++ b/devel/hoe/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2011/12/15 15:03:47 taca Exp $
+$NetBSD: distinfo,v 1.17 2012/02/22 20:18:00 minskim Exp $
-SHA1 (hoe-2.12.4.gem) = bded12f1eaeb4e9b295dec4947d76c8006f7e479
-RMD160 (hoe-2.12.4.gem) = 9c23762bc79fcc2396c7b695b138fd073dbf606f
-Size (hoe-2.12.4.gem) = 122368 bytes
+SHA1 (hoe-2.14.0.gem) = 7132e1653fd61d9813918a6d3c32dc591f1ee863
+RMD160 (hoe-2.14.0.gem) = 365d64e1b7c4a0f6436c69730ed31504ef8975e9
+Size (hoe-2.14.0.gem) = 123904 bytes