diff options
author | taca <taca> | 2005-11-02 14:06:22 +0000 |
---|---|---|
committer | taca <taca> | 2005-11-02 14:06:22 +0000 |
commit | d0ef1cd7e89d599b25f5a70c16f5a699e812275d (patch) | |
tree | f691cf886751f26e093e09148bdd040f1d186018 /devel | |
parent | 45950a36c743939bbec35b25bfd4feb39a9ed569 (diff) | |
download | pkgsrc-d0ef1cd7e89d599b25f5a70c16f5a699e812275d.tar.gz |
Update ruby-activesupport package to 1.2.1.
Changes from 1.1.1 are many to write here, please see
CHANGELOG.activesupport file in ${RUBY_DOCDIR}.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-activesupport/Makefile | 12 | ||||
-rw-r--r-- | devel/ruby-activesupport/PLIST | 25 | ||||
-rw-r--r-- | devel/ruby-activesupport/distinfo | 8 |
3 files changed, 29 insertions, 16 deletions
diff --git a/devel/ruby-activesupport/Makefile b/devel/ruby-activesupport/Makefile index 275b27a06ff..b89f965722f 100644 --- a/devel/ruby-activesupport/Makefile +++ b/devel/ruby-activesupport/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2005/09/04 13:55:53 taca Exp $ +# $NetBSD: Makefile,v 1.4 2005/11/02 14:06:22 taca Exp $ -DISTNAME= activesupport-1.1.1 +DISTNAME= activesupport-1.2.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= devel ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/5161/ +MASTER_SITES= http://rubyforge.org/frs/download.php/6566/ EXTRACT_SUFX= .tgz MAINTAINER= minskim@NetBSD.org @@ -13,15 +13,15 @@ COMMENT= Collection of classes and extensions for Rails NO_BUILD= yes NO_CONFIGURE= yes -.include "../../lang/ruby/modules.mk" - do-install: - ${INSTALL_DATA_DIR} ${RUBY_SITELIBDIR} ${CP} -R ${WRKSRC}/lib/* ${RUBY_SITELIBDIR} ${CHOWN} -R ${LIBOWN}:${LIBGRP} ${RUBY_SITELIBDIR}/active_support* ${FIND} ${RUBY_SITELIBDIR}/active_support -type d -print | \ ${XARGS} ${CHMOD} ${PKGDIRMODE} ${FIND} ${RUBY_SITELIBDIR}/active_support* -type f -print | \ ${XARGS} ${CHMOD} ${LIBMODE} + ${INSTALL_DATA_DIR} ${WRKSRC}/CHANGELOG \ + ${RUBY_DOCDIR}/CHANGELOG.activesupport +.include "../../lang/ruby/modules.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-activesupport/PLIST b/devel/ruby-activesupport/PLIST index c14c3e28ee5..c2067e2c997 100644 --- a/devel/ruby-activesupport/PLIST +++ b/devel/ruby-activesupport/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2005/09/04 13:55:53 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/11/02 14:06:22 taca Exp $ ${RUBY_SITELIBDIR}/active_support.rb ${RUBY_SITELIBDIR}/active_support/binding_of_caller.rb ${RUBY_SITELIBDIR}/active_support/breakpoint.rb @@ -7,42 +7,55 @@ ${RUBY_SITELIBDIR}/active_support/class_inheritable_attributes.rb ${RUBY_SITELIBDIR}/active_support/clean_logger.rb ${RUBY_SITELIBDIR}/active_support/core_ext.rb ${RUBY_SITELIBDIR}/active_support/core_ext/array.rb -${RUBY_SITELIBDIR}/active_support/core_ext/array/to_param.rb +${RUBY_SITELIBDIR}/active_support/core_ext/array/conversions.rb +${RUBY_SITELIBDIR}/active_support/core_ext/blank.rb ${RUBY_SITELIBDIR}/active_support/core_ext/cgi.rb ${RUBY_SITELIBDIR}/active_support/core_ext/cgi/escape_skipping_slashes.rb ${RUBY_SITELIBDIR}/active_support/core_ext/date.rb ${RUBY_SITELIBDIR}/active_support/core_ext/date/conversions.rb -${RUBY_SITELIBDIR}/active_support/core_ext/fixnum.rb -${RUBY_SITELIBDIR}/active_support/core_ext/fixnum/even_odd.rb +${RUBY_SITELIBDIR}/active_support/core_ext/enumerable.rb +${RUBY_SITELIBDIR}/active_support/core_ext/exception.rb ${RUBY_SITELIBDIR}/active_support/core_ext/hash.rb ${RUBY_SITELIBDIR}/active_support/core_ext/hash/indifferent_access.rb ${RUBY_SITELIBDIR}/active_support/core_ext/hash/keys.rb +${RUBY_SITELIBDIR}/active_support/core_ext/hash/reverse_merge.rb +${RUBY_SITELIBDIR}/active_support/core_ext/integer.rb +${RUBY_SITELIBDIR}/active_support/core_ext/integer/even_odd.rb +${RUBY_SITELIBDIR}/active_support/core_ext/integer/inflections.rb ${RUBY_SITELIBDIR}/active_support/core_ext/kernel.rb ${RUBY_SITELIBDIR}/active_support/core_ext/load_error.rb ${RUBY_SITELIBDIR}/active_support/core_ext/numeric.rb ${RUBY_SITELIBDIR}/active_support/core_ext/numeric/bytes.rb ${RUBY_SITELIBDIR}/active_support/core_ext/numeric/time.rb ${RUBY_SITELIBDIR}/active_support/core_ext/object_and_class.rb +${RUBY_SITELIBDIR}/active_support/core_ext/range.rb +${RUBY_SITELIBDIR}/active_support/core_ext/range/conversions.rb ${RUBY_SITELIBDIR}/active_support/core_ext/string.rb +${RUBY_SITELIBDIR}/active_support/core_ext/string/access.rb ${RUBY_SITELIBDIR}/active_support/core_ext/string/conversions.rb ${RUBY_SITELIBDIR}/active_support/core_ext/string/inflections.rb +${RUBY_SITELIBDIR}/active_support/core_ext/string/starts_ends_with.rb ${RUBY_SITELIBDIR}/active_support/core_ext/time.rb ${RUBY_SITELIBDIR}/active_support/core_ext/time/calculations.rb ${RUBY_SITELIBDIR}/active_support/core_ext/time/conversions.rb ${RUBY_SITELIBDIR}/active_support/dependencies.rb +${RUBY_SITELIBDIR}/active_support/inflections.rb ${RUBY_SITELIBDIR}/active_support/inflector.rb -${RUBY_SITELIBDIR}/active_support/misc.rb ${RUBY_SITELIBDIR}/active_support/module_attribute_accessors.rb +${RUBY_SITELIBDIR}/active_support/ordered_options.rb ${RUBY_SITELIBDIR}/active_support/values/time_zone.rb +${RUBY_SITELIBDIR}/active_support/version.rb ${RUBY_SITELIBDIR}/active_support/whiny_nil.rb @dirrm ${RUBY_SITELIBDIR}/active_support/values @dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/time @dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/string +@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/range @dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/numeric +@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/integer @dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/hash -@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/fixnum @dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/date @dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/cgi @dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/array @dirrm ${RUBY_SITELIBDIR}/active_support/core_ext @dirrm ${RUBY_SITELIBDIR}/active_support +${RUBY_DOCDIR}/CHANGELOG.activesupport diff --git a/devel/ruby-activesupport/distinfo b/devel/ruby-activesupport/distinfo index 77bceef5cd6..a2eca6ec4c3 100644 --- a/devel/ruby-activesupport/distinfo +++ b/devel/ruby-activesupport/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/09/04 13:55:53 taca Exp $ +$NetBSD: distinfo,v 1.3 2005/11/02 14:06:22 taca Exp $ -SHA1 (ruby/activesupport-1.1.1.tgz) = c6e502334f84924396d34b470e70892e3e9e8ade -RMD160 (ruby/activesupport-1.1.1.tgz) = 9e7f33ff121ab305dd4f37b1ea5c80d2a506fcfc -Size (ruby/activesupport-1.1.1.tgz) = 24161 bytes +SHA1 (ruby/activesupport-1.2.1.tgz) = bfe06e821020f9603888702d21ab5c44362dbbd3 +RMD160 (ruby/activesupport-1.2.1.tgz) = 921549b88b59baf6f8bad3d0d2699286ee2eb4c6 +Size (ruby/activesupport-1.2.1.tgz) = 29479 bytes |