summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-09-08 06:58:01 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-09-08 06:58:01 +0000
commit433f1ce663e834a3c52d31babc24e911f93997a9 (patch)
tree6236262c3192e4e99f803125268dd660f21acc6e /irc
parentMark as broken on sparc64. (diff)
Hook security/libotr3 up, and move ports that depend on the old version
to this new dependency.
Notes
Notes: svn path=/head/; revision=303871
Diffstat (limited to 'irc')
-rw-r--r--irc/bitlbee/Makefile3
-rw-r--r--irc/irssi-otr/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile
index 26aa32d6c938..2e9f4c49bdf3 100644
--- a/irc/bitlbee/Makefile
+++ b/irc/bitlbee/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bitlbee
PORTVERSION= 3.0.5
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://get.bitlbee.org/src/ \
${MASTER_SITE_LOCAL}
@@ -72,7 +73,7 @@ LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls \
.if defined(WITH_OTR)
CONFIGURE_ARGS+=--otr=1
-LIB_DEPENDS+= otr.4:${PORTSDIR}/security/libotr
+LIB_DEPENDS+= otr.4:${PORTSDIR}/security/libotr3
.else
CONFIGURE_ARGS+=--otr=0
.endif
diff --git a/irc/irssi-otr/Makefile b/irc/irssi-otr/Makefile
index 12ca0a8bca47..114338ce13bb 100644
--- a/irc/irssi-otr/Makefile
+++ b/irc/irssi-otr/Makefile
@@ -7,7 +7,7 @@
PORTNAME= irssi-otr
PORTVERSION= 0.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= irc
MASTER_SITES= ftp://download.tuxfamily.org/${MASTER_SITE_SUBDIR}/
MASTER_SITE_SUBDIR= irssiotr
@@ -17,7 +17,7 @@ COMMENT= A plugin for irssi for Off-the-Record (OTR) messaging
BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:${PORTSDIR}/irc/irssi \
${LOCALBASE}/bin/libgcrypt-config:${PORTSDIR}/security/libgcrypt
-LIB_DEPENDS= otr.4:${PORTSDIR}/security/libotr \
+LIB_DEPENDS= otr.4:${PORTSDIR}/security/libotr3 \
gcrypt.18:${PORTSDIR}/security/libgcrypt
RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi