diff options
-rw-r--r-- | mail/kbiff/Makefile | 5 | ||||
-rw-r--r-- | mail/kbiff/distinfo | 9 | ||||
-rw-r--r-- | mail/kbiff/patches/patch-aa | 10 | ||||
-rw-r--r-- | mail/kbiff/patches/patch-ab | 22 |
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 |