diff options
author | seb <seb@pkgsrc.org> | 2003-06-16 16:11:35 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-06-16 16:11:35 +0000 |
commit | 4f5d38569118d945c49748c7791195cc15523173 (patch) | |
tree | d8fc161b26ea6c097f7beb77f42f57b4913156c3 /pkgtools/digest | |
parent | 49758757d0acd07ded60982d897b9822fcc21200 (diff) | |
download | pkgsrc-4f5d38569118d945c49748c7791195cc15523173.tar.gz |
Redde Caesari quae sunt Caesaris...
Diffstat (limited to 'pkgtools/digest')
-rw-r--r-- | pkgtools/digest/files/AUTHORS | 1 | ||||
-rw-r--r-- | pkgtools/digest/files/README | 1 | ||||
-rwxr-xr-x | pkgtools/digest/files/configure | 6 | ||||
-rw-r--r-- | pkgtools/digest/files/configure.ac | 4 |
4 files changed, 5 insertions, 7 deletions
diff --git a/pkgtools/digest/files/AUTHORS b/pkgtools/digest/files/AUTHORS index ba3db81e4ad..faece3bc8c5 100644 --- a/pkgtools/digest/files/AUTHORS +++ b/pkgtools/digest/files/AUTHORS @@ -1,2 +1 @@ The digest utility was written by Alistair G. Crooks (agc@netbsd.org). -Stoned Elipot (seb@pbox.org) made this "portable" version. diff --git a/pkgtools/digest/files/README b/pkgtools/digest/files/README index 189120487af..2da2579e3b7 100644 --- a/pkgtools/digest/files/README +++ b/pkgtools/digest/files/README @@ -1,3 +1,2 @@ The digest utility is a wrapper for the md5, sha1, sha256, sha384, sha512 and rmd160 message digest algorithms. It first appeared in NetBSD 1.6. -This "portable" version is available at ftp://ftp.pbox.org/pub/. diff --git a/pkgtools/digest/files/configure b/pkgtools/digest/files/configure index 575a11b4aef..210c9537b21 100755 --- a/pkgtools/digest/files/configure +++ b/pkgtools/digest/files/configure @@ -2,7 +2,7 @@ # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for nbsd-digest 20021220. # -# Report bugs to <seb@pbox.org>. +# Report bugs to <agc@netbsd.org>. # # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. @@ -270,7 +270,7 @@ PACKAGE_NAME='nbsd-digest' PACKAGE_TARNAME='nbsd-digest' PACKAGE_VERSION='20021220' PACKAGE_STRING='nbsd-digest 20021220' -PACKAGE_BUGREPORT='seb@pbox.org' +PACKAGE_BUGREPORT='agc@netbsd.org' ac_unique_file="digest.c" # Factoring default headers for most tests. @@ -861,7 +861,7 @@ Some influential environment variables: Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. -Report bugs to <seb@pbox.org>. +Report bugs to <agc@netbsd.org>. _ACEOF fi diff --git a/pkgtools/digest/files/configure.ac b/pkgtools/digest/files/configure.ac index 57accf37da6..28989712fe5 100644 --- a/pkgtools/digest/files/configure.ac +++ b/pkgtools/digest/files/configure.ac @@ -1,7 +1,7 @@ -dnl $Id: configure.ac,v 1.1 2002/12/21 04:06:14 schmonz Exp $ +dnl $Id: configure.ac,v 1.2 2003/06/16 16:11:36 seb Exp $ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([nbsd-digest],[20021220],[seb@pbox.org]) +AC_INIT([nbsd-digest],[20021220],[agc@netbsd.org]) AC_CONFIG_SRCDIR([digest.c]) AC_CONFIG_HEADER(config.h) AC_ARG_PROGRAM |