aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--irc/bitlbee/Makefile2
-rw-r--r--irc/minbif/Makefile4
-rw-r--r--net-im/finch/Makefile2
-rw-r--r--net-im/libpurple/Makefile2
-rw-r--r--net-im/libpurple/distinfo4
-rw-r--r--net-im/libpurple/pkg-plist4
-rw-r--r--net-im/pidgin-bs/Makefile4
-rw-r--r--net-im/pidgin-fetion/Makefile4
-rw-r--r--net-im/pidgin-hotkeys/Makefile4
-rw-r--r--net-im/pidgin-libnotify/Makefile4
-rw-r--r--net-im/pidgin-msn-pecan/Makefile4
-rw-r--r--net-im/pidgin-pidgimpd/Makefile4
-rw-r--r--net-im/pidgin-privacy-please/Makefile4
-rw-r--r--net-im/pidgin/Makefile2
-rw-r--r--net-im/telepathy-haze/Makefile4
-rw-r--r--net/online-desktop/Makefile4
-rw-r--r--security/pidgin-encryption/Makefile4
17 files changed, 30 insertions, 30 deletions
diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile
index 9bb86f2fd9f9..5c821ae161f5 100644
--- a/irc/bitlbee/Makefile
+++ b/irc/bitlbee/Makefile
@@ -106,7 +106,7 @@ CONFIGURE_ARGS+=--twitter=0
.if defined(WITH_LIBPURPLE)
CONFIGURE_ARGS+=--purple=1
-LIB_DEPENDS+= purple.8:${PORTSDIR}/net-im/libpurple
+LIB_DEPENDS+= purple.9:${PORTSDIR}/net-im/libpurple
.else
CONFIGURE_ARGS+=--purple=0
.endif
diff --git a/irc/minbif/Makefile b/irc/minbif/Makefile
index dffbc89b1918..49bddc64ad22 100644
--- a/irc/minbif/Makefile
+++ b/irc/minbif/Makefile
@@ -7,14 +7,14 @@
PORTNAME= minbif
PORTVERSION= 1.0.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= irc net-im
MASTER_SITES= http://minbif.im/attachments/download/50/
MAINTAINER= ports@FreeBSD.org
COMMENT= An IRC to instant messaging gateway
-LIB_DEPENDS= purple.8:${PORTSDIR}/net-im/libpurple
+LIB_DEPENDS= purple.9:${PORTSDIR}/net-im/libpurple
USERS= minbif
GROUPS= minbif
diff --git a/net-im/finch/Makefile b/net-im/finch/Makefile
index 887fa99877fe..9aa8a05d4158 100644
--- a/net-im/finch/Makefile
+++ b/net-im/finch/Makefile
@@ -12,7 +12,7 @@ PORTREVISION= 0
MAINTAINER= marcus@FreeBSD.org
COMMENT= Finch multi-protocol messaging client (Console UI)
-LIB_DEPENDS= purple.8:${PORTSDIR}/net-im/libpurple
+LIB_DEPENDS= purple.9:${PORTSDIR}/net-im/libpurple
MASTERDIR= ${.CURDIR}/../libpurple
BUILD_WRKSRC= ${WRKSRC}/finch
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 22330fb3f778..5f1f4bb034db 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME?= libpurple
-PORTVERSION= 2.8.0
+PORTVERSION= 2.9.0
PORTREVISION?= 0
CATEGORIES?= net-im
MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION}
diff --git a/net-im/libpurple/distinfo b/net-im/libpurple/distinfo
index 683ebbfbedad..fac66f72ab8b 100644
--- a/net-im/libpurple/distinfo
+++ b/net-im/libpurple/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pidgin-2.8.0.tar.bz2) = 71ced93efecd48a1114eaf6370adebf591ace31158457baf023d15892d663c78
-SIZE (pidgin-2.8.0.tar.bz2) = 9921362
+SHA256 (pidgin-2.9.0.tar.bz2) = 28ee8ece47d94ee1b708a78d613832ea88b56d879a93fa934d532d76ae52cfd7
+SIZE (pidgin-2.9.0.tar.bz2) = 9925589
diff --git a/net-im/libpurple/pkg-plist b/net-im/libpurple/pkg-plist
index 05239b96c3cc..cca112d24c2e 100644
--- a/net-im/libpurple/pkg-plist
+++ b/net-im/libpurple/pkg-plist
@@ -151,10 +151,10 @@ lib/purple-2/statenotify.so
%%TCL:%%lib/purple-2/tcl.so
%%DBUS%%lib/libpurple-client.la
%%DBUS%%lib/libpurple-client.so
-%%DBUS%%lib/libpurple-client.so.8
+%%DBUS%%lib/libpurple-client.so.9
lib/libpurple.la
lib/libpurple.so
-lib/libpurple.so.8
+lib/libpurple.so.9
libdata/pkgconfig/purple.pc
share/aclocal/purple.m4
share/locale/af/LC_MESSAGES/pidgin.mo
diff --git a/net-im/pidgin-bs/Makefile b/net-im/pidgin-bs/Makefile
index cf3f76cd0982..1dfc4035dc2d 100644
--- a/net-im/pidgin-bs/Makefile
+++ b/net-im/pidgin-bs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pidgin-bs
PORTVERSION= 1.3.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-im
MASTER_SITES= SF/${PORTNAME}/bot-sentry/${PORTVERSION}
DISTNAME= bot-sentry-${PORTVERSION}
@@ -15,7 +15,7 @@ DISTNAME= bot-sentry-${PORTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Pidgin plugin to prevent instant message spam
-LIB_DEPENDS= purple.8:${PORTSDIR}/net-im/libpurple
+LIB_DEPENDS= purple.9:${PORTSDIR}/net-im/libpurple
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
GNU_CONFIGURE= yes
diff --git a/net-im/pidgin-fetion/Makefile b/net-im/pidgin-fetion/Makefile
index e695eef058e8..ec465aea4f67 100644
--- a/net-im/pidgin-fetion/Makefile
+++ b/net-im/pidgin-fetion/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fetion
PORTVERSION= 0.98.5.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= http://www.logvinov.ru/files/dist/fetion/ \
LOCAL/avl
@@ -16,7 +16,7 @@ PKGNAMEPREFIX= pidgin-
MAINTAINER= avl@FreeBSD.org
COMMENT= Fetion protocol plugin for libpurple
-LIB_DEPENDS= purple.8:${PORTSDIR}/net-im/libpurple
+LIB_DEPENDS= purple.9:${PORTSDIR}/net-im/libpurple
MAKE_JOBS_SAFE= yes
diff --git a/net-im/pidgin-hotkeys/Makefile b/net-im/pidgin-hotkeys/Makefile
index 3a5c6ada8ca9..16481bdf679b 100644
--- a/net-im/pidgin-hotkeys/Makefile
+++ b/net-im/pidgin-hotkeys/Makefile
@@ -7,14 +7,14 @@
PORTNAME= pidgin-hotkeys
PORTVERSION= 0.2.4
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= net-im
MASTER_SITES= SF
MAINTAINER= garga@FreeBSD.org
COMMENT= A pidgin plugin that allows user to assign global hotkeys
-LIB_DEPENDS= purple.8:${PORTSDIR}/net-im/libpurple
+LIB_DEPENDS= purple.9:${PORTSDIR}/net-im/libpurple
BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
diff --git a/net-im/pidgin-libnotify/Makefile b/net-im/pidgin-libnotify/Makefile
index 85624d107862..07c8a17a2e4f 100644
--- a/net-im/pidgin-libnotify/Makefile
+++ b/net-im/pidgin-libnotify/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libnotify
PORTVERSION= 0.14
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= net-im
MASTER_SITES= SF/gaim-${PORTNAME}/pidgin-${PORTNAME}/pidgin-${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= pidgin-
@@ -19,7 +19,7 @@ COMMENT= This plugin adds a libnotify interface to Pidgin
BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin \
${LOCALBASE}/libdata/pkgconfig/libnotify.pc:${PORTSDIR}/devel/libnotify
LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \
- purple.8:${PORTSDIR}/net-im/libpurple
+ purple.9:${PORTSDIR}/net-im/libpurple
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/net-im/pidgin-msn-pecan/Makefile b/net-im/pidgin-msn-pecan/Makefile
index 565302130d14..c2528779173f 100644
--- a/net-im/pidgin-msn-pecan/Makefile
+++ b/net-im/pidgin-msn-pecan/Makefile
@@ -7,7 +7,7 @@
PORTNAME= msn-pecan
PORTVERSION= 0.1.0.r1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= pidgin-
@@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/}
MAINTAINER= hrkfdn@gmail.com
COMMENT= Alternative MSN protocol plugin for libpurple
-LIB_DEPENDS= purple.8:${PORTSDIR}/net-im/libpurple
+LIB_DEPENDS= purple.9:${PORTSDIR}/net-im/libpurple
PROJECTHOST= msn-pecan
USE_BZIP2= yes
diff --git a/net-im/pidgin-pidgimpd/Makefile b/net-im/pidgin-pidgimpd/Makefile
index 8cfa570e0b93..11eb9320ded2 100644
--- a/net-im/pidgin-pidgimpd/Makefile
+++ b/net-im/pidgin-pidgimpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pidgimpd
PORTVERSION= 1.1.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net-im audio
MASTER_SITES= http://ayeon.org/projects/pidgimpd/
PKGNAMEPREFIX= pidgin-
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= pidgin-
MAINTAINER= hrkfdn@gmail.com
COMMENT= PidgiMPD is a Pidgin plugin for monitoring/controlling MPD
-LIB_DEPENDS= purple.8:${PORTSDIR}/net-im/libpurple \
+LIB_DEPENDS= purple.9${PORTSDIR}/net-im/libpurple \
mpd.3:${PORTSDIR}/audio/libmpd
BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
diff --git a/net-im/pidgin-privacy-please/Makefile b/net-im/pidgin-privacy-please/Makefile
index ee88f7cbbfcb..d7a2b5d2194f 100644
--- a/net-im/pidgin-privacy-please/Makefile
+++ b/net-im/pidgin-privacy-please/Makefile
@@ -7,14 +7,14 @@
PORTNAME= pidgin-privacy-please
PORTVERSION= 0.6.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A privacy plugin for the pidgin instant messenger
-LIB_DEPENDS= purple.8:${PORTSDIR}/net-im/libpurple
+LIB_DEPENDS= purple.9:${PORTSDIR}/net-im/libpurple
BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile
index 6c874a75acd9..4a42ce98681f 100644
--- a/net-im/pidgin/Makefile
+++ b/net-im/pidgin/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= marcus@FreeBSD.org
COMMENT= Pidgin multi-protocol messaging client (GTK+ UI)
LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
- purple.8:${PORTSDIR}/net-im/libpurple
+ purple.9:${PORTSDIR}/net-im/libpurple
MASTERDIR= ${.CURDIR}/../libpurple
BUILD_WRKSRC= ${WRKSRC}/pidgin
diff --git a/net-im/telepathy-haze/Makefile b/net-im/telepathy-haze/Makefile
index 7a63e76a4d1b..87befeaf850a 100644
--- a/net-im/telepathy-haze/Makefile
+++ b/net-im/telepathy-haze/Makefile
@@ -7,7 +7,7 @@
PORTNAME= haze
PORTVERSION= 0.4.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-haze/
PKGNAMEPREFIX= telepathy-
@@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Libpurple connection manager for telepathy
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
-LIB_DEPENDS= purple.8:${PORTSDIR}/net-im/libpurple \
+LIB_DEPENDS= purple.9:${PORTSDIR}/net-im/libpurple \
idn.17:${PORTSDIR}/dns/libidn \
telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib
diff --git a/net/online-desktop/Makefile b/net/online-desktop/Makefile
index ae1b918df104..69c3f40f92b5 100644
--- a/net/online-desktop/Makefile
+++ b/net/online-desktop/Makefile
@@ -7,7 +7,7 @@
PORTNAME= online-desktop
PORTVERSION= 0.3.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net gnome
MASTER_SITES= GNOME
@@ -24,7 +24,7 @@ LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
nspr4.1:${PORTSDIR}/devel/nspr \
nss3.1:${PORTSDIR}/security/nss \
- purple.8:${PORTSDIR}/net-im/libpurple
+ purple.9:${PORTSDIR}/net-im/libpurple
RUN_DEPENDS= ${LOCALBASE}/libexec/desktop-data-engine:${PORTSDIR}/net/desktop-data-model \
${LOCALBASE}/bin/bigboard:${PORTSDIR}/misc/bigboard \
${LOCALBASE}/bin/purple-remote:${PORTSDIR}/net-im/libpurple \
diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile
index 924fc26db4d1..38e51ac6d791 100644
--- a/security/pidgin-encryption/Makefile
+++ b/security/pidgin-encryption/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pidgin
PORTVERSION= 3.0
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}-encrypt/Releases/${PORTVERSION}
PKGNAMESUFFIX= -encryption
@@ -17,7 +17,7 @@ MAINTAINER= perlfu@gmail.com
COMMENT= Encryption Plugin for the Pidgin instant messenger client
BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin
-LIB_DEPENDS= purple.8:${PORTSDIR}/net-im/libpurple \
+LIB_DEPENDS= purple.9:${PORTSDIR}/net-im/libpurple \
nss3:${PORTSDIR}/security/nss
USE_GMAKE= yes