pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/rake Update rake to 0.7.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/375b71feb760
branches: trunk
changeset: 528281:375b71feb760
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Apr 27 19:40:01 2007 +0000
description:
Update rake to 0.7.3.
Changes since 0.7.1:
* Error messages are now send to stderr rather than stdout (from
Payton Quackenbush).
* Better error handling on invalid command line arguments (from Payton
Quackenbush).
* Added rcov task and updated unit testing for better code coverage.
* Fixed some bugs where the application object was going to the global
appliation instead of using its own data.
* Added square and curly bracket patterns to FileList#include (Tilman
Sauerbeck).
* Added plain filename support to rule dependents (suggested by Nobu
Nakada).
* Added pathmap support to rule dependents.
* Added a 'tasks' method to a namespace to get a list of tasks
associated with the namespace.
* Fixed the method name leak from FileUtils (bug found by Glenn
Vanderburg).
* Added rake_extension to handle detection of extension collisions.
* Added test for noop, bad_option and verbose flags to sh command.
* Removed dependency on internal fu_xxx functions from FileUtils.
* Added a 'shame' task to the Rakefile.
* Added tar_command and zip_command options to the Package task.
* Added a description to the gem task in GemPackageTask.
* Fixed a bug when rules have multiple prerequisites (patch by Joel
VanderWerf)
* Added a protected 'require "rubygems"' to test/test_application to
unbreak cruisecontrol.rb.
* Added the handful of RakeFileUtils to the private method as well.
* Added block based exclusion.
* The clean task will no longer delete 'core' if it is a directory.
* Removed rake_dup. Now we just simply rescue a bad dup.
* Refactored the FileList reject logic to remove duplication.
* Removed if __FILE__ at the end of the rake.rb file.
* Added existing and existing! methods to FileList
* FileLists now claim to be Arrays (via is_a?) to get better support
from the FileUtil module.
* Added init and top_level for custom rake applications.
diffstat:
devel/rake/Makefile | 7 +++----
devel/rake/PLIST | 4 +++-
devel/rake/distinfo | 8 ++++----
3 files changed, 10 insertions(+), 9 deletions(-)
diffs (47 lines):
diff -r e7ff0720f369 -r 375b71feb760 devel/rake/Makefile
--- a/devel/rake/Makefile Fri Apr 27 19:31:08 2007 +0000
+++ b/devel/rake/Makefile Fri Apr 27 19:40:01 2007 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2006/10/08 03:45:45 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2007/04/27 19:40:01 minskim Exp $
-DISTNAME= rake-0.7.1
-PKGREVISION= 1
+DISTNAME= rake-0.7.3
CATEGORIES= devel ruby
-MASTER_SITES= http://rubyforge.org/frs/download.php/9499/
+MASTER_SITES= http://rubyforge.org/frs/download.php/19879/
EXTRACT_SUFX= .tgz
MAINTAINER= minskim%NetBSD.org@localhost
diff -r e7ff0720f369 -r 375b71feb760 devel/rake/PLIST
--- a/devel/rake/PLIST Fri Apr 27 19:31:08 2007 +0000
+++ b/devel/rake/PLIST Fri Apr 27 19:40:01 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2006/09/07 15:52:17 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2007/04/27 19:40:01 minskim Exp $
bin/rake
man/man1/rake.1
${RUBY_SITELIBDIR}/rake.rb
@@ -35,6 +35,8 @@
${RUBY_DOCDIR}/rake/release_notes/rake-0.6.0.rdoc
${RUBY_DOCDIR}/rake/release_notes/rake-0.7.0.rdoc
${RUBY_DOCDIR}/rake/release_notes/rake-0.7.1.rdoc
+${RUBY_DOCDIR}/rake/release_notes/rake-0.7.2.rdoc
+${RUBY_DOCDIR}/rake/release_notes/rake-0.7.3.rdoc
${RUBY_EXAMPLESDIR}/rake/Rakefile1
${RUBY_EXAMPLESDIR}/rake/Rakefile2
${RUBY_EXAMPLESDIR}/rake/a.c
diff -r e7ff0720f369 -r 375b71feb760 devel/rake/distinfo
--- a/devel/rake/distinfo Fri Apr 27 19:31:08 2007 +0000
+++ b/devel/rake/distinfo Fri Apr 27 19:40:01 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2006/08/07 16:11:32 taca Exp $
+$NetBSD: distinfo,v 1.6 2007/04/27 19:40:01 minskim Exp $
-SHA1 (rake-0.7.1.tgz) = f5ba6d6abfcfd486aac48a19fc1d35883c742e96
-RMD160 (rake-0.7.1.tgz) = f694937c4ef2beaba2aafa2d4763a3a0d82384da
-Size (rake-0.7.1.tgz) = 73714 bytes
+SHA1 (rake-0.7.3.tgz) = 1f0065ae24a67814043643c32909af8c5346ad8e
+RMD160 (rake-0.7.3.tgz) = a0bbf24476a24226c0ad061dda9c54cd1299553d
+Size (rake-0.7.3.tgz) = 83853 bytes
Home |
Main Index |
Thread Index |
Old Index