pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/hoe Update hoe pacakge to 2.9.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40e87a713555
branches:  trunk
changeset: 589713:40e87a713555
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Jun 17 15:12:06 2011 +0000

description:
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:

 devel/hoe/Makefile |  7 +++----
 devel/hoe/PLIST    |  3 ++-
 devel/hoe/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (55 lines):

diff -r 798f8cdfe18c -r 40e87a713555 devel/hoe/Makefile
--- a/devel/hoe/Makefile        Fri Jun 17 14:14:45 2011 +0000
+++ b/devel/hoe/Makefile        Fri Jun 17 15:12:06 2011 +0000
@@ -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@localhost
@@ -10,13 +10,12 @@
 
 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 -r 798f8cdfe18c -r 40e87a713555 devel/hoe/PLIST
--- a/devel/hoe/PLIST   Fri Jun 17 14:14:45 2011 +0000
+++ b/devel/hoe/PLIST   Fri Jun 17 15:12:06 2011 +0000
@@ -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/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 -r 798f8cdfe18c -r 40e87a713555 devel/hoe/distinfo
--- a/devel/hoe/distinfo        Fri Jun 17 14:14:45 2011 +0000
+++ b/devel/hoe/distinfo        Fri Jun 17 15:12:06 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index