diff options
author | salo <salo> | 2003-04-18 10:29:20 +0000 |
---|---|---|
committer | salo <salo> | 2003-04-18 10:29:20 +0000 |
commit | 9867c05e933735e8f322028d88a0d6a3013c452b (patch) | |
tree | 7eefd2e342ba082559ae6a3417d8af44aeb131be /mail | |
parent | 32288bd36840896c5b576a8075d18b65cb1dd1fa (diff) | |
download | pkgsrc-9867c05e933735e8f322028d88a0d6a3013c452b.tar.gz |
Updated to version 1.3.1.
Changes:
- opts.c: update mailing list address
- database.c: make error messages refer to temp_data_file; free
temp_data_file
- database.c (ifile_write_db): check for errors while writing
database. Fixes bug 2955.
- Fixed problems in configure and autoconf scripts for the case
of selecting non-gcc C compiler. Fixes bug 2535.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ifile/Makefile | 7 | ||||
-rw-r--r-- | mail/ifile/distinfo | 8 |
2 files changed, 5 insertions, 10 deletions
diff --git a/mail/ifile/Makefile b/mail/ifile/Makefile index 441d5da426a..7f35291931b 100644 --- a/mail/ifile/Makefile +++ b/mail/ifile/Makefile @@ -1,13 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2003/02/25 11:34:37 salo Exp $ +# $NetBSD: Makefile,v 1.3 2003/04/18 10:29:20 salo Exp $ # -DISTNAME= ifile-1.3.0 +DISTNAME= ifile-1.3.1 CATEGORIES= mail MASTER_SITES= http://savannah.nongnu.org/download/ifile/default.pkg/${PKGVERSION}/ -PATCH_SITES= ${MASTER_SITE_LOCAL} -PATCHFILES= ifile-${PKGVERSION}.argp_configure.patch.gz - MAINTAINER= salo@netbsd.org HOMEPAGE= http://www.nongnu.org/ifile/ COMMENT= Intelligent mail filtering system diff --git a/mail/ifile/distinfo b/mail/ifile/distinfo index 6bdb4eedcb7..50abfab42a8 100644 --- a/mail/ifile/distinfo +++ b/mail/ifile/distinfo @@ -1,7 +1,5 @@ -$NetBSD: distinfo,v 1.2 2003/02/25 11:34:37 salo Exp $ +$NetBSD: distinfo,v 1.3 2003/04/18 10:29:20 salo Exp $ -SHA1 (ifile-1.3.0.tar.gz) = c72b53dc73d1cf2ad63a2d616d57f0361cc312ae -Size (ifile-1.3.0.tar.gz) = 167901 bytes -SHA1 (ifile-1.3.0.argp_configure.patch.gz) = 714992159b6711240fb9fe0320272c61730b68a1 -Size (ifile-1.3.0.argp_configure.patch.gz) = 37078 bytes +SHA1 (ifile-1.3.1.tar.gz) = 70fa6e0066e7753b5f02ec94831e77541f9570b8 +Size (ifile-1.3.1.tar.gz) = 186800 bytes SHA1 (patch-aa) = 077a6e175358745092a4318e9a1c56783299bbab |