diff options
author | wiz <wiz@pkgsrc.org> | 2009-12-08 12:45:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-12-08 12:45:42 +0000 |
commit | 15709c62b1b81b82e4e1df800d4c5fde9ef93fcf (patch) | |
tree | 3d28c74b5b33b1a06b1f52d82aa8ee4e45c360ab /chat/finch | |
parent | 8f160db64499f70f853c69672e42e56661060093 (diff) | |
download | pkgsrc-15709c62b1b81b82e4e1df800d4c5fde9ef93fcf.tar.gz |
Update to 2.6.2, based on patches provided by Joachim Kuebart in PR 42005.
Additional changes:
Fix farsight handling in libpurple.
Set LICENSE.
2.6.2 (09/05/2009):
Mark: Woo boy it's been a busy two weeks. There was a lot of new code
in 2.6.0, and with new code comes new bugs. The cadre of relentless
developers responsible for Pidgin have been hard at work, and I believe
they have fixed all the major bugs that cropped up. My thanks to all
those names listed as Current Developers in Pidgin's 'About' window.
Elliott: Well now, just as Mark said, there was a lot of new stuff that
probably came up with tons of bugs. So I can't say I wrote anything
super-awesome, but I definitely fixed quite a few of those itty-bitty
why-didn't-this-work-this-way sort of bugs.
Diffstat (limited to 'chat/finch')
-rw-r--r-- | chat/finch/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/finch/options.mk b/chat/finch/options.mk index 4e9f32cbd75..b38502e4e8f 100644 --- a/chat/finch/options.mk +++ b/chat/finch/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.3 2008/05/18 00:06:46 tnn Exp $ +# $NetBSD: options.mk,v 1.4 2009/12/08 12:45:42 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.finch PKG_SUPPORTED_OPTIONS+= gstreamer debug -PKG_SUGGESTED_OPTIONS+= +PKG_SUGGESTED_OPTIONS+= gstreamer .include "../../mk/bsd.options.mk" |