Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2014 12:37:51 +0000 (UTC)
From:      Vsevolod Stakhov <vsevolod@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366317 - head/dns/curvedns
Message-ID:  <201408271237.s7RCbp3J047017@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vsevolod
Date: Wed Aug 27 12:37:51 2014
New Revision: 366317
URL: http://svnweb.freebsd.org/changeset/ports/366317
QAT: https://qat.redports.org/buildarchive/r366317/

Log:
  Update to fit the recent libsodium.

Modified:
  head/dns/curvedns/Makefile

Modified: head/dns/curvedns/Makefile
==============================================================================
--- head/dns/curvedns/Makefile	Wed Aug 27 12:31:11 2014	(r366316)
+++ head/dns/curvedns/Makefile	Wed Aug 27 12:37:51 2014	(r366317)
@@ -3,7 +3,7 @@
 
 PORTNAME=	curvedns
 PORTVERSION=	0.88.b
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	dns
 DISTNAME=	curvedns-0.88-unstable
 
@@ -11,8 +11,7 @@ MAINTAINER=	vsevolod@FreeBSD.org
 COMMENT=	Forwarder adding DNSCurve to an authoritative nameserver
 
 LIB_DEPENDS=	libev.so:${PORTSDIR}/devel/libev \
-		libsodium.so:${PORTSDIR}/security/libsodium \
-		libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+		libsodium.so:${PORTSDIR}/security/libsodium
 RUN_DEPENDS=	setuidgid:${PORTSDIR}/sysutils/daemontools
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408271237.s7RCbp3J047017>