diff options
author | marcus <marcus@FreeBSD.org> | 2010-05-22 13:21:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2010-05-22 13:21:10 +0800 |
commit | 765e4ee643b119f48f9a9d8ed3873a1d6479f003 (patch) | |
tree | 1062fc56f28d9953dedfe92719cbd20b22ad7357 /net-im/pidgin-bs | |
parent | 3c3d6fe55439c3e9a55e648685015fa8e547e167 (diff) | |
download | freebsd-ports-gnome-765e4ee643b119f48f9a9d8ed3873a1d6479f003.tar.gz freebsd-ports-gnome-765e4ee643b119f48f9a9d8ed3873a1d6479f003.tar.zst freebsd-ports-gnome-765e4ee643b119f48f9a9d8ed3873a1d6479f003.zip |
Update Pidgin and friends to 2.7.0. See
http://developer.pidgin.im/wiki/ChangeLog for the list of changes. Also,
enable Tcl 8.5 support.
PR: 146607
Submitted by: dougb
Diffstat (limited to 'net-im/pidgin-bs')
-rw-r--r-- | net-im/pidgin-bs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/pidgin-bs/Makefile b/net-im/pidgin-bs/Makefile index a81665a303ed..52981d27a4e5 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= 1 +PORTREVISION= 2 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.6:${PORTSDIR}/net-im/libpurple +LIB_DEPENDS= purple.7:${PORTSDIR}/net-im/libpurple RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes |