diff options
author | shattered <shattered@pkgsrc.org> | 2013-03-03 10:59:08 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2013-03-03 10:59:08 +0000 |
commit | 0b38569cf926e8c0eaded2d6a68ee1cd57091f04 (patch) | |
tree | ddc6806099db082764935b0306fb81bcbe7d39e4 | |
parent | 4da2b4213032cc1c8b940f72c3ea662c454e3691 (diff) | |
download | pkgsrc-0b38569cf926e8c0eaded2d6a68ee1cd57091f04.tar.gz |
Update to 1.3.8. Changes:
Fix segv if no folders in DB or #folders less than 2 and -T is set.
Fix LOOCV query (as I got it): if folder's not already there, don't create it.
-rw-r--r-- | mail/ifile/Makefile | 10 | ||||
-rw-r--r-- | mail/ifile/distinfo | 8 |
2 files changed, 8 insertions, 10 deletions
diff --git a/mail/ifile/Makefile b/mail/ifile/Makefile index e7b1a308d22..8fc16153e01 100644 --- a/mail/ifile/Makefile +++ b/mail/ifile/Makefile @@ -1,15 +1,13 @@ -# $NetBSD: Makefile,v 1.15 2012/10/08 12:19:13 asau Exp $ +# $NetBSD: Makefile,v 1.16 2013/03/03 10:59:08 shattered Exp $ # -DISTNAME= ifile-1.3.4 -PKGREVISION= 1 +DISTNAME= ifile-1.3.8 CATEGORIES= mail -MASTER_SITES= http://www.nongnu.org/ifile/ \ - http://www.nongnu.org/ifile/old/ +MASTER_SITES= http://qwone.com/~jason/ifile/ DIST_SUBDIR= ${PKGNAME_NOREV} MAINTAINER= salo@NetBSD.org -HOMEPAGE= http://www.nongnu.org/ifile/ +HOMEPAGE= http://qwone.com/~jason/ifile/ COMMENT= Intelligent mail filtering system GNU_CONFIGURE= YES diff --git a/mail/ifile/distinfo b/mail/ifile/distinfo index b7a9d097f6e..353e109b90b 100644 --- a/mail/ifile/distinfo +++ b/mail/ifile/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2012/10/15 09:35:16 joerg Exp $ +$NetBSD: distinfo,v 1.10 2013/03/03 10:59:08 shattered Exp $ -SHA1 (ifile-1.3.4/ifile-1.3.4.tar.gz) = c8ef75cfe8f25af65b3384e016b7fd2d324346b0 -RMD160 (ifile-1.3.4/ifile-1.3.4.tar.gz) = ac13f9b8ba99319be61764ffb9492cc9405b3ea7 -Size (ifile-1.3.4/ifile-1.3.4.tar.gz) = 187742 bytes +SHA1 (ifile-1.3.8/ifile-1.3.8.tar.gz) = ee0c972862a7d18b10a82c2d2e0a6675c3eaac16 +RMD160 (ifile-1.3.8/ifile-1.3.8.tar.gz) = 7ed492494f685f2b4e5e25ea8c69d8814ce610f0 +Size (ifile-1.3.8/ifile-1.3.8.tar.gz) = 190558 bytes SHA1 (patch-aa) = f60b5642496e83707f722c2ea1d63460599226ba SHA1 (patch-ad) = 6b92eec1416a40cc692ff58915f8ebf133160f6a SHA1 (patch-argp_argp-fmtstream.h) = 505591cb210f783422a9e600e1f97a2ca3ae09ad |