Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 37DA663B873 for ; Mon, 8 Mar 2010 16:01:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id C25DF63B21D; Mon, 8 Mar 2010 16:01:37 +0000 (UTC) Received: from nef.pbox.org (nef.pbox.org [IPv6:2001:7a8:202:1::1:1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.netbsd.org (Postfix) with ESMTPS id 6690563B12F for ; Mon, 8 Mar 2010 16:01:36 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.13.8/8.13.8/) with ESMTP id o28G1NNn001827 for ; Mon, 8 Mar 2010 17:01:23 +0100 (CET) Received: (from agc@localhost) by nef.pbox.org (8.13.8/8.13.8/Submit) id o28G1M6F001826 for pkgsrc-changes@netbsd.org; Mon, 8 Mar 2010 17:01:23 +0100 (CET) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 2AB6363B1FC for ; Mon, 8 Mar 2010 12:39:33 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 14AE8175DF; Mon, 8 Mar 2010 12:39:33 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Mon, 8 Mar 2010 12:39:33 +0000 From: Filip Hajny Subject: CVS commit: pkgsrc/devel/hoe To: pkgsrc-changes@netbsd.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20100308123933.14AE8175DF@cvs.netbsd.org> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (nef.pbox.org [127.0.0.1]); Mon, 08 Mar 2010 17:01:24 +0100 (CET) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: fhajny Date: Mon Mar 8 12:39:33 UTC 2010 Modified Files: pkgsrc/devel/hoe: Makefile PLIST distinfo Log Message: Updated devel/hoe to 2.5.0. Switched the gemspec based build. 2.5.0: - Add extra dirs to rcov include path if needed. - Added Hoe#dependency_target to make dependencies easier to declare. - Added extra doco to describe how auto-population works. - Added more doco to readme. - Don’t bother posting news to rubyforge. - Hoe::Inline plugin now deals with X::Y by flattening the name. - Merged some of Hoe.pdf to README.txt and further improved doco. - Pushed gemcutter & rubyforge dependencies down to the plugins. - Fix perms on Hoe.pdf after copying. - Fixed Hoe rdoc problem caused by gemcutter plugin. 2.4.0 - Added Hoe.pdf - Added gemcutter plugin (raggi) - Added newb plugin. (jbarnette) - Improved README.txt - Improved rdoc - Refactored rubyforge task to plugin. (jbarnette) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/hoe/Makefile pkgsrc/devel/hoe/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hoe/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.