pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/pidgin Update to 2.4.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13731ba8c314
branches:  trunk
changeset: 540629:13731ba8c314
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Apr 05 02:27:53 2008 +0000

description:
Update to 2.4.1.

* Remove a workaround for older versions gstreamer that was causing crashes
  on some non-Linux systems such as HPUX
* Fix some cases of the conversation input entry area being 1 pixel high
* Fix for displaying channel & buddy names in conversation window when they
  have '&' in them
* Some memory leak fixes, especially in the Text Replacement plugin
* Rectangular but non-square buddy icons have rounded corners in the buddy list

diffstat:

 chat/pidgin/buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 58f61df6ccdb -r 13731ba8c314 chat/pidgin/buildlink3.mk
--- a/chat/pidgin/buildlink3.mk Sat Apr 05 02:14:40 2008 +0000
+++ b/chat/pidgin/buildlink3.mk Sat Apr 05 02:27:53 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2008/03/04 17:25:36 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2008/04/05 02:27:53 tnn Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 PIDGIN_BUILDLINK3_MK:= ${PIDGIN_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@
 BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}pidgin
 
 .if ${PIDGIN_BUILDLINK3_MK} == "+"
-BUILDLINK_API_DEPENDS.pidgin+= pidgin>=2.4.0
+BUILDLINK_API_DEPENDS.pidgin+= pidgin>=2.4.1
 BUILDLINK_PKGSRCDIR.pidgin?=   ../../chat/pidgin
 .endif # PIDGIN_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index