aboutsummaryrefslogtreecommitdiff
path: root/security/fiked
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2009-01-06 13:01:11 +0000
committerRong-En Fan <rafan@FreeBSD.org>2009-01-06 13:01:11 +0000
commitaf765620869b214eca7ed00392a12bd6d5281c54 (patch)
tree5b295f52288dde78c75434d1f590afda4880a6c0 /security/fiked
parentd4d35efd5f26d639ce58889aed52a22c0569a4ca (diff)
downloadports-af765620869b214eca7ed00392a12bd6d5281c54.tar.gz
ports-af765620869b214eca7ed00392a12bd6d5281c54.zip
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478
Notes
Notes: svn path=/head/; revision=225326
Diffstat (limited to 'security/fiked')
-rw-r--r--security/fiked/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/fiked/Makefile b/security/fiked/Makefile
index 6e9b8526103e..918c866dd20e 100644
--- a/security/fiked/Makefile
+++ b/security/fiked/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fiked
PORTVERSION= 0.0.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= http://dragon.roe.ch/bitsnpieces/fiked/ \
http://mirror.roe.ch/dist/fiked/
@@ -15,7 +15,7 @@ MASTER_SITES= http://dragon.roe.ch/bitsnpieces/fiked/ \
MAINTAINER= daniel@roe.ch
COMMENT= A fake IKE PSK+XAUTH daemon based on VPNC
-LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt
.if !defined(WITHOUT_LIBNET)
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
.endif