pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/digest/files Bump version to 20070803 after f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98caa2a895f4
branches:  trunk
changeset: 531652:98caa2a895f4
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Aug 03 21:42:04 2007 +0000

description:
Bump version to 20070803 after fixing a crash when generating Tiger hashes

diffstat:

 pkgtools/digest/files/configure    |  18 +++++++++---------
 pkgtools/digest/files/configure.ac |   4 ++--
 2 files changed, 11 insertions(+), 11 deletions(-)

diffs (89 lines):

diff -r 893112cc4f4e -r 98caa2a895f4 pkgtools/digest/files/configure
--- a/pkgtools/digest/files/configure   Fri Aug 03 21:31:14 2007 +0000
+++ b/pkgtools/digest/files/configure   Fri Aug 03 21:42:04 2007 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for nbsd-digest 20070703.
+# Generated by GNU Autoconf 2.61 for nbsd-digest 20070803.
 #
 # Report bugs to <agc%netbsd.org@localhost>.
 #
@@ -574,8 +574,8 @@
 # Identity of this package.
 PACKAGE_NAME='nbsd-digest'
 PACKAGE_TARNAME='nbsd-digest'
-PACKAGE_VERSION='20070703'
-PACKAGE_STRING='nbsd-digest 20070703'
+PACKAGE_VERSION='20070803'
+PACKAGE_STRING='nbsd-digest 20070803'
 PACKAGE_BUGREPORT='agc%netbsd.org@localhost'
 
 ac_unique_file="digest.c"
@@ -1193,7 +1193,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 nbsd-digest 20070703 to adapt to many kinds of systems.
+\`configure' configures nbsd-digest 20070803 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1263,7 +1263,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of nbsd-digest 20070703:";;
+     short | recursive ) echo "Configuration of nbsd-digest 20070803:";;
    esac
   cat <<\_ACEOF
 
@@ -1341,7 +1341,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-nbsd-digest configure 20070703
+nbsd-digest configure 20070803
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1355,7 +1355,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by nbsd-digest $as_me 20070703, which was
+It was created by nbsd-digest $as_me 20070803, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -5376,7 +5376,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by nbsd-digest $as_me 20070703, which was
+This file was extended by nbsd-digest $as_me 20070803, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5425,7 +5425,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-nbsd-digest config.status 20070703
+nbsd-digest config.status 20070803
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff -r 893112cc4f4e -r 98caa2a895f4 pkgtools/digest/files/configure.ac
--- a/pkgtools/digest/files/configure.ac        Fri Aug 03 21:31:14 2007 +0000
+++ b/pkgtools/digest/files/configure.ac        Fri Aug 03 21:42:04 2007 +0000
@@ -1,7 +1,7 @@
-dnl $Id: configure.ac,v 1.10 2007/07/27 17:08:27 joerg Exp $
+dnl $Id: configure.ac,v 1.11 2007/08/03 21:42:04 tnn Exp $
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.57)
-AC_INIT([nbsd-digest],[20070703],[agc%netbsd.org@localhost])
+AC_INIT([nbsd-digest],[20070803],[agc%netbsd.org@localhost])
 AC_CONFIG_SRCDIR([digest.c])
 AC_CONFIG_HEADER(config.h)
 AC_ARG_PROGRAM



Home | Main Index | Thread Index | Old Index