pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-activesupport Update ruby-activesupport pac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f01af701767c
branches:  trunk
changeset: 502116:f01af701767c
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Nov 02 14:06:22 2005 +0000

description:
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:

 devel/ruby-activesupport/Makefile |  12 ++++++------
 devel/ruby-activesupport/PLIST    |  25 +++++++++++++++++++------
 devel/ruby-activesupport/distinfo |   8 ++++----
 3 files changed, 29 insertions(+), 16 deletions(-)

diffs (118 lines):

diff -r 7927c3a8c7e9 -r f01af701767c devel/ruby-activesupport/Makefile
--- a/devel/ruby-activesupport/Makefile Wed Nov 02 13:54:45 2005 +0000
+++ b/devel/ruby-activesupport/Makefile Wed Nov 02 14:06:22 2005 +0000
@@ -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@localhost
@@ -13,15 +13,15 @@
 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 -r 7927c3a8c7e9 -r f01af701767c devel/ruby-activesupport/PLIST
--- a/devel/ruby-activesupport/PLIST    Wed Nov 02 13:54:45 2005 +0000
+++ b/devel/ruby-activesupport/PLIST    Wed Nov 02 14:06:22 2005 +0000
@@ -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/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 -r 7927c3a8c7e9 -r f01af701767c devel/ruby-activesupport/distinfo
--- a/devel/ruby-activesupport/distinfo Wed Nov 02 13:54:45 2005 +0000
+++ b/devel/ruby-activesupport/distinfo Wed Nov 02 14:06:22 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index