diff options
author | minskim <minskim@pkgsrc.org> | 2007-03-17 10:59:26 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-03-17 10:59:26 +0000 |
commit | fc41ad2aa48c65d6f1685aa183c7e29c309a3160 (patch) | |
tree | 15bd30ac89023ed4284050188fa02f2413c1fc4d /devel/ruby-activesupport/Makefile | |
parent | ab265f0f47811b988fbd36234e290ff641b3c286 (diff) | |
download | pkgsrc-fc41ad2aa48c65d6f1685aa183c7e29c309a3160.tar.gz |
Update ruby-activesupport to 1.4.2.
Changes:
* Deprecation: warn on stderr if RAILS_DEFAULT_LOGGER isn't set yet.
Diffstat (limited to 'devel/ruby-activesupport/Makefile')
-rw-r--r-- | devel/ruby-activesupport/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ruby-activesupport/Makefile b/devel/ruby-activesupport/Makefile index cad526ca9d4..f6ac23ba482 100644 --- a/devel/ruby-activesupport/Makefile +++ b/devel/ruby-activesupport/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.10 2007/02/18 23:03:11 minskim Exp $ +# $NetBSD: Makefile,v 1.11 2007/03/17 10:59:26 minskim Exp $ -DISTNAME= activesupport-1.4.1 +DISTNAME= activesupport-1.4.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= devel ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/17221/ +MASTER_SITES= http://rubyforge.org/frs/download.php/18399/ EXTRACT_SUFX= .tgz MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://as.rubyonrails.com/ +HOMEPAGE= http://rubyforge.org/projects/activesupport/ COMMENT= Collection of classes and extensions for Rails NO_BUILD= yes |