Wed Aug 17 13:19:49 2011 UTC ()
Update hoe pacakge to 2.12.0.

=== 2.12.0 / 2011-08-15

* 2 minor enhancements:

  * Forcibly copy file specified in --main to index.html. (ewong)
  * need_tar now defaults to false.

* 4 bug fixes:

  * Don't attempt to require RSpec 1 in an RSpec 2 environment. (monde)
  * Fixed test/packaging issue when wrapping hoespec in namespace. (damphyr)
  * Fixed tests for jruby. (sferik)
  * Hoe.load_plugins removes bad entries so plugin? returns false for unloaded
    plugins.


(taca)
diff -r1.14 -r1.15 pkgsrc/devel/hoe/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/hoe/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/devel/hoe/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hoe/Makefile 2011/08/12 16:23:46 1.14
+++ pkgsrc/devel/hoe/Makefile 2011/08/17 13:19:49 1.15
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.14 2011/08/12 16:23:46 taca Exp $ 1# $NetBSD: Makefile,v 1.15 2011/08/17 13:19:49 taca Exp $
2 2
3DISTNAME= hoe-2.11.0 3DISTNAME= hoe-2.12.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= minskim@NetBSD.org 6MAINTAINER= minskim@NetBSD.org
7HOMEPAGE= http://seattlerb.rubyforge.org/hoe/ 7HOMEPAGE= http://seattlerb.rubyforge.org/hoe/
8COMMENT= Rake extension to provide full project automation 8COMMENT= Rake extension to provide full project automation
9LICENSE= mit 9LICENSE= mit
10 10
11CONFLICTS+= ruby[1-9][0-9]-hoe-[0-9]* hoe-[0-9]* 11CONFLICTS+= ruby[1-9][0-9]-hoe-[0-9]* hoe-[0-9]*
12 12
13RUBYGEMS_REQD= 1.4 13RUBYGEMS_REQD= 1.4
14 14
15.include "../../lang/ruby/gem.mk" 15.include "../../lang/ruby/gem.mk"
16 16

cvs diff -r1.11 -r1.12 pkgsrc/devel/hoe/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/hoe/distinfo 2011/08/12 16:23:46 1.11
+++ pkgsrc/devel/hoe/distinfo 2011/08/17 13:19:49 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2011/08/12 16:23:46 taca Exp $ 1$NetBSD: distinfo,v 1.12 2011/08/17 13:19:49 taca Exp $
2 2
3SHA1 (hoe-2.11.0.gem) = 1d89b2082de597df0a28121b37035185ec6b1bda 3SHA1 (hoe-2.12.0.gem) = 357414b99a8800777dfb9453caf6337a6d584794
4RMD160 (hoe-2.11.0.gem) = cd421e945d29c27351b097a9c4e6f6c19aeff082 4RMD160 (hoe-2.12.0.gem) = 88d5ce81722558e965d00e290a6c22d646aedc72
5Size (hoe-2.11.0.gem) = 121344 bytes 5Size (hoe-2.12.0.gem) = 121344 bytes