diff options
author | markd <markd> | 2005-12-10 22:07:01 +0000 |
---|---|---|
committer | markd <markd> | 2005-12-10 22:07:01 +0000 |
commit | c363ab80b3818e95f9d6160f9bace09d1b6aa0f6 (patch) | |
tree | 8ccb6b8b739c36f865d1d23d9111dd6ea3c6528c /mail/kbiff | |
parent | c1016d65ad278ad2f7b64c6a0c7bc706b67e6f32 (diff) | |
download | pkgsrc-c363ab80b3818e95f9d6160f9bace09d1b6aa0f6.tar.gz |
Update kbiff to 3.8
o Updated automake admin dir to compile with latest SuSE
o Updated documentation slightly
o Status Window patch for multiple-monitors
o Added CRAM-MD5 and APOP login support for POP and IMAP
o Fixed advanced options like keepalive propogating from the setup
dialog to the code that actually uses it
Diffstat (limited to 'mail/kbiff')
-rw-r--r-- | mail/kbiff/Makefile | 7 | ||||
-rw-r--r-- | mail/kbiff/distinfo | 10 | ||||
-rw-r--r-- | mail/kbiff/patches/patch-aa | 18 |
3 files changed, 17 insertions, 18 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index c75af41d31f..7f6b258b3ff 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2005/12/05 20:50:33 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2005/12/10 22:07:01 markd Exp $ -DISTNAME= kbiff-3.7.1 -PKGREVISION= 1 +DISTNAME= kbiff-3.8 CATEGORIES= devel kde -MASTER_SITES= http://devel-home.kde.org/~granroth/kbiff/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kbiff/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= markd@NetBSD.org diff --git a/mail/kbiff/distinfo b/mail/kbiff/distinfo index 1520ae35a6a..e9b846e0ea2 100644 --- a/mail/kbiff/distinfo +++ b/mail/kbiff/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 09:59:23 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/12/10 22:07:01 markd Exp $ -SHA1 (kbiff-3.7.1.tar.bz2) = b44fbb342ff64e1a3a8d6d42a41f5e5f74a4bd07 -RMD160 (kbiff-3.7.1.tar.bz2) = 00d802d956351f537bbcc6ed364a3e940b7dd09d -Size (kbiff-3.7.1.tar.bz2) = 629007 bytes -SHA1 (patch-aa) = 3f63951e0f77f32b6c59aecae3bb13a81b870afb +SHA1 (kbiff-3.8.tar.bz2) = 7ec8d04c26d4e47278fa5fc34bd09a9157d8d28a +RMD160 (kbiff-3.8.tar.bz2) = c2325f558d0d7926213f420cc40dd02dc36a1c2e +Size (kbiff-3.8.tar.bz2) = 767864 bytes +SHA1 (patch-aa) = b477880d9dab4ec023442e9cce416f19a5a0fb4a SHA1 (patch-ab) = 53565884f5aed49b8e2d4ad73f3145a95b85895e diff --git a/mail/kbiff/patches/patch-aa b/mail/kbiff/patches/patch-aa index bfe64397ee9..3563f7b1cd5 100644 --- a/mail/kbiff/patches/patch-aa +++ b/mail/kbiff/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.2 2004/10/12 11:08:03 markd Exp $ +$NetBSD: patch-aa,v 1.3 2005/12/10 22:07:01 markd Exp $ ---- Makefile.in.orig 2004-03-26 13:47:41.000000000 +1200 +--- Makefile.in.orig 2005-09-11 10:09:56.000000000 +1200 +++ Makefile.in -@@ -273,7 +273,7 @@ $(srcdir)/Makefile.in: Makefile.am $(t - cd $(top_srcdir) && \ +@@ -319,7 +319,7 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefi $(AUTOMAKE) --foreign Makefile cd $(top_srcdir) && perl admin/am_edit Makefile.in --Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -+Makefile: $(srcdir)/Makefile.in - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) - - $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + .PRECIOUS: Makefile +-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ++Makefile: $(srcdir)/Makefile.in + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ |