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 /irc/minbif | |
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 'irc/minbif')
-rw-r--r-- | irc/minbif/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/minbif/Makefile b/irc/minbif/Makefile index 93930cb91b30..35a36c579888 100644 --- a/irc/minbif/Makefile +++ b/irc/minbif/Makefile @@ -7,13 +7,14 @@ PORTNAME= minbif PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= irc net-im MASTER_SITES= http://symlink.me/attachments/download/45/ MAINTAINER= steinex@nognu.de COMMENT= An IRC to instant messaging gateway -LIB_DEPENDS= purple.6:${PORTSDIR}/net-im/libpurple +LIB_DEPENDS= purple.7:${PORTSDIR}/net-im/libpurple USERS= minbif GROUPS= minbif |