Fri Sep 13 12:56:50 2013 UTC ()
Update hoe to 3.7.1.

=== 3.7.1 / 2013-08-19

* 1 minor enhancement:

  * Added N=testname option to the test task to shortcut TESTOPTS='-n testname'

=== 3.7.0 / 2013-07-24

* 1 minor enhancement:

  * Warn and default to MIT license if not set.

=== 3.6.3 / 2013-06-20

* 1 bug fix:

  * Fixed problems with shell redirection on non-bash systems. (kou)


(taca)
diff -r1.30 -r1.31 pkgsrc/devel/hoe/Makefile
diff -r1.27 -r1.28 pkgsrc/devel/hoe/distinfo

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

--- pkgsrc/devel/hoe/Makefile 2013/06/16 14:43:31 1.30
+++ pkgsrc/devel/hoe/Makefile 2013/09/13 12:56:50 1.31
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.30 2013/06/16 14:43:31 taca Exp $ 1# $NetBSD: Makefile,v 1.31 2013/09/13 12:56:50 taca Exp $
2 2
3DISTNAME= hoe-3.6.2 3DISTNAME= hoe-3.7.1
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
14USE_RAKE= RUN 14USE_RAKE= RUN
15 15
16.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"

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

--- pkgsrc/devel/hoe/distinfo 2013/06/16 14:43:31 1.27
+++ pkgsrc/devel/hoe/distinfo 2013/09/13 12:56:50 1.28
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.27 2013/06/16 14:43:31 taca Exp $ 1$NetBSD: distinfo,v 1.28 2013/09/13 12:56:50 taca Exp $
2 2
3SHA1 (hoe-3.6.2.gem) = d49fd03a39b103650cd1cdac86687b53d3224253 3SHA1 (hoe-3.7.1.gem) = 6fcb9b61d795fe80764dfa80cafb71304687f705
4RMD160 (hoe-3.6.2.gem) = 244b2e5b46d18876c3abe79fbe42cb90b3610691 4RMD160 (hoe-3.7.1.gem) = 59bde09f268c68a281bcaaa5c37b6aec7a055a8d
5Size (hoe-3.6.2.gem) = 128000 bytes 5Size (hoe-3.7.1.gem) = 128512 bytes