diff options
author | taca <taca@pkgsrc.org> | 2012-03-17 14:02:23 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-17 14:02:23 +0000 |
commit | c5ea775465649fd5366338c77ef733591c25bc68 (patch) | |
tree | 342e983cef48a228a81c58f2e6356900c5f0ac88 /devel | |
parent | 4403937752bcebdb8f770dc1dba85802dd89d8a0 (diff) | |
download | pkgsrc-c5ea775465649fd5366338c77ef733591c25bc68.tar.gz |
Update hoe to 2.16.1.
* Now use USE_RAKE to dependency to ruby-rake.
=== 2.16.1 / 2012-03-13
* 2 bug fixes:
* Fixed missing dependency for .gemtest creation (larskanis)
* Fixed the rdoc/rcov commands to use sh. Oops.
=== 2.16.0 / 2012-03-06
* 9 minor enhancements:
* Added Gem.bin_wrapper to provide API to bin wrapped files.
* Added check_manifest task to compile_tasks in the compiler plugin.
* Decoupled from rcov task. Solves isolate/hoe bootstrap issues.
* Decoupled from rdoc tasks. Solves isolate/hoe bootstrap issues.
* Updated default exclude config to skip extconf.h and .o files.
* Updated known 3rd party plugin list in readme.
* Warn against using system installed rake (eg osx ships their own on 1.8).
* Removed rcov plugin from the default loaded set.
* Added dev dependency for rcov when the plugin is loaded.
* 2 bug fixes:
* Fix Rake::DSL include warnings.
* Removing check_manifest from prerelease. (should be pushed to the hoe-git plugin)
=== 2.15.0 / 2012-02-29
* 5 minor enhancements:
* Added Hoe::bad_plugins which returns plugins that could not be found
* Added post_blog_zenweb to post releases to my blog's jekyll-like format
* Added the install_plugins task
* Documented the blogs .hoerc entry.
* Revamped post_blog task to allow for local file based blogs.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hoe/Makefile | 12 | ||||
-rw-r--r-- | devel/hoe/PLIST | 4 | ||||
-rw-r--r-- | devel/hoe/distinfo | 8 |
3 files changed, 11 insertions, 13 deletions
diff --git a/devel/hoe/Makefile b/devel/hoe/Makefile index b7dd0fe81ff..220c88ad455 100644 --- a/devel/hoe/Makefile +++ b/devel/hoe/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2012/02/22 20:18:00 minskim Exp $ +# $NetBSD: Makefile,v 1.21 2012/03/17 14:02:23 taca Exp $ -DISTNAME= hoe-2.14.0 +DISTNAME= hoe-2.16.1 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org @@ -10,12 +10,8 @@ LICENSE= mit CONFLICTS+= ruby[1-9][0-9]-hoe-[0-9]* hoe-[0-9]* -RUBYGEMS_REQD= 1.4 +RUBYGEMS_REQD= 1.4 +USE_RAKE= RUN .include "../../lang/ruby/gem.mk" - -.if ${RUBY_VER} == "18" -DEPENDS+= ${RUBY_PKGPREFIX}-rake>=0.8.7:../../devel/rake -.endif - .include "../../mk/bsd.pkg.mk" diff --git a/devel/hoe/PLIST b/devel/hoe/PLIST index 12d4fff7d3b..2d7e653fd5b 100644 --- a/devel/hoe/PLIST +++ b/devel/hoe/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2011/06/17 15:12:06 taca Exp $ +@comment $NetBSD: PLIST,v 1.10 2012/03/17 14:02:23 taca Exp $ bin/sow ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.autotest @@ -37,6 +37,8 @@ ${GEM_LIBDIR}/template/bin/file_name.erb ${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_debug.rb ${GEM_LIBDIR}/test/test_hoe_gemcutter.rb +${GEM_LIBDIR}/test/test_hoe_publish.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 46a356ec1db..3cc143b9f45 100644 --- a/devel/hoe/distinfo +++ b/devel/hoe/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2012/02/22 20:18:00 minskim Exp $ +$NetBSD: distinfo,v 1.18 2012/03/17 14:02:23 taca Exp $ -SHA1 (hoe-2.14.0.gem) = 7132e1653fd61d9813918a6d3c32dc591f1ee863 -RMD160 (hoe-2.14.0.gem) = 365d64e1b7c4a0f6436c69730ed31504ef8975e9 -Size (hoe-2.14.0.gem) = 123904 bytes +SHA1 (hoe-2.16.1.gem) = cfaa76478c9433aca1128b11b04a2568e363f668 +RMD160 (hoe-2.16.1.gem) = add5660463776e93158208415f87b686a508b038 +Size (hoe-2.16.1.gem) = 125440 bytes |