diff options
author | taca <taca@pkgsrc.org> | 2015-10-04 11:03:41 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-10-04 11:03:41 +0000 |
commit | a37693014a7af8ad1e5547560743114ae25a32c1 (patch) | |
tree | da2fb6a79dcdec55ff2aa9fc2dddfd49920a5663 /devel | |
parent | 34f1b933c51dd7d3aaabb95deb0085073af6f04c (diff) | |
download | pkgsrc-a37693014a7af8ad1e5547560743114ae25a32c1.tar.gz |
Update hoe to 3.14.2.
=== 3.14.2 / 2015-09-14
* 1 minor enhancement:
* Updated Hoe.pdf to reflect reality (removed all rubyforge references).
* 1 bug fix:
* Fixed extension paths. Again. Damnit. I normally don't release after midnight.
=== 3.14.1 / 2015-09-13
* 1 bug fix:
* *sigh* fixed bug setting up extensions data for spec.
=== 3.14.0 / 2015-09-12
* 5 minor enhancements:
* Added so_name variable to bin/sow for using hoe w/ c-extensions.
* Default config now excludes tmp, .git, and .bundle.
* Extended :compiler plugin to define #extension for hoe spec decls.
* Failures to detect/load rake-compiler are handled gracefully.
* Removed generation of synthesized .gemtest file. Dead.
* 1 bug fix:
* Fix PRERELEASE= for packaging against newer versions of rubygems. (drbrain)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hoe/Makefile | 4 | ||||
-rw-r--r-- | devel/hoe/PLIST | 4 | ||||
-rw-r--r-- | devel/hoe/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/hoe/Makefile b/devel/hoe/Makefile index 096179c91fe..7649544c3f9 100644 --- a/devel/hoe/Makefile +++ b/devel/hoe/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2015/09/25 06:04:44 taca Exp $ +# $NetBSD: Makefile,v 1.36 2015/10/04 11:03:41 taca Exp $ -DISTNAME= hoe-3.13.1 +DISTNAME= hoe-3.14.2 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org diff --git a/devel/hoe/PLIST b/devel/hoe/PLIST index 6a1bf887797..51c56022798 100644 --- a/devel/hoe/PLIST +++ b/devel/hoe/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.14 2015/02/07 14:32:08 taca Exp $ +@comment $NetBSD: PLIST,v 1.15 2015/10/04 11:03:41 taca Exp $ bin/sow${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.autotest -${GEM_LIBDIR}/.gemtest ${GEM_LIBDIR}/History.rdoc ${GEM_LIBDIR}/Hoe.pdf ${GEM_LIBDIR}/Manifest.txt @@ -39,6 +38,7 @@ ${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_package.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 d815ffbbe03..acd613f7551 100644 --- a/devel/hoe/distinfo +++ b/devel/hoe/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.31 2015/02/07 14:32:08 taca Exp $ +$NetBSD: distinfo,v 1.32 2015/10/04 11:03:41 taca Exp $ -SHA1 (hoe-3.13.1.gem) = d858ebf485f98d260a54ba27755d7892b3947641 -RMD160 (hoe-3.13.1.gem) = 4610dbe1ffa0f4018248875f4524f9ee0bd5a668 -Size (hoe-3.13.1.gem) = 130048 bytes +SHA1 (hoe-3.14.2.gem) = 0fb33cef16396b6821467c885b03e9ea529f243a +RMD160 (hoe-3.14.2.gem) = 507184cfb27a9e15ac833f8dad784ace255775a1 +Size (hoe-3.14.2.gem) = 187392 bytes |