summaryrefslogtreecommitdiff
path: root/irc/irssi-otr
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2010-07-27 01:25:20 +0000
committerWesley Shields <wxs@FreeBSD.org>2010-07-27 01:25:20 +0000
commit15c1551ea378607e55d8794de79207166d0ae1e5 (patch)
tree73c8786e0fad568d10c37e84e57718888d04e4a4 /irc/irssi-otr
parentUpdate to 1.4.6. (diff)
Chase security/libgcrypt shlib bump.
PR: ports/148755 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Notes
Notes: svn path=/head/; revision=258314
Diffstat (limited to 'irc/irssi-otr')
-rw-r--r--irc/irssi-otr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/irssi-otr/Makefile b/irc/irssi-otr/Makefile
index 0dddf5a68d3c..7a5a97d1079c 100644
--- a/irc/irssi-otr/Makefile
+++ b/irc/irssi-otr/Makefile
@@ -7,7 +7,7 @@
PORTNAME= irssi-otr
PORTVERSION= 0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= irc
MASTER_SITES= ftp://download.tuxfamily.org/${MASTER_SITE_SUBDIR}/
MASTER_SITE_SUBDIR= irssiotr
@@ -18,7 +18,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 \
- gcrypt.16:${PORTSDIR}/security/libgcrypt
+ gcrypt.17:${PORTSDIR}/security/libgcrypt
RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
USE_CMAKE= yes