aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-03-02 13:36:00 +0800
committermarcus <marcus@FreeBSD.org>2008-03-02 13:36:00 +0800
commita1c12c993f218c545462863e7a02f5099f153cee (patch)
tree5edd52d07acacea6eb849fee65a9be52c45432cf
parent45d9f3356df4270572f12942740eeb0769037cc2 (diff)
downloadfreebsd-ports-gnome-a1c12c993f218c545462863e7a02f5099f153cee.tar.gz
freebsd-ports-gnome-a1c12c993f218c545462863e7a02f5099f153cee.tar.zst
freebsd-ports-gnome-a1c12c993f218c545462863e7a02f5099f153cee.zip
Chase the libpurple shared lib version.
-rw-r--r--net-im/pidgin-hotkeys/Makefile2
-rw-r--r--net-im/pidgin-libnotify/Makefile4
-rw-r--r--security/pidgin-encryption/Makefile4
-rw-r--r--security/pidgin-otr/Makefile4
4 files changed, 7 insertions, 7 deletions
diff --git a/net-im/pidgin-hotkeys/Makefile b/net-im/pidgin-hotkeys/Makefile
index 3b44483bd4a4..ec59a3ff3a28 100644
--- a/net-im/pidgin-hotkeys/Makefile
+++ b/net-im/pidgin-hotkeys/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pidgin-hotkeys
PORTVERSION= 0.2.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-im
MASTER_SITES= SF
diff --git a/net-im/pidgin-libnotify/Makefile b/net-im/pidgin-libnotify/Makefile
index 72b925aa5114..9b1c4035df1c 100644
--- a/net-im/pidgin-libnotify/Makefile
+++ b/net-im/pidgin-libnotify/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libnotify
PORTVERSION= 0.13
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gaim-libnotify
@@ -20,7 +20,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.3:${PORTSDIR}/net-im/libpurple
+ purple.4:${PORTSDIR}/net-im/libpurple
USE_XLIB= yes
GNU_CONFIGURE= yes
diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile
index 38b79fc868eb..0c9eef370a4b 100644
--- a/security/pidgin-encryption/Makefile
+++ b/security/pidgin-encryption/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pidgin
PORTVERSION= 3.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pidgin-encrypt
@@ -18,7 +18,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.3:${PORTSDIR}/net-im/libpurple \
+LIB_DEPENDS= purple.4:${PORTSDIR}/net-im/libpurple \
nss3:${PORTSDIR}/security/nss
USE_XLIB= yes
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile
index a6dd21a7e74b..7c72ebaa027d 100644
--- a/security/pidgin-otr/Makefile
+++ b/security/pidgin-otr/Makefile
@@ -8,7 +8,7 @@
PORTNAME= otr
PORTVERSION= 3.1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security net
MASTER_SITES= http://www.cypherpunks.ca/otr/
PKGNAMEPREFIX= pidgin-
@@ -22,7 +22,7 @@ COMMENT= Allows deniable private conversations using Pidgin
BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin
LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \
gcrypt:${PORTSDIR}/security/libgcrypt \
- purple.3:${PORTSDIR}/net-im/libpurple
+ purple.4:${PORTSDIR}/net-im/libpurple
USE_XLIB= yes
USE_GMAKE= yes