diff options
author | taca <taca@pkgsrc.org> | 2011-06-17 15:12:06 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-06-17 15:12:06 +0000 |
commit | b088b3ccd529bbbac66ed834d0a0d39b61bdebfb (patch) | |
tree | ca1d769550d284b5f61577454ff793b1d5ac4fe3 /devel/hoe | |
parent | b8c520602776c3387e9fae7db9790df5f236821c (diff) | |
download | pkgsrc-b088b3ccd529bbbac66ed834d0a0d39b61bdebfb.tar.gz |
Update hoe pacakge to 2.9.4.
=== 2.9.4 / 2011-04-01
* 1 minor enhancement:
* check_manifest now fails when there is a diff. AKA, drbrain was
lazy and it is somehow my fault. If anything, it is jbarnette's
fault for not building any brains into hoe-git the way that my
hoe-perforce plugin works. I mean, c'mon... how hard is it to
validate the manifest before you release? I do it all the time
and twice on sundays. BAH! Damn kids! Get off my lawn!
=== 2.9.3 / 2011-04-01
* 1 minor enhancement:
* Cleanup for rubygems 1.7 deprecations
=== 2.9.2 / 2011-03-31
* 7 minor enhancements:
* Added :none as a testlib option to let you do whatever you want. (phiggins)
* Added Hoe#dependency(name, version, type = :runtime) for cleaner hoe specs.
* Added NOSUDO option to `rake gem_install`. (nihildeb)
* Include Rake::DSL to support future versions of rake
* Multiruby now skips mri_trunk if multiruby_skip includes 1.9
* Test#make_test_cmd now sorts test files (mostly for testing)
* Try using psych before syck.
* 3 bug fixes:
* Clean generated extension library too
* Fixed a bug with sow -d or -t
* Fixed plugin activation via ~/.hoerc. (ged)
Diffstat (limited to 'devel/hoe')
-rw-r--r-- | devel/hoe/Makefile | 7 | ||||
-rw-r--r-- | devel/hoe/PLIST | 3 | ||||
-rw-r--r-- | devel/hoe/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/hoe/Makefile b/devel/hoe/Makefile index 6735cdf8a78..b8b1dd6b899 100644 --- a/devel/hoe/Makefile +++ b/devel/hoe/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2011/03/27 13:07:14 taca Exp $ +# $NetBSD: Makefile,v 1.13 2011/06/17 15:12:06 taca Exp $ -DISTNAME= hoe-2.9.1 +DISTNAME= hoe-2.9.4 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org @@ -10,13 +10,12 @@ LICENSE= mit CONFLICTS+= ruby[1-9][0-9]-hoe-[0-9]* hoe-[0-9]* -RUBYGEMS_REQD= 1.4 +RUBYGEMS_REQD= 1.4 .include "../../lang/ruby/gem.mk" .if ${RUBY_VER} == "18" DEPENDS+= ${RUBY_PKGPREFIX}-rake>=0.8.7:../../devel/rake .endif -DEPENDS+= ${RUBY_PKGPREFIX}-rubyforge>=2.0.4:../../devel/rubyforge .include "../../mk/bsd.pkg.mk" diff --git a/devel/hoe/PLIST b/devel/hoe/PLIST index e4619cdfa8c..12d4fff7d3b 100644 --- a/devel/hoe/PLIST +++ b/devel/hoe/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2011/03/23 16:07:49 taca Exp $ +@comment $NetBSD: PLIST,v 1.9 2011/06/17 15:12:06 taca Exp $ bin/sow ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.autotest @@ -38,4 +38,5 @@ ${GEM_LIBDIR}/template/lib/file_name.rb.erb ${GEM_LIBDIR}/template/test/test_file_name.rb.erb ${GEM_LIBDIR}/test/test_hoe.rb ${GEM_LIBDIR}/test/test_hoe_gemcutter.rb +${GEM_LIBDIR}/test/test_hoe_test.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/hoe/distinfo b/devel/hoe/distinfo index f96d2ac5e4a..eca9b7a692d 100644 --- a/devel/hoe/distinfo +++ b/devel/hoe/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2011/03/23 16:07:49 taca Exp $ +$NetBSD: distinfo,v 1.10 2011/06/17 15:12:06 taca Exp $ -SHA1 (hoe-2.9.1.gem) = a33eb0345bfd4c50d6244c62c238dc1b48439d95 -RMD160 (hoe-2.9.1.gem) = 1b855f6496ee6fa3d5855ef10955dc30df116bf2 -Size (hoe-2.9.1.gem) = 118784 bytes +SHA1 (hoe-2.9.4.gem) = f0c16588f1148d30c761871eb04dd2644b9427d3 +RMD160 (hoe-2.9.4.gem) = 1ea5da7977fe7993bc7382a4a0c3d20813cff2a8 +Size (hoe-2.9.4.gem) = 120320 bytes |