summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-09-15 04:39:14 +0000
committergrant <grant@pkgsrc.org>2003-09-15 04:39:14 +0000
commit8ac42db09b75f0c66ff10481a7cb6172756722b2 (patch)
treef5b319e6823809e34563da7d51d0a354a721a007 /archivers
parentaef95fb58fb96e53a6d573d2e2719698cb8f5ced (diff)
downloadpkgsrc-8ac42db09b75f0c66ff10481a7cb6172756722b2.tar.gz
bump version to 20030915 after latest changes.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/pax/Makefile4
-rwxr-xr-xarchivers/pax/files/configure18
-rw-r--r--archivers/pax/files/configure.ac2
3 files changed, 12 insertions, 12 deletions
diff --git a/archivers/pax/Makefile b/archivers/pax/Makefile
index 3f0676649ef..295e686ffec 100644
--- a/archivers/pax/Makefile
+++ b/archivers/pax/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2003/09/05 18:40:47 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2003/09/15 04:39:14 grant Exp $
#
-DISTNAME= pax-20030905
+DISTNAME= pax-20030915
CATEGORIES= archivers pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/archivers/pax/files/configure b/archivers/pax/files/configure
index 172ef1c06b1..83f761e1a5c 100755
--- a/archivers/pax/files/configure
+++ b/archivers/pax/files/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for pax 20030905.
+# Generated by GNU Autoconf 2.57 for pax 20030915.
#
# Report bugs to <grant@NetBSD.org>.
#
@@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='pax'
PACKAGE_TARNAME='pax'
-PACKAGE_VERSION='20030905'
-PACKAGE_STRING='pax 20030905'
+PACKAGE_VERSION='20030915'
+PACKAGE_STRING='pax 20030915'
PACKAGE_BUGREPORT='grant@NetBSD.org'
ac_unique_file="pax.c"
@@ -779,7 +779,7 @@ if test "$ac_init_help" = "long"; then
# 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 pax 20030905 to adapt to many kinds of systems.
+\`configure' configures pax 20030915 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -836,7 +836,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of pax 20030905:";;
+ short | recursive ) echo "Configuration of pax 20030915:";;
esac
cat <<\_ACEOF
@@ -915,7 +915,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-pax configure 20030905
+pax configure 20030915
generated by GNU Autoconf 2.57
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -930,7 +930,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by pax $as_me 20030905, which was
+It was created by pax $as_me 20030915, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ $0 $@
@@ -3537,7 +3537,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by pax $as_me 20030905, which was
+This file was extended by pax $as_me 20030915, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -3597,7 +3597,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-pax config.status 20030905
+pax config.status 20030915
configured by $0, generated by GNU Autoconf 2.57,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/archivers/pax/files/configure.ac b/archivers/pax/files/configure.ac
index 9bc720c72d6..82ddc915305 100644
--- a/archivers/pax/files/configure.ac
+++ b/archivers/pax/files/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT([pax], [20030905], [grant@NetBSD.org])
+AC_INIT([pax], [20030915], [grant@NetBSD.org])
AC_CONFIG_SRCDIR([pax.c])
AC_CONFIG_HEADER(config.h)