Update hoe package to 2.7.0.
=== 2.7.0 / 2010-11-15 * 2 minor enhancements: * Added new plugin: gem_prelude_sucks. (jbarnette) * Activate under 1.9 if you don't want it messing with you. * Added rspec2 support (bleything) * 1 bug fix: * require uri in hoe/deps (raggi)
This commit is contained in:
parent
84e8fc935a
commit
597c3b93f2
3 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.9 2010/09/13 11:03:40 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2010/12/04 03:50:20 taca Exp $
|
||||
|
||||
DISTNAME= hoe-2.6.2
|
||||
DISTNAME= hoe-2.7.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2010/09/10 05:02:40 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2010/12/04 03:50:20 taca Exp $
|
||||
bin/sow
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.autotest
|
||||
|
@ -14,6 +14,7 @@ ${GEM_LIBDIR}/lib/hoe/debug.rb
|
|||
${GEM_LIBDIR}/lib/hoe/deps.rb
|
||||
${GEM_LIBDIR}/lib/hoe/flay.rb
|
||||
${GEM_LIBDIR}/lib/hoe/flog.rb
|
||||
${GEM_LIBDIR}/lib/hoe/gem_prelude_sucks.rb
|
||||
${GEM_LIBDIR}/lib/hoe/gemcutter.rb
|
||||
${GEM_LIBDIR}/lib/hoe/inline.rb
|
||||
${GEM_LIBDIR}/lib/hoe/newb.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2010/09/10 05:02:40 taca Exp $
|
||||
$NetBSD: distinfo,v 1.8 2010/12/04 03:50:20 taca Exp $
|
||||
|
||||
SHA1 (hoe-2.6.2.gem) = 437d51149ecb451f9f1f0d0e313e36ffabd4aaf5
|
||||
RMD160 (hoe-2.6.2.gem) = 31aef1c79a900d4f4c244ecf1e660c2ecb3822f3
|
||||
Size (hoe-2.6.2.gem) = 115200 bytes
|
||||
SHA1 (hoe-2.7.0.gem) = 879414a3ae3796a073f42609ffbd0b5c9e2d6327
|
||||
RMD160 (hoe-2.7.0.gem) = c8de3dd60b0190d589da81027701dba58542e549
|
||||
Size (hoe-2.7.0.gem) = 112640 bytes
|
||||
|
|
Loading…
Reference in a new issue