diff options
author | taca <taca@pkgsrc.org> | 2008-06-22 15:55:26 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-06-22 15:55:26 +0000 |
commit | 73d99814e0bf1976f71294390cb4d993ecfb61df (patch) | |
tree | 28ccb736de8f39ae75f549b3c0bed24311c7e9eb /devel/hoe/Makefile | |
parent | 5255d85594876699350549735aaf6b14b461c774 (diff) | |
download | pkgsrc-73d99814e0bf1976f71294390cb4d993ecfb61df.tar.gz |
Update hoe package to 1.6.0.
=== 1.6.0 / 2008-06-18
* 1 minor enhancement
* blog categories! Defaults to array with project's name. Thanks Aaron!
=== 1.5.3 / 2008-05-20
* 1 Bug Fix
* hoe really really needs better tests. I suck. :/
=== 1.5.2 / 2008-05-20
* 4 Minor Enhancements:
* Added multiruby_skip attribute for 'rake multi' version invalidation.
* Improved error messages when files are missing.
* Added rubygems post_install_message accessor. Thanks to Dr. Nic.
* Cleaned up alternative_name... I didn't get it.
* 1 Bug Fix:
* Removed require of rake/contrib/sshpublisher to fix 1.9.
Diffstat (limited to 'devel/hoe/Makefile')
-rw-r--r-- | devel/hoe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hoe/Makefile b/devel/hoe/Makefile index 3a63b39d7f3..07e37669d4f 100644 --- a/devel/hoe/Makefile +++ b/devel/hoe/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2008/04/04 15:14:49 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/22 15:55:26 taca Exp $ -DISTNAME= hoe-1.5.1 +DISTNAME= hoe-1.6.0 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org |