Index: library/mongodb/configure =================================================================== diff -u -N -r6e882219b3dd7703aeb3bb747abc47417a682ec9 -rad195da5a4ed5546ded92a23e6e2070ffe1a261c --- library/mongodb/configure (.../configure) (revision 6e882219b3dd7703aeb3bb747abc47417a682ec9) +++ library/mongodb/configure (.../configure) (revision ad195da5a4ed5546ded92a23e6e2070ffe1a261c) @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for nsfmongo 0.4. +# Generated by GNU Autoconf 2.69 for nsfmongo 2.1. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -577,8 +577,8 @@ # Identity of this package. PACKAGE_NAME='nsfmongo' PACKAGE_TARNAME='nsfmongo' -PACKAGE_VERSION='0.4' -PACKAGE_STRING='nsfmongo 0.4' +PACKAGE_VERSION='2.1' +PACKAGE_STRING='nsfmongo 2.1' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1297,7 +1297,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures nsfmongo 0.4 to adapt to many kinds of systems. +\`configure' configures nsfmongo 2.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1358,7 +1358,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of nsfmongo 0.4:";; + short | recursive ) echo "Configuration of nsfmongo 2.1:";; esac cat <<\_ACEOF @@ -1471,7 +1471,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -nsfmongo configure 0.4 +nsfmongo configure 2.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1836,7 +1836,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by nsfmongo $as_me 0.4, which was +It was created by nsfmongo $as_me 2.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2203,12 +2203,12 @@ as_fn_error $? " The PACKAGE_NAME variable must be defined by your TEA configure.in" "$LINENO" 5 fi - if test x"3.9" = x ; then + if test x"3.10" = x ; then as_fn_error $? " TEA version not specified." "$LINENO" 5 - elif test "3.9" != "${TEA_VERSION}" ; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: warning: requested TEA version \"3.9\", have \"${TEA_VERSION}\"" >&5 -$as_echo "warning: requested TEA version \"3.9\", have \"${TEA_VERSION}\"" >&6; } + elif test "3.10" != "${TEA_VERSION}" ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: warning: requested TEA version \"3.10\", have \"${TEA_VERSION}\"" >&5 +$as_echo "warning: requested TEA version \"3.10\", have \"${TEA_VERSION}\"" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (TEA ${TEA_VERSION})" >&5 $as_echo "ok (TEA ${TEA_VERSION})" >&6; } @@ -9264,7 +9264,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by nsfmongo $as_me 0.4, which was +This file was extended by nsfmongo $as_me 2.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9317,7 +9317,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -nsfmongo config.status 0.4 +nsfmongo config.status 2.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Index: library/mongodb/configure.ac =================================================================== diff -u -N -r6e882219b3dd7703aeb3bb747abc47417a682ec9 -rad195da5a4ed5546ded92a23e6e2070ffe1a261c --- library/mongodb/configure.ac (.../configure.ac) (revision 6e882219b3dd7703aeb3bb747abc47417a682ec9) +++ library/mongodb/configure.ac (.../configure.ac) (revision ad195da5a4ed5546ded92a23e6e2070ffe1a261c) @@ -20,7 +20,7 @@ # so you can encode the package version directly into the source files. #----------------------------------------------------------------------- -AC_INIT([nsfmongo], [0.4]) +AC_INIT([nsfmongo], [2.1]) AC_CONFIG_MACRO_DIR([m4]) #-------------------------------------------------------------------- @@ -29,7 +29,7 @@ # as well as PKG_LIB_FILE and PKG_STUB_LIB_FILE. #-------------------------------------------------------------------- -TEA_INIT([3.9]) +TEA_INIT([3.10]) AC_CONFIG_AUX_DIR([../../tclconfig]) Index: library/mongodb/pkgIndex.add =================================================================== diff -u -N -r9e8610ba86e16a518747bd25907d04b2aaf19dd5 -rad195da5a4ed5546ded92a23e6e2070ffe1a261c --- library/mongodb/pkgIndex.add (.../pkgIndex.add) (revision 9e8610ba86e16a518747bd25907d04b2aaf19dd5) +++ library/mongodb/pkgIndex.add (.../pkgIndex.add) (revision ad195da5a4ed5546ded92a23e6e2070ffe1a261c) @@ -1 +1 @@ -package ifneeded nsf::mongo 0.4 [list load [file join $dir libnsfmongo0.4.dylib]] +package ifneeded nsf::mongo 2.1 [list load [file join $dir libnsfmongo2.1.dylib]]