pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/kopete Update to 0.7.4: This includes the fix for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a33b335f5c4
branches:  trunk
changeset: 465624:6a33b335f5c4
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Jan 03 15:56:32 2004 +0000

description:
Update to 0.7.4: This includes the fix for the MSN connection; no new
features here.

diffstat:

 chat/kopete/Makefile         |   5 ++---
 chat/kopete/distinfo         |   8 ++++----
 chat/kopete/patches/patch-aa |  18 +++++++++---------
 3 files changed, 15 insertions(+), 16 deletions(-)

diffs (55 lines):

diff -r d46c46b7ee35 -r 6a33b335f5c4 chat/kopete/Makefile
--- a/chat/kopete/Makefile      Sat Jan 03 15:46:00 2004 +0000
+++ b/chat/kopete/Makefile      Sat Jan 03 15:56:32 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2003/12/08 14:41:39 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/03 15:56:32 jmmv Exp $
 #
 
-DISTNAME=      kopete-0.7.3
-PKGREVISION=   2
+DISTNAME=      kopete-0.7.4
 CATEGORIES=    chat kde
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=kopete/}
 EXTRACT_SUFX=  .tar.bz2
diff -r d46c46b7ee35 -r 6a33b335f5c4 chat/kopete/distinfo
--- a/chat/kopete/distinfo      Sat Jan 03 15:46:00 2004 +0000
+++ b/chat/kopete/distinfo      Sat Jan 03 15:56:32 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2003/10/18 08:58:19 jmmv Exp $
+$NetBSD: distinfo,v 1.5 2004/01/03 15:56:32 jmmv Exp $
 
-SHA1 (kopete-0.7.3.tar.bz2) = 03c1647b8a01c5378fce33cd373a6ee0f1e28bc1
-Size (kopete-0.7.3.tar.bz2) = 3159809 bytes
-SHA1 (patch-aa) = 3cd12d9f3b924d64bba5955679e50c7aa7bbdd16
+SHA1 (kopete-0.7.4.tar.bz2) = ca9ba3b8b6e001e33a73ff26b516ee7cd1725edc
+Size (kopete-0.7.4.tar.bz2) = 3149715 bytes
+SHA1 (patch-aa) = 459df3d849d436f875e9e0ea8d44594794e22a6e
diff -r d46c46b7ee35 -r 6a33b335f5c4 chat/kopete/patches/patch-aa
--- a/chat/kopete/patches/patch-aa      Sat Jan 03 15:46:00 2004 +0000
+++ b/chat/kopete/patches/patch-aa      Sat Jan 03 15:56:32 2004 +0000
@@ -1,15 +1,15 @@
-$NetBSD: patch-aa,v 1.3 2003/09/17 12:02:45 jmmv Exp $
+$NetBSD: patch-aa,v 1.4 2004/01/03 15:56:32 jmmv Exp $
 
 AIM plugin crashes with optimization, so we disable it for now.
 
---- kopete/protocols/oscar/aim/Makefile.in.orig        2003-09-09 15:56:48.000000000 +0000
+--- kopete/protocols/oscar/aim/Makefile.in.orig        2003-11-19 12:49:23.000000000 +0100
 +++ kopete/protocols/oscar/aim/Makefile.in
-@@ -340,7 +340,7 @@ CXXLD = $(CXX)
- #>+ 2
- CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
-       $(AM_LDFLAGS) $(LDFLAGS) -o $@
+@@ -59,7 +59,7 @@ CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
+ CXXDEPMODE = @CXXDEPMODE@
 -CXXFLAGS = @CXXFLAGS@
 +CXXFLAGS = @CXXFLAGS@ -O0
- DIST_SOURCES = $(kopete_aim_la_SOURCES)
- DATA = $(service_DATA)
- 
+ CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@



Home | Main Index | Thread Index | Old Index