[39480] trunk/dports/net/pidgin
simon at macports.org
simon at macports.org
Thu Aug 21 14:19:09 PDT 2008
Revision: 39480
http://trac.macosforge.org/projects/macports/changeset/39480
Author: simon at macports.org
Date: 2008-08-21 14:19:08 -0700 (Thu, 21 Aug 2008)
Log Message:
-----------
net/pidgin: Updated to 2.5.0.
Modified Paths:
--------------
trunk/dports/net/pidgin/Portfile
trunk/dports/net/pidgin/files/gtkdocklet-quartz.diff
trunk/dports/net/pidgin/files/patch-configure.ac.diff
trunk/dports/net/pidgin/files/patch-configure.diff
Modified: trunk/dports/net/pidgin/Portfile
===================================================================
--- trunk/dports/net/pidgin/Portfile 2008-08-21 19:53:56 UTC (rev 39479)
+++ trunk/dports/net/pidgin/Portfile 2008-08-21 21:19:08 UTC (rev 39480)
@@ -3,10 +3,9 @@
PortSystem 1.0
name pidgin
-version 2.4.3
-revision 1
+version 2.5.0
categories net
-platforms macosx
+platforms darwin
maintainers simon openmaintainer
description Multi-protocol Instant Messaging client
long_description Pidgin is an Open Source clone of America OnLine's \
@@ -19,9 +18,9 @@
homepage http://www.pidgin.im/
master_sites sourceforge
-checksums md5 9e4a5f4ebda16a51fe91ec610286810a \
- sha1 c967ddda3cb4a8aecfb2566427e8cbd260f2c0de \
- rmd160 c5fa8f3f9e52ffffcc829d08a8b822cd9cdf5368
+checksums md5 71df6633794de30e57827848cfb61996 \
+ sha1 5e05c9e795fde0055c99eb288e63f9ad0e1973c4 \
+ rmd160 a600c16c6b7037ba2568ea956fd730c3b9cb8479
use_bzip2 yes
depends_lib port:audiofile \
Modified: trunk/dports/net/pidgin/files/gtkdocklet-quartz.diff
===================================================================
--- trunk/dports/net/pidgin/files/gtkdocklet-quartz.diff 2008-08-21 19:53:56 UTC (rev 39479)
+++ trunk/dports/net/pidgin/files/gtkdocklet-quartz.diff 2008-08-21 21:19:08 UTC (rev 39480)
@@ -1,8 +1,8 @@
Index: configure.ac
===================================================================
---- configure.ac.orig 2008-07-13 14:21:44.000000000 +0200
-+++ configure.ac 2008-07-13 14:21:54.000000000 +0200
-@@ -361,6 +361,10 @@
+--- configure.ac.orig 2008-08-21 21:53:27.000000000 +0200
++++ configure.ac 2008-08-21 21:53:45.000000000 +0200
+@@ -372,6 +372,10 @@
[AC_HELP_STRING([--disable-gestures],
[compile without the gestures plugin])],
enable_gestures="$enableval", enable_gestures="yes")
@@ -13,8 +13,8 @@
AC_PATH_XTRA
# We can't assume that $x_libraries will be set, because autoconf does not
-@@ -570,6 +574,16 @@
- ])])
+@@ -595,6 +599,16 @@
+ fi])
fi
+ dnl #######################################################################
@@ -30,7 +30,7 @@
else # GTK
enable_cap=no
-@@ -584,6 +598,7 @@
+@@ -609,6 +623,7 @@
AM_CONDITIONAL(BUILD_GEVOLUTION, test "x$enable_gevolution" = "xyes")
AM_CONDITIONAL(ENABLE_CAP, test "x$enable_cap" = "xyes")
AM_CONDITIONAL(ENABLE_GESTURES, test "x$enable_gestures" = "xyes")
@@ -38,7 +38,7 @@
dnl #######################################################################
-@@ -2387,6 +2402,7 @@
+@@ -2436,6 +2451,7 @@
echo Build console UI.............. : $enable_consoleui
echo Build for X11................. : $with_x
echo
@@ -48,8 +48,8 @@
echo Protocols to link statically.. : $STATIC_PRPLS
Index: pidgin/Makefile.am
===================================================================
---- pidgin/Makefile.am.orig 2008-07-02 02:46:18.000000000 +0200
-+++ pidgin/Makefile.am 2008-07-13 14:21:54.000000000 +0200
+--- pidgin/Makefile.am.orig 2008-08-19 03:53:51.000000000 +0200
++++ pidgin/Makefile.am 2008-08-21 21:53:45.000000000 +0200
@@ -73,7 +73,6 @@
bin_PROGRAMS = pidgin
@@ -66,7 +66,7 @@
gtkeventloop.c \
gtkexpander.c \
gtkft.c \
-@@ -122,6 +120,15 @@
+@@ -123,6 +121,15 @@
minidialog.c \
pidgintooltip.c
@@ -85,7 +85,7 @@
Index: pidgin/gtkdocklet-gtk.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ pidgin/gtkdocklet-gtk.c 2008-07-13 14:21:54.000000000 +0200
++++ pidgin/gtkdocklet-gtk.c 2008-08-21 21:53:45.000000000 +0200
@@ -0,0 +1,195 @@
+/*
+ * System tray icon (aka docklet) plugin for Purple
@@ -284,8 +284,8 @@
+}
Index: pidgin/gtkdocklet-x11.c
===================================================================
---- pidgin/gtkdocklet-x11.c.orig 2008-07-02 02:46:19.000000000 +0200
-+++ pidgin/gtkdocklet-x11.c 2008-07-13 14:21:54.000000000 +0200
+--- pidgin/gtkdocklet-x11.c.orig 2008-08-19 03:53:52.000000000 +0200
++++ pidgin/gtkdocklet-x11.c 2008-08-21 21:53:45.000000000 +0200
@@ -314,10 +314,11 @@
docklet_x11_blank_icon,
docklet_x11_set_tooltip,
@@ -302,8 +302,8 @@
void
Index: pidgin/gtkdocklet.c
===================================================================
---- pidgin/gtkdocklet.c.orig 2008-07-02 02:46:19.000000000 +0200
-+++ pidgin/gtkdocklet.c 2008-07-13 14:21:54.000000000 +0200
+--- pidgin/gtkdocklet.c.orig 2008-08-19 03:53:52.000000000 +0200
++++ pidgin/gtkdocklet.c 2008-08-21 21:53:45.000000000 +0200
@@ -62,7 +62,7 @@
* docklet status and utility functions
**************************************************************************/
@@ -342,8 +342,8 @@
Index: pidgin/gtkdocklet.h
===================================================================
---- pidgin/gtkdocklet.h.orig 2008-07-02 02:46:19.000000000 +0200
-+++ pidgin/gtkdocklet.h 2008-07-13 14:21:54.000000000 +0200
+--- pidgin/gtkdocklet.h.orig 2008-08-19 03:53:52.000000000 +0200
++++ pidgin/gtkdocklet.h 2008-08-21 21:53:45.000000000 +0200
@@ -35,6 +35,7 @@
void (*blank_icon)(void);
void (*set_tooltip)(gchar *);
@@ -354,8 +354,8 @@
Index: pidgin/win32/gtkdocklet-win32.c
===================================================================
---- pidgin/win32/gtkdocklet-win32.c.orig 2008-07-02 02:46:24.000000000 +0200
-+++ pidgin/win32/gtkdocklet-win32.c 2008-07-13 14:21:54.000000000 +0200
+--- pidgin/win32/gtkdocklet-win32.c.orig 2008-08-19 03:54:04.000000000 +0200
++++ pidgin/win32/gtkdocklet-win32.c 2008-08-21 21:53:45.000000000 +0200
@@ -661,7 +661,8 @@
winpidgin_tray_update_icon,
winpidgin_tray_blank_icon,
Modified: trunk/dports/net/pidgin/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/net/pidgin/files/patch-configure.ac.diff 2008-08-21 19:53:56 UTC (rev 39479)
+++ trunk/dports/net/pidgin/files/patch-configure.ac.diff 2008-08-21 21:19:08 UTC (rev 39480)
@@ -1,8 +1,8 @@
Index: configure.ac
===================================================================
---- configure.ac.orig 2008-07-02 02:46:08.000000000 +0200
-+++ configure.ac 2008-07-13 13:05:57.000000000 +0200
-@@ -131,14 +131,6 @@
+--- configure.ac.orig 2008-08-19 03:53:21.000000000 +0200
++++ configure.ac 2008-08-21 21:53:27.000000000 +0200
+@@ -132,14 +132,6 @@
], [])
], [])
Modified: trunk/dports/net/pidgin/files/patch-configure.diff
===================================================================
--- trunk/dports/net/pidgin/files/patch-configure.diff 2008-08-21 19:53:56 UTC (rev 39479)
+++ trunk/dports/net/pidgin/files/patch-configure.diff 2008-08-21 21:19:08 UTC (rev 39480)
@@ -1,8 +1,8 @@
Index: configure
===================================================================
---- configure.orig 2008-07-02 02:47:08.000000000 +0200
-+++ configure 2008-07-13 13:06:07.000000000 +0200
-@@ -20886,17 +20886,6 @@
+--- configure.orig 2008-08-19 03:55:55.000000000 +0200
++++ configure 2008-08-21 21:53:36.000000000 +0200
+@@ -21379,17 +21379,6 @@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080821/dfc2a291/attachment.html
More information about the macports-changes
mailing list