summaryrefslogtreecommitdiff
path: root/mail/kbiff
diff options
context:
space:
mode:
authormarkd <markd>2004-10-12 11:08:03 +0000
committermarkd <markd>2004-10-12 11:08:03 +0000
commit385d4454f90167bd5eb25c360efe893f363886f4 (patch)
tree2d820ae145d39fd63d3542b74705da458aad8c66 /mail/kbiff
parent7346dc2308f83bd4df90ca793a62d356b2e19d35 (diff)
downloadpkgsrc-385d4454f90167bd5eb25c360efe893f363886f4.tar.gz
Update kbiff to 3.7.1 and fix configure script so SSL is supported.
Changes: 03-23-04 - Roeland Merks (3.7.1) o Added code to toggle ASUS Mail LED 12-18-03 - Anton Perich o Changed IMAP code to use STATUS instead of EXAMINE 11-14-03 - Kurt Granroth o Updated 'admin' subdir to work with newer autoconf/automake 10-22-03 - Adam Piatyszek o Bug fix in maildir code to handle 'f'lagged messages 09-26-03 - Clemens Oertel o New option to set a command that runs whenever the status changes from New back to Old. Useful to set LEDs and the like
Diffstat (limited to 'mail/kbiff')
-rw-r--r--mail/kbiff/Makefile5
-rw-r--r--mail/kbiff/distinfo9
-rw-r--r--mail/kbiff/patches/patch-aa10
-rw-r--r--mail/kbiff/patches/patch-ab22
4 files changed, 34 insertions, 12 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile
index 2b7a28346df..774d3752a90 100644
--- a/mail/kbiff/Makefile
+++ b/mail/kbiff/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2004/10/03 00:12:53 tv Exp $
+# $NetBSD: Makefile,v 1.17 2004/10/12 11:08:03 markd Exp $
-DISTNAME= kbiff-3.7
-PKGREVISION= 2
+DISTNAME= kbiff-3.7.1
CATEGORIES= devel kde
MASTER_SITES= http://devel-home.kde.org/~granroth/kbiff/
EXTRACT_SUFX= .tar.bz2
diff --git a/mail/kbiff/distinfo b/mail/kbiff/distinfo
index ac749a8df12..b227f11a743 100644
--- a/mail/kbiff/distinfo
+++ b/mail/kbiff/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2004/03/01 14:04:37 markd Exp $
+$NetBSD: distinfo,v 1.4 2004/10/12 11:08:03 markd Exp $
-SHA1 (kbiff-3.7.tar.bz2) = 9299b9c50de16baccbd929ca74e825c8b9b88cf0
-Size (kbiff-3.7.tar.bz2) = 622962 bytes
-SHA1 (patch-aa) = 59da8e15d482efbd0ff12cddf9fe35860552ca92
+SHA1 (kbiff-3.7.1.tar.bz2) = b44fbb342ff64e1a3a8d6d42a41f5e5f74a4bd07
+Size (kbiff-3.7.1.tar.bz2) = 629007 bytes
+SHA1 (patch-aa) = 3f63951e0f77f32b6c59aecae3bb13a81b870afb
+SHA1 (patch-ab) = 53565884f5aed49b8e2d4ad73f3145a95b85895e
diff --git a/mail/kbiff/patches/patch-aa b/mail/kbiff/patches/patch-aa
index 1ec21d3f65e..bfe64397ee9 100644
--- a/mail/kbiff/patches/patch-aa
+++ b/mail/kbiff/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.1 2004/03/01 14:04:37 markd Exp $
+$NetBSD: patch-aa,v 1.2 2004/10/12 11:08:03 markd Exp $
---- Makefile.in.orig 2003-09-12 02:52:41.000000000 +1200
+--- Makefile.in.orig 2004-03-26 13:47:41.000000000 +1200
+++ Makefile.in
-@@ -268,7 +268,7 @@ $(srcdir)/Makefile.in: Makefile.am $(t
+@@ -273,7 +273,7 @@ $(srcdir)/Makefile.in: Makefile.am $(t
cd $(top_srcdir) && \
- $(AUTOMAKE) --foreign ./Makefile
+ $(AUTOMAKE) --foreign Makefile
cd $(top_srcdir) && perl admin/am_edit Makefile.in
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-+Makefile: $(srcdir)/Makefile.in
++Makefile: $(srcdir)/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
diff --git a/mail/kbiff/patches/patch-ab b/mail/kbiff/patches/patch-ab
new file mode 100644
index 00000000000..7f458edfe37
--- /dev/null
+++ b/mail/kbiff/patches/patch-ab
@@ -0,0 +1,22 @@
+$NetBSD: patch-ab,v 1.1 2004/10/12 11:08:03 markd Exp $
+
+--- configure.orig 2004-03-26 13:47:42.000000000 +1200
++++ configure
+@@ -24088,7 +24088,7 @@ else
+ use_ssl=yes
+ fi;
+
+-if test "$use_ssl" == "yes"; then
++if test "$use_ssl" = "yes"; then
+
+ cat >>confdefs.h <<\_ACEOF
+ #define USE_SSL
+@@ -24105,7 +24105,7 @@ else
+ use_ssl=yes
+ fi;
+
+-if test "$use_ssl" == "yes"; then
++if test "$use_ssl" = "yes"; then
+
+ cat >>confdefs.h <<\_ACEOF
+ #define USE_SSL