diff options
author | mandree <mandree@FreeBSD.org> | 2011-07-07 07:58:06 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-07-07 07:58:06 +0800 |
commit | 426854d7dcb25d75228baf6f95960f346c206c66 (patch) | |
tree | 7a979d670ace5e5e2f3d4e0452aa27a7243ad019 /net-im | |
parent | f1b6c050e462ff1cabb34b61d4351df09604a22e (diff) | |
download | freebsd-ports-gnome-426854d7dcb25d75228baf6f95960f346c206c66.tar.gz freebsd-ports-gnome-426854d7dcb25d75228baf6f95960f346c206c66.tar.zst freebsd-ports-gnome-426854d7dcb25d75228baf6f95960f346c206c66.zip |
Update to newer SVN snapshot as of 2011-04-08.
(Note the distfile needs time to propagate through the mirrors and may become
available only a few hours after this commit.)
Noteworthy changes:
r612 Fix thread race issues with static PurpleAccount storage.
Also thanks to skotlex.
r611 Awesome patch from skotlex which fixes crashes, hangs and memory leaks
in the dbus version of the plugin. Fixes issue #148.
r609 Check and store protocol version and use that to decide how to sent chat
messages
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin-skype/Makefile | 6 | ||||
-rw-r--r-- | net-im/pidgin-skype/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-im/pidgin-skype/Makefile b/net-im/pidgin-skype/Makefile index 101f88c70cb0..a58a36975eca 100644 --- a/net-im/pidgin-skype/Makefile +++ b/net-im/pidgin-skype/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pidgin-skype -PORTVERSION= 0.0.0.608 +PORTVERSION= 0.0.0.612 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= mandree @@ -15,13 +15,13 @@ DISTFILES= pidgin-skype-svn-r${PORTVERSION:E}.tar.xz MAINTAINER= mandree@FreeBSD.org COMMENT= Plugin to use Skype chat from Pidgin (with Skype running) +LICENSE= GPLv2 + BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin \ ${LOCALBASE}/bin/skype:${PORTSDIR}/net-im/skype RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \ ${LOCALBASE}/bin/skype:${PORTSDIR}/net-im/skype -LICENSE= GPLv2 - USE_GMAKE= yes USE_GNOME= glib20 USE_XZ= yes diff --git a/net-im/pidgin-skype/distinfo b/net-im/pidgin-skype/distinfo index 10f8d9907286..5d87f73887b0 100644 --- a/net-im/pidgin-skype/distinfo +++ b/net-im/pidgin-skype/distinfo @@ -1,2 +1,2 @@ -SHA256 (pidgin-skype-svn-r608.tar.xz) = a15cd4c0e942f990172d644ed072e89beddc132f585a6fef2f5ed092dcf4a9a7 -SIZE (pidgin-skype-svn-r608.tar.xz) = 114148 +SHA256 (pidgin-skype-svn-r612.tar.xz) = 8558f4b2a9a1aaa34f3caffdc5833997a74b62ae1cb65c00e8c2052384751b9b +SIZE (pidgin-skype-svn-r612.tar.xz) = 114136 |