diff options
author | abs <abs@pkgsrc.org> | 2008-09-16 19:59:46 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-09-16 19:59:46 +0000 |
commit | 2e70f9e2c18486227c8f49ffaf534220d3f3bc3a (patch) | |
tree | 986364001be9a3727bb3de73590bf6d8779c3bb5 /chat/pidgin/buildlink3.mk | |
parent | 424cf13641a15ebb6602a5fb9e17bdddf99cb6f2 (diff) | |
download | pkgsrc-2e70f9e2c18486227c8f49ffaf534220d3f3bc3a.tar.gz |
Updated chat/pidgin to 2.5.1
libpurple:
* In the Join/Part plugin, add the ability to apply the rules to
buddies. By default, joins and parts for buddies are still shown.
* Support SOCKS proxies specified in GNOME or Windows proxy settings.
* Fix some possible crashes in MSNP15.
* Enable a default SSL trust relationship for MSN servers.
* Avoid disconnecting from XMPP servers on parse errors that are
non-fatal.
* Include some perl files that were mistakenly omitted in 2.5.0.
Pidgin:
* Prevent use of custom smilies without "shortcuts."
* Fix a crash that could appear with AIM buddy tooltips.
Artwork:
* General refresh of many icons in the interface.
* Many cleanups to artwork source are now included in the distribution.
* A new "throbber" animation has been added to indicate when accounts
are connecting.
Diffstat (limited to 'chat/pidgin/buildlink3.mk')
-rw-r--r-- | chat/pidgin/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/pidgin/buildlink3.mk b/chat/pidgin/buildlink3.mk index d21a7b1ea3f..5a4b7b9ba76 100644 --- a/chat/pidgin/buildlink3.mk +++ b/chat/pidgin/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2008/08/19 18:18:10 bjs Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2008/09/16 19:59:46 abs Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PIDGIN_BUILDLINK3_MK:= ${PIDGIN_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= pidgin BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}pidgin .if ${PIDGIN_BUILDLINK3_MK} == "+" -BUILDLINK_API_DEPENDS.pidgin+= pidgin>=2.5.0 +BUILDLINK_API_DEPENDS.pidgin+= pidgin>=2.5.1 BUILDLINK_PKGSRCDIR.pidgin?= ../../chat/pidgin .endif # PIDGIN_BUILDLINK3_MK |