UPDATE: Pidgin 2.5.5

2009-03-02 Thread Brad
For anyone using Pidgin.. here is an update to 2.5.5.


Index: Makefile
===
RCS file: /cvs/ports/net/pidgin/Makefile,v
retrieving revision 1.35
diff -u -p -r1.35 Makefile
--- Makefile12 Feb 2009 03:07:59 -  1.35
+++ Makefile2 Mar 2009 07:15:36 -
@@ -4,16 +4,15 @@ SHARED_ONLY=  Yes
 
 COMMENT=   multi-protocol instant messaging client
 
-DISTNAME=  pidgin-2.5.4
-PKGNAME=   ${DISTNAME}p0
+DISTNAME=  pidgin-2.5.5
 CATEGORIES=net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pidgin/}
 
 SHARED_LIBS+=  jabber  0.0
 SHARED_LIBS+=  oscar   0.0
-SHARED_LIBS+=  purple  4.4
-SHARED_LIBS+=  purple-client   4.4
-SHARED_LIBS+=  gnt 4.4
+SHARED_LIBS+=  purple  4.5
+SHARED_LIBS+=  purple-client   4.5
+SHARED_LIBS+=  gnt 4.5
 
 HOMEPAGE=  http://pidgin.im/
 
Index: distinfo
===
RCS file: /cvs/ports/net/pidgin/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- distinfo14 Jan 2009 10:34:21 -  1.17
+++ distinfo2 Mar 2009 07:08:23 -
@@ -1,5 +1,5 @@
-MD5 (pidgin-2.5.4.tar.gz) = 6yjFUmR+5YPz2BfbaQFkxQ==
-RMD160 (pidgin-2.5.4.tar.gz) = S6ZxYbhQzrsBvLosFtKGc+2XEUg=
-SHA1 (pidgin-2.5.4.tar.gz) = wOw4oNIMLYYVtBNuWVUFYfpQcEg=
-SHA256 (pidgin-2.5.4.tar.gz) = Z0kcNGSDMBzFYO9Z9XJ9Gxgp2LYJzl1XwpVv8Lij0Vg=
-SIZE (pidgin-2.5.4.tar.gz) = 11876135
+MD5 (pidgin-2.5.5.tar.gz) = CNnAyN1D287G9n2LpZYCnw==
+RMD160 (pidgin-2.5.5.tar.gz) = ZMtPVy3Sh2Uf+i4SXmyxd2D+Lx0=
+SHA1 (pidgin-2.5.5.tar.gz) = OsTr9s3oeK2043ROvb9vj4Ptkx8=
+SHA256 (pidgin-2.5.5.tar.gz) = 1xwR/AgmBo/MdejccWJI+8q6ckvdP0YTZxhx493xUNs=
+SIZE (pidgin-2.5.5.tar.gz) = 11989031
Index: patches/patch-config_h_in
===
RCS file: /cvs/ports/net/pidgin/patches/patch-config_h_in,v
retrieving revision 1.9
diff -u -p -r1.9 patch-config_h_in
--- patches/patch-config_h_in   21 Aug 2008 05:59:01 -  1.9
+++ patches/patch-config_h_in   2 Mar 2009 07:11:25 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-config_h_in,v 1.9 2008/08/21 05:59:01 brad Exp $
 config.h.in.orig   Mon Aug 18 21:55:29 2008
-+++ config.h.inWed Aug 20 00:48:34 2008
-@@ -190,6 +190,12 @@
+--- config.h.in.orig   Sun Mar  1 21:33:50 2009
 config.h.inMon Mar  2 02:09:11 2009
+@@ -193,6 +193,12 @@
  /* Define to 1 if you have the nss.h header file. */
  #undef HAVE_NSS_H
  
Index: patches/patch-configure_ac
===
RCS file: /cvs/ports/net/pidgin/patches/patch-configure_ac,v
retrieving revision 1.15
diff -u -p -r1.15 patch-configure_ac
--- patches/patch-configure_ac  27 Dec 2008 20:48:00 -  1.15
+++ patches/patch-configure_ac  2 Mar 2009 07:11:25 -
@@ -1,6 +1,6 @@
 $OpenBSD: patch-configure_ac,v 1.15 2008/12/27 20:48:00 steven Exp $
 configure.ac.orig  Sat Dec 20 19:38:16 2008
-+++ configure.ac   Sun Dec 21 23:49:41 2008
+--- configure.ac.orig  Sun Mar  1 21:29:19 2009
 configure.ac   Mon Mar  2 02:09:11 2009
 @@ -671,6 +671,7 @@ if test x$enable_consoleui = xyes; then
# ncursesw was not found. Look for plain old ncurses
enable_consoleui=yes
@@ -132,7 +132,7 @@ $OpenBSD: patch-configure_ac,v 1.15 2008
  if test x$enable_gnutls != xno; then
enable_gnutls=no
prefix=`eval echo $prefix`
-@@ -1984,17 +2078,31 @@ fi
+@@ -2000,17 +2094,31 @@ fi
  
  AM_CONDITIONAL(USE_NSS, test x$enable_nss = xyes)
  
Index: patches/patch-finch_libgnt_Makefile_in
===
RCS file: /cvs/ports/net/pidgin/patches/patch-finch_libgnt_Makefile_in,v
retrieving revision 1.13
diff -u -p -r1.13 patch-finch_libgnt_Makefile_in
--- patches/patch-finch_libgnt_Makefile_in  27 Dec 2008 20:48:00 -  
1.13
+++ patches/patch-finch_libgnt_Makefile_in  2 Mar 2009 07:11:29 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-finch_libgnt_Makefile_in,v 1.13 2008/12/27 20:48:00 steven Exp 
$
 finch/libgnt/Makefile.in.orig  Sat Dec 20 19:38:39 2008
-+++ finch/libgnt/Makefile.in   Sun Dec 21 23:49:41 2008
-@@ -458,7 +458,7 @@ target_cpu = @target_cpu@
+--- finch/libgnt/Makefile.in.orig  Sun Mar  1 21:30:19 2009
 finch/libgnt/Makefile.in   Mon Mar  2 02:09:11 2009
+@@ -460,7 +460,7 @@ target_cpu = @target_cpu@
  target_os = @target_os@
  target_vendor = @target_vendor@
  EXTRA_DIST = genmarshal
Index: patches/patch-finch_plugins_Makefile_in
===
RCS file: /cvs/ports/net/pidgin/patches/patch-finch_plugins_Makefile_in,v
retrieving revision 1.13
diff -u -p -r1.13 patch-finch_plugins_Makefile_in
--- patches/patch-finch_plugins_Makefile_in 27 Dec 2008 20:48:00 -  
1.13
+++ patches/patch-finch_plugins_Makefile_in 2 Mar 2009 07:11:24 -
@@ -1,6 +1,6 @@
 

Re: UPDATE: Pidgin 2.5.5

2009-03-02 Thread Dawe
Brad wrote:
 For anyone using Pidgin.. here is an update to 2.5.5.
 

Works for me on amd64 with xmpp and icq.